From 5f1a7b2834fa9affdce9050e4f40ebf5bb0eebb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:03:35 +0000 Subject: [PATCH] chore: bump path-to-regexp from 1.9.0 to 8.3.0 in /docs Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.9.0 to 8.3.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v1.9.0...v8.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index b1bd297b99..9d8fb98a4c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "got": "^14.6.5", "js-yaml": "^3.14.2", "on-headers": "^1.1.0", - "path-to-regexp": "^1.8.0", + "path-to-regexp": "^8.3.0", "prism-react-renderer": "^2.4.1", "react": "^19.2.0", "react-dom": "^19.2.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index 860a751942..e872aae70f 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -6838,6 +6838,11 @@ path-to-regexp@0.1.12, path-to-regexp@3.3.0, path-to-regexp@^1.7.0, path-to-rege dependencies: isarray "0.0.1" +path-to-regexp@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.3.0.tgz#aa818a6981f99321003a08987d3cec9c3474cd1f" + integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA== + path-type@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"