diff --git a/benchmark/package.json b/benchmark/package.json index bd9339daec25..66e05209be8e 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 21f250f74441..8fbe89ea857b 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": { @@ -29672,10 +29672,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", @@ -41125,7 +41129,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.16.0", "strong-error-handler": "^6.0.1", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index b4a8c2af7d15..067147378b4b 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.16.0", "strong-error-handler": "^6.0.1", "tslib": "^2.8.1",