Skip to content

Commit cda7ab9

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-6098386
1 parent 69f3a6c commit cda7ab9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"sass": "^1.62.0",
6666
"tailwindcss": "^3.2.4",
6767
"typescript": "^4.9.3",
68-
"vite": "^4.3.9",
68+
"vite": "^4.5.1",
6969
"vite-plugin-checker": "^0.6.0",
7070
"vitest": "^0.34.6"
7171
}

0 commit comments

Comments
 (0)