Skip to content

Commit

Permalink
fix(module): Security upgrade vite from 5.4.3 to 5.4.6 (#383)
Browse files Browse the repository at this point in the history
fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VITE-8023174
- https://snyk.io/vuln/SNYK-JS-VITE-8022916

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
rhahao and snyk-bot authored Sep 19, 2024
1 parent 6c8833f commit 1aa6ada
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@vitejs/plugin-react": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^5.4.6"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
Expand Down

0 comments on commit 1aa6ada

Please sign in to comment.