Skip to content

Commit 4021e04

Browse files
Merge pull request #298 from datum-cloud/fix/update-react-router-deps
fix: update react-router version to patch vulnerabilities
2 parents 9c13498 + 6fea41a commit 4021e04

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@radix-ui/react-tabs": "^1.1.12",
5555
"@radix-ui/react-tooltip": "^1.2.7",
5656
"@react-router/fs-routes": "^7.10.1",
57-
"@react-router/node": "^7.10.1",
57+
"@react-router/node": "^7.12.0",
5858
"@sentry/react-router": "^10.5.0",
5959
"@tanstack/react-query": "^5.80.3",
6060
"@tanstack/react-table": "^8.21.3",
@@ -80,7 +80,7 @@
8080
"react-day-picker": "^9.10.0",
8181
"react-dom": "^19.2.3",
8282
"react-hook-form": "^7.62.0",
83-
"react-router": "^7.10.1",
83+
"react-router": "^7.12.0",
8484
"react-router-hono-server": "^2.13.0",
8585
"recharts": "^3.0.0",
8686
"remix-auth": "^4.2.0",
@@ -93,7 +93,7 @@
9393
"@hey-api/client-axios": "^0.9.1",
9494
"@hey-api/openapi-ts": "^0.90.0",
9595
"@lingui/vite-plugin": "^5.3.1",
96-
"@react-router/dev": "^7.10.1",
96+
"@react-router/dev": "^7.12.0",
9797
"@tailwindcss/vite": "^4.1.6",
9898
"@testing-library/jest-dom": "^6.9.1",
9999
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)