From 905a862a0154c14822d387bb4329bd2303309c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:45:38 +0000 Subject: [PATCH] Bump path-to-regexp from 3.0.0 to 8.0.0 in /modules Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 3.0.0 to 8.0.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v3.0.0...v8.0.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../portal-workflow-metrics-web/package.json | 2 +- modules/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"