Skip to content

Commit 6622cf9

Browse files
committed
fix: package.json & package-lock.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 bf3978a commit 6622cf9

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"react-dom": "^18.2.0",
6565
"react-hook-form": "^7.52.0",
6666
"react-resizable-panels": "^2.0.19",
67-
"react-router-dom": "^6.23.1",
67+
"react-router-dom": "^6.30.3",
6868
"recharts": "^2.12.7",
6969
"sonner": "^2.0.7",
7070
"tailwind-merge": "^2.2.1",

0 commit comments

Comments
 (0)