From 0afe92133e3aece57f351f14b2ab7c4bf9772d08 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Apr 2026 17:48:01 +0000 Subject: [PATCH] chore(deps): update dependency path-to-regexp to v0.2.5 --- docs/package.json | 2 +- docs/yarn.lock | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 4fb3eafcb0..bb3cfe43f4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -50,7 +50,7 @@ "lodash": "4.18.1", "lodash-es": "4.18.1", "minimatch": "9.0.9", - "express/path-to-regexp": "0.1.13", + "express/path-to-regexp": "0.2.5", "serialize-javascript": "7.0.5", "brace-expansion": "5.0.5", "qs": "6.15.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index 82ee597387..271092d798 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -7426,10 +7426,10 @@ path-parse@^1.0.7: resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-to-regexp@0.1.13, path-to-regexp@~0.1.12: - version "0.1.13" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.13.tgz#9b22ec16bc3ab88d05a0c7e369869421401ab17d" - integrity sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA== +path-to-regexp@0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.2.5.tgz#0b426991e387fc4c675de23557f358715eb66fb0" + integrity sha512-l6qtdDPIkmAmzEO6egquYDfqQGPMRNGjYtrU13HAXb3YSRrt7HSb1sJY0pKp6o2bAa86tSB6iwaW2JbthPKr7Q== path-to-regexp@3.3.0: version "3.3.0" @@ -7443,6 +7443,11 @@ path-to-regexp@^1.7.0: dependencies: isarray "0.0.1" +path-to-regexp@~0.1.12: + version "0.1.13" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.13.tgz#9b22ec16bc3ab88d05a0c7e369869421401ab17d" + integrity sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA== + path-type@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"