Skip to content

Commit ee17211

Browse files
committed
fix: packages/dev/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287
1 parent 3268609 commit ee17211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
2323
"react-i18next": "^15.5.3",
24-
"react-router-dom": "^6.11.2"
24+
"react-router-dom": "^7.0.0"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^18.2.79",

0 commit comments

Comments
 (0)