Skip to content

Commit

Permalink
ci: Upgrade vite and vitest to address CVE-2024-23331 (no-changelog) (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Jan 26, 2024
1 parent 9f11eba commit d7a248a
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 72 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@ngneat/falso": "^6.4.0",
"@types/jest": "^29.5.3",
"@types/supertest": "^2.0.12",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.2.1",
"cross-env": "^7.0.3",
"cypress": "^13.6.2",
"cypress-otp": "^1.0.3",
Expand All @@ -68,9 +68,9 @@
"tsc-watch": "^6.0.4",
"turbo": "1.10.12",
"typescript": "*",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.25"
"vite": "^5.0.12",
"vitest": "^1.2.1",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading

0 comments on commit d7a248a

Please sign in to comment.