From b405eb113a67e1b627bc2462c3f49ca549d99336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 07:49:45 +0000 Subject: [PATCH] chore: update dependency path-to-regexp to ^6.3.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark/package.json | 2 +- packages/rest/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 6da1f9c391e6..d6bab3c822a1 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -50,7 +50,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.3.7", - "path-to-regexp": "^6.2.2", + "path-to-regexp": "^6.3.0", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/rest/package.json b/packages/rest/package.json index eafd5f78b426..81c76ac36059 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.2.2", + "path-to-regexp": "^6.3.0", "qs": "^6.13.0", "strong-error-handler": "^5.0.12", "tslib": "^2.6.3",