Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v3.0.5 [security] (#3283)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 4c8b95f commit 24c0550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"typescript": "5.7.3",
"vite": "5.4.14",
"vite-plugin-dts": "4.5.0",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vitest-axe": "1.0.0-pre.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"typescript": "5.7.3",
"vite": "5.4.14",
"vite-plugin-solid": "2.11.0",
"vitest": "3.0.4"
"vitest": "3.0.5"
},
"peerDependencies": {
"solid-js": ">=1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "5.4.14",
"vitest": "3.0.4"
"vitest": "3.0.5"
},
"peerDependencies": {
"svelte": ">=5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"typescript": "5.7.3",
"vite": "5.4.14",
"vite-plugin-dts": "4.5.0",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
},
Expand Down

0 comments on commit 24c0550

Please sign in to comment.