diff --git a/bun.lockb b/bun.lockb index cee78382..f3fea4d1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index eefbd6ac..e19233eb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "simple-git-hooks": "^2.9.0", "taze": "^0.11.4", "typescript": "^5.2.2", - "vitest": "^0.34.6" + "vitest": "^1.0.3" }, "simple-git-hooks": { "pre-commit": "bunx lint-staged" diff --git a/packages/authjs-nuxt/package.json b/packages/authjs-nuxt/package.json index b908883a..98b2f7c1 100644 --- a/packages/authjs-nuxt/package.json +++ b/packages/authjs-nuxt/package.json @@ -54,6 +54,6 @@ }, "devDependencies": { "@nuxt/module-builder": "^0.5.2", - "vitest": "^0.34.6" + "vitest": "^1.0.3" } }