Skip to content

Commit 73d47c0

Browse files
committed
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-12558116
1 parent 9dc7502 commit 73d47c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-router-dom": "^7.5.3",
2929
"styled-components": "^6.1.17",
3030
"ts-custom-error": "^3.3.1",
31-
"vite": "^6.3.4",
31+
"vite": "^6.3.6",
3232
"vite-plugin-svgr": "^4.3.0"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)