From 3603f784e6e1901dab39190007e1a9944c0eb36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:25:34 +0000 Subject: [PATCH] Bump path-to-regexp in /modules/dxp/apps/osb/osb-faro Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.1.0 to 3.3.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/v2.1.0...v3.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/dxp/apps/osb/osb-faro/osb-faro-web/package.json | 2 +- modules/dxp/apps/osb/osb-faro/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/dxp/apps/osb/osb-faro/osb-faro-web/package.json b/modules/dxp/apps/osb/osb-faro/osb-faro-web/package.json index 2748afd98d4211..0bceeacdd47292 100644 --- a/modules/dxp/apps/osb/osb-faro/osb-faro-web/package.json +++ b/modules/dxp/apps/osb/osb-faro/osb-faro-web/package.json @@ -57,7 +57,7 @@ "moment-timezone": "^0.5.43", "normalizr": "^3.2.4", "odata-v4-parser": "^0.1.29", - "path-to-regexp": "^2.1.0", + "path-to-regexp": "^3.3.0", "react": "^16.8.6", "react-billboardjs": "^1.5.2", "react-dnd": "11.1.1", diff --git a/modules/dxp/apps/osb/osb-faro/yarn.lock b/modules/dxp/apps/osb/osb-faro/yarn.lock index c5eae22cc20adf..38d2f0d4d5cc54 100644 --- a/modules/dxp/apps/osb/osb-faro/yarn.lock +++ b/modules/dxp/apps/osb/osb-faro/yarn.lock @@ -10393,10 +10393,10 @@ path-to-regexp@^1.7.0: dependencies: isarray "0.0.1" -path-to-regexp@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.1.0.tgz#7e30f9f5b134bd6a28ffc2e3ef1e47075ac5259b" - integrity sha512-dZY7QPCPp5r9cnNuQ955mOv4ZFVDXY/yvqeV7Y1W2PJA3PEFcuow9xKFfJxbBj1pIjOAP+M2B4/7xubmykLrXw== +path-to-regexp@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b" + integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw== path-type@^3.0.0: version "3.0.0"