Skip to content

Commit 5bb69f9

Browse files
authored
⬆️ Update react-router-dom to version 7.17.0 (#415)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent c56f15f commit 5bb69f9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"prop-types": "~15.8.1",
8787
"react": "~19.2.7",
8888
"react-dom": "~19.2.7",
89-
"react-router-dom": "~7.15.0",
89+
"react-router-dom": "~7.17.0",
9090
"rimraf": "~6.1.3",
9191
"style-loader": "~4.0.0",
9292
"webpack": "5.107.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5981,17 +5981,17 @@ react-is@^17.0.1:
59815981
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
59825982
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
59835983

5984-
react-router-dom@~7.15.0:
5985-
version "7.15.0"
5986-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.15.0.tgz#a4b95c4402d896c2ad437014aff9076b94673063"
5987-
integrity sha512-VcrVg64Fo8nwBvDscajG8gRTLIuTC6N50nb22l2HOOV4PTOHgoGp8mUjy9wLiHYoYTSYI36tUnXZgasSRFZorQ==
5984+
react-router-dom@~7.17.0:
5985+
version "7.17.0"
5986+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.17.0.tgz#e77527b4b7862f7b47ff26dd5b9315fb897b82a7"
5987+
integrity sha512-fyU2yjGups/hE6Xz0I5ZYbVL8Gx29eCjgpHaRaTaVU+OOAdfRX05KsvyRm0GO8YQwOkhpU3MurW1jyMUJn+zSw==
59885988
dependencies:
5989-
react-router "7.15.0"
5989+
react-router "7.17.0"
59905990

5991-
react-router@7.15.0:
5992-
version "7.15.0"
5993-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.15.0.tgz#cb438ff254ab5a1e356ef5a23d7821d8f6fbe652"
5994-
integrity sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==
5991+
react-router@7.17.0:
5992+
version "7.17.0"
5993+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.17.0.tgz#88bbe817c6e37ab36faf140623b5d4678bf81e41"
5994+
integrity sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==
59955995
dependencies:
59965996
cookie "^1.0.1"
59975997
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)