diff --git a/package.json b/package.json index 5a2a192..cf84716 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/lodash-es": "4.17.12", "@types/node": "26.5.1", "@typescript/native": "npm:typescript@7.0.2", - "@vitest/coverage-v8": "4.1.11", + "@vitest/coverage-v8": "5.0.1", "commitizen": "4.3.2", "cz-conventional-changelog": "3.3.0", "eslint": "10.10.0", @@ -71,6 +71,6 @@ "tsx": "4.23.13", "typescript": "npm:@typescript/typescript6@^6.0.2", "typescript-eslint": "8.70.0", - "vitest": "4.1.11" + "vitest": "5.0.1" } }