Skip to content

Commit

Permalink
build: FORMS-1769 update to fix vite vulnerability (#1583)
Browse files Browse the repository at this point in the history
Vite has been identified as having a security vulnerability. Update both the components and the frontend to use the same version.
  • Loading branch information
WalterMoar authored Jan 22, 2025
1 parent 38ec0c5 commit 20c55fe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions app/frontend/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 app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"prettier": "^2.8.8",
"sass": "^1.62.1",
"terser": "^5.17.4",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^0.32.2",
Expand Down
8 changes: 4 additions & 4 deletions components/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 components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sass": "^1.62.0",
"tslint": "^6.1.3",
"typescript": "^4.7.4",
"vite": "^6.0.6",
"vite": "^6.0.11",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
}
Expand Down

0 comments on commit 20c55fe

Please sign in to comment.