Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v3.0.5 [security] (#872)
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 5, 2025
1 parent 803516c commit fddac54
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prettier": "3.3.3",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4"
"vitest": "3.0.5"
},
"peerDependencies": {
"fastify": ">=4.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"supertokens-node": "14.1.4",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4"
"vitest": "3.0.5"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.77.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"slonik": "46.1.0",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prettier": "3.3.3",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4"
"vitest": "3.0.5"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.77.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tsconfig": "0.70.0",
"typescript": "4.9.5",
"vite": "4.5.5",
"vitest": "3.0.4",
"vitest": "3.0.5",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/multi-tenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"typescript": "5.5.4",
"vite": "6.0.11",
"vite-tsconfig-paths": "4.3.2",
"vitest": "3.0.4",
"vitest": "3.0.5",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"slonik": "46.1.0",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"slonik": "46.1.0",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"supertokens-node": "14.1.4",
"typescript": "5.5.4",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest": "3.0.5",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fddac54

Please sign in to comment.