diff --git a/benchmark/package.json b/benchmark/package.json index 69405f942e53..15c4659d71b9 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -50,7 +50,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.0", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.2.0", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index c90107092257..81cc5a20abb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -195,7 +195,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.0", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.2.0", "tslib": "^2.8.1" }, "devDependencies": { @@ -24990,6 +24990,12 @@ "integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==", "license": "MIT" }, + "node_modules/nise/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" + }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -27804,10 +27810,13 @@ } }, "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.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -37945,7 +37954,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.2.0", "qs": "^6.13.1", "strong-error-handler": "^5.0.14", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index 911d9ede7f29..ed2d5c84130c 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.2.0", "qs": "^6.13.1", "strong-error-handler": "^5.0.14", "tslib": "^2.8.1",