From 981d9f78010eeba46dcb1a5def478fe81941d426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:56:38 +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 164f91ec9c3f..b188b708aa50 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 227e4c9e374d..7c7edae8293d 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": { @@ -28899,10 +28899,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", @@ -40593,7 +40597,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.3", "strong-error-handler": "^6.0.0", "tslib": "^2.8.1", diff --git a/packages/rest/package.json b/packages/rest/package.json index f6cb9eacf092..db8741da2ff4 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.3", "strong-error-handler": "^6.0.0", "tslib": "^2.8.1",