Skip to content

Commit 1931e02

Browse files
chore: update react-router to 7.9.6 to fix security vulnerability (#1845)
--------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 5a7ec4d commit 1931e02

5 files changed

Lines changed: 21 additions & 20 deletions

File tree

.changeset/update-react-router.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
"@launchpad-ui/navigation": patch
4+
---
5+
6+
Update react-router to 7.9.6 to fix security vulnerability
7+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"nx": "21.2.1",
6767
"react": "19.2.0",
6868
"react-dom": "19.2.0",
69-
"react-router": "7.5.2",
69+
"react-router": "7.9.6",
7070
"rollup-plugin-pure": "^0.4.0",
7171
"storybook": "^9.1.17",
7272
"storybook-addon-pseudo-states": "^9.1.17",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"react-aria": "3.44.0",
4848
"react-aria-components": "1.13.0",
4949
"react-dom": "19.2.0",
50-
"react-router": "7.5.2",
50+
"react-router": "7.9.6",
5151
"react-stately": "3.42.0"
5252
},
5353
"peerDependencies": {
@@ -61,7 +61,7 @@
6161
"react-aria-components": "1.13.0",
6262
"react-dom": "19.2.0",
6363
"react-hook-form": "7.59.0",
64-
"react-router": "7.5.2",
64+
"react-router": "7.9.6",
6565
"react-stately": "3.42.0"
6666
},
6767
"exports": {

packages/navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"@react-types/shared": "3.32.1",
4040
"react": "19.2.0",
4141
"react-dom": "19.2.0",
42-
"react-router": "7.5.2"
42+
"react-router": "7.9.6"
4343
},
4444
"peerDependencies": {
4545
"@react-aria/utils": "3.31.0",
4646
"@react-stately/list": "3.13.1",
4747
"react": "19.2.0",
4848
"react-dom": "19.2.0",
49-
"react-router": "7.5.2"
49+
"react-router": "7.9.6"
5050
},
5151
"exports": {
5252
".": {

pnpm-lock.yaml

Lines changed: 9 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)