diff --git a/benchmark/package.json b/benchmark/package.json index 27435d52903e..977addbb920a 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.3.0", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 27d4067aafc9..f91cd05c326b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -190,7 +190,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.3", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.3.0", "tslib": "^2.8.1" }, "devDependencies": { @@ -30678,10 +30678,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.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", + "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -41729,7 +41733,7 @@ "json-schema-compare": "^0.2.2", "lodash": "^4.17.21", "on-finished": "^2.4.1", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.3.0", "qs": "^6.14.1", "strong-error-handler": "^5.0.26", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index 4c2fe5b31cd7..dee8ec4d4c96 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -63,7 +63,7 @@ "json-schema-compare": "^0.2.2", "lodash": "^4.17.21", "on-finished": "^2.4.1", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.3.0", "qs": "^6.14.1", "strong-error-handler": "^5.0.26", "tslib": "^2.8.1",