diff --git a/benchmark/package.json b/benchmark/package.json index d0eace4a105b..be3f2f726b52 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -50,7 +50,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.1", - "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 464b0faa7a2d..d75aedcc5045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -195,7 +195,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.1", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.2.0", "tslib": "^2.8.1" }, "devDependencies": { @@ -27626,10 +27626,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", @@ -38995,7 +38998,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.14.0", "strong-error-handler": "^5.0.19", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index 2db4df790ccb..7677365bdc63 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.14.0", "strong-error-handler": "^5.0.19", "tslib": "^2.8.1",