Skip to content

Commit d11519d

Browse files
Update dependency react-router to v6.30.2 [SECURITY]
1 parent 67de957 commit d11519d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"react-i18next": "14.1.3",
7070
"react-inlinesvg": "4.1.5",
7171
"react-redux": "9.1.2",
72-
"react-router": "6.28.0",
72+
"react-router": "6.30.2",
7373
"react-router-dom": "6.28.0",
7474
"redux": "4.2.1",
7575
"redux-saga": "1.3.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,6 +1992,11 @@
19921992
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5"
19931993
integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==
19941994

1995+
"@remix-run/router@1.23.1":
1996+
version "1.23.1"
1997+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f"
1998+
integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==
1999+
19952000
"@rollup/plugin-alias@5.1.1":
19962001
version "5.1.1"
19972002
resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz#53601d88cda8b1577aa130b4a6e452283605bf26"
@@ -8333,6 +8338,13 @@ react-router@6.28.0:
83338338
dependencies:
83348339
"@remix-run/router" "1.21.0"
83358340

8341+
react-router@6.30.2:
8342+
version "6.30.2"
8343+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359"
8344+
integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==
8345+
dependencies:
8346+
"@remix-run/router" "1.23.1"
8347+
83368348
react@18.3.1:
83378349
version "18.3.1"
83388350
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"

0 commit comments

Comments
 (0)