From 33a1961d238dfc7777de2ba8d35099bd2e920885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:57:08 +0000 Subject: [PATCH] chore: update dependency path-to-regexp to ^6.2.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark/package.json | 2 +- package-lock.json | 10 +++++----- packages/rest/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 270277b0c22c..b5f2c1fea989 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -50,7 +50,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.3.4", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^6.2.2", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index b6c605cf5965..6d710a828d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -190,7 +190,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.3.4", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^6.2.2", "tslib": "^2.6.2" }, "devDependencies": { @@ -26880,9 +26880,9 @@ } }, "node_modules/path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", + "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" }, "node_modules/path-type": { "version": "4.0.0", @@ -36743,7 +36743,7 @@ "json-schema-compare": "^0.2.2", "lodash": "^4.17.21", "on-finished": "^2.4.1", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^6.2.2", "qs": "^6.12.0", "strong-error-handler": "^5.0.8", "tslib": "^2.6.2", diff --git a/packages/rest/package.json b/packages/rest/package.json index 584dce874255..2dfe00ea9664 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.1", + "path-to-regexp": "^6.2.2", "qs": "^6.12.0", "strong-error-handler": "^5.0.8", "tslib": "^2.6.2",