Skip to content

Commit fe5989f

Browse files
authored
⬆️ Update react-router-dom to version 7.9.1 (#347)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 3d48584 commit fe5989f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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.1.1",
8888
"react-dom": "~19.1.1",
89-
"react-router-dom": "~7.8.2",
89+
"react-router-dom": "~7.9.1",
9090
"rimraf": "~5.0.10",
9191
"style-loader": "~4.0.0",
9292
"webpack": "5.101.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5847,17 +5847,17 @@ react-is@^18.3.1:
58475847
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
58485848
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
58495849

5850-
react-router-dom@~7.8.2:
5851-
version "7.8.2"
5852-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.2.tgz#25a8fc36588189baf3bbb5e360c8ffffbd2beabc"
5853-
integrity sha512-Z4VM5mKDipal2jQ385H6UBhiiEDlnJPx6jyWsTYoZQdl5TrjxEV2a9yl3Fi60NBJxYzOTGTTHXPi0pdizvTwow==
5850+
react-router-dom@~7.9.1:
5851+
version "7.9.1"
5852+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.1.tgz#48044923701773da6362f9003ec46f308f293f15"
5853+
integrity sha512-U9WBQssBE9B1vmRjo9qTM7YRzfZ3lUxESIZnsf4VjR/lXYz9MHjvOxHzr/aUm4efpktbVOrF09rL/y4VHa8RMw==
58545854
dependencies:
5855-
react-router "7.8.2"
5855+
react-router "7.9.1"
58565856

5857-
react-router@7.8.2:
5858-
version "7.8.2"
5859-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.2.tgz#9d2d4147ca72832c550acc60ed688062d18f70b8"
5860-
integrity sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==
5857+
react-router@7.9.1:
5858+
version "7.9.1"
5859+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.1.tgz#b227410c31f24dd416c939ca5d0f8d5c8a1404d4"
5860+
integrity sha512-pfAByjcTpX55mqSDGwGnY9vDCpxqBLASg0BMNAuMmpSGESo/TaOUG6BllhAtAkCGx8Rnohik/XtaqiYUJtgW2g==
58615861
dependencies:
58625862
cookie "^1.0.1"
58635863
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)