From b5192802806bc6a69d64bbfd1221092899c46b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:59:57 +0000 Subject: [PATCH] chore: update dependency path-to-regexp to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark/package.json | 2 +- package-lock.json | 16 ++++++++++------ packages/rest/package.json | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 90584eb8f0c0..73f96249620c 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 64fd44057c93..223009d9dec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -245,7 +245,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": { @@ -29219,10 +29219,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", @@ -40815,7 +40819,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.1", "strong-error-handler": "^5.0.29", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index 8df6777a6504..fc139088b4a4 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.1", "strong-error-handler": "^5.0.29", "tslib": "^2.8.1",