diff --git a/bun.lockb b/bun.lockb index 184901f..8f1bc57 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5897cf2..2d465ef 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "devDependencies": { "@types/node": "^20.6.0", - "@vitest/coverage-v8": "^0.34.4", + "@vitest/coverage-v8": "^1.0.0", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.49.0", @@ -84,6 +84,6 @@ "prettier": "^3.0.3", "typescript": "^5.2.2", "unbuild": "^2.0.0", - "vitest": "^0.34.4" + "vitest": "^1.0.0" } }