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"