diff --git a/package-lock.json b/package-lock.json index d854bc78..b8ae7bcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@types/react": "18.3.20", "@types/react-dom": "18.3.6", "@vitejs/plugin-react": "4.4.1", - "@vitest/coverage-istanbul": "2.1.9", + "@vitest/coverage-istanbul": "3.1.1", "dotenv": "16.5.0", "eslint": "9.25.0", "eslint-config-prettier": "9.1.0", @@ -3815,14 +3815,14 @@ } }, "node_modules/@vitest/coverage-istanbul": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.9.tgz", - "integrity": "sha512-vdYE4FkC/y2lxcN3Dcj54Bw+ericmDwiex0B8LV5F/YNYEYP1mgVwhPnHwWGAXu38qizkjOuyczKbFTALfzFKw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-3.1.1.tgz", + "integrity": "sha512-uSoMeVcF5fMGcjWJOeG28nBPO2OuCNMRr+BcpF71gc1r/+EQnU7EeRM1hihs3EsSAOcjgw9w+TCMv/2lVvB4RA==", "dev": true, "license": "MIT", "dependencies": { "@istanbuljs/schema": "^0.1.3", - "debug": "^4.3.7", + "debug": "^4.4.0", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-instrument": "^6.0.3", "istanbul-lib-report": "^3.0.1", @@ -3830,13 +3830,23 @@ "istanbul-reports": "^3.1.7", "magicast": "^0.3.5", "test-exclude": "^7.0.1", - "tinyrainbow": "^1.2.0" + "tinyrainbow": "^2.0.0" }, "funding": { "url": "https://opencollective.com/vitest" }, "peerDependencies": { - "vitest": "2.1.9" + "vitest": "3.1.1" + } + }, + "node_modules/@vitest/coverage-istanbul/node_modules/tinyrainbow": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", + "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.0.0" } }, "node_modules/@vitest/expect": { diff --git a/package.json b/package.json index 7705685b..d59a1efe 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/react": "18.3.20", "@types/react-dom": "18.3.6", "@vitejs/plugin-react": "4.4.1", - "@vitest/coverage-istanbul": "2.1.9", + "@vitest/coverage-istanbul": "3.1.1", "dotenv": "16.5.0", "eslint": "9.25.0", "eslint-config-prettier": "9.1.0",