diff --git a/benchmark/package.json b/benchmark/package.json index 7110c1899741..a56e345842a6 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -50,7 +50,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.3", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.4.2", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index ba2b1d6322b4..8f710dbc3375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -247,7 +247,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.3", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.4.2", "tslib": "^2.8.1" }, "devDependencies": { @@ -28916,10 +28916,14 @@ } }, "node_modules/path-to-regexp": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", - "license": "MIT" + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", + "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -40446,7 +40450,7 @@ "json-schema-compare": "^0.2.2", "lodash": "^4.18.1", "on-finished": "^2.4.1", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.4.2", "qs": "^6.15.3", "strong-error-handler": "^6.0.1", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index ada2c226ad51..536ffa80f287 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -63,7 +63,7 @@ "json-schema-compare": "^0.2.2", "lodash": "^4.18.1", "on-finished": "^2.4.1", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.4.2", "qs": "^6.15.3", "strong-error-handler": "^6.0.1", "tslib": "^2.8.1",