Skip to content

Commit

Permalink
Upping vite to 6.0.3 to resolve vulnerabilities and update its depend…
Browse files Browse the repository at this point in the history
…encies that have vulnerabilities
  • Loading branch information
SeriousHorncat committed Dec 16, 2024
1 parent f313e15 commit 5722f50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 269 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "2.12.1",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "v3.0.0-beta.2",
"@vitest/ui": "v3.0.0-beta.2",
"@vue/test-utils": "2.4.1",
"eslint": "9.16.0",
"eslint-plugin-vue": "9.32.0",
"happy-dom": "15.10.2",
"sinon": "19.0.2",
"vite": "5.4.8",
"vite": "6.0.3",
"vitest": "v3.0.0-beta.2"

}
Expand Down
3 changes: 2 additions & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ export default defineConfig({
test: {
environment: 'happy-dom',
coverage: {
exclude: ['test', 'src/requests.js', '.eslintrc.cjs', 'src/main.js'],
exclude: ['test', 'src/requests.js', 'eslint.config.js', 'eslint-config-cgds.js', 'src/main.js', 'vite.config.js'],

Check failure on line 13 in frontend/vite.config.js

View workflow job for this annotation

GitHub Actions / nodejs-ci (23.4)

This line has a length of 121. Maximum allowed is 120
lines: 80,
functions: 80,
branches: 80,
provider: 'v8',
},
sequence: {
hooks: 'parallel',
Expand Down
Loading

0 comments on commit 5722f50

Please sign in to comment.