diff --git a/modules/dxp/apps/portal-workflow/portal-workflow-metrics-web/package.json b/modules/dxp/apps/portal-workflow/portal-workflow-metrics-web/package.json index c2c47c3daf3875..985b0ce30e8305 100644 --- a/modules/dxp/apps/portal-workflow/portal-workflow-metrics-web/package.json +++ b/modules/dxp/apps/portal-workflow/portal-workflow-metrics-web/package.json @@ -28,7 +28,7 @@ "history": "4.9.0", "moment": "2.29.4", "numeral": "2.0.6", - "path-to-regexp": "3.0.0", + "path-to-regexp": "8.0.0", "qs": "6.7.3", "react": "16.12.0", "react-dom": "16.12.0", diff --git a/modules/yarn.lock b/modules/yarn.lock index 3fcfc80f2267bb..0dae759298fc15 100644 --- a/modules/yarn.lock +++ b/modules/yarn.lock @@ -12995,10 +12995,10 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= -path-to-regexp@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.0.0.tgz#c981a218f3df543fa28696be2f88e0c58d2e012a" - integrity sha512-ZOtfhPttCrqp2M1PBBH4X13XlvnfhIwD7yCLx+GoGoXRPQyxGOTdQMpIzPSPKXAJT/JQrdfFrgdJOyAzvgpQ9A== +path-to-regexp@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.0.0.tgz#92076ec6b2eaf08be7c3233484142c05e8866cf5" + integrity sha512-GAWaqWlTjYK/7SVpIUA6CTxmcg65SP30sbjdCvyYReosRkk7Z/LyHWwkK3Vu0FcIi0FNTADUs4eh1AsU5s10cg== path-to-regexp@^1.7.0: version "1.7.0"