diff --git a/package-lock.json b/package-lock.json index f9483db39d..d7a3a3c15b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": "^24.9.2", "@types/whatwg-mimetype": "^3.0.2", "@vitest/coverage-v8": "^3.2.4", - "@vitest/eslint-plugin": "^1.3.26", + "@vitest/eslint-plugin": "^1.4.0", "eslint": "^9.38.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^61.1.11", @@ -2043,9 +2043,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.3.26", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.3.26.tgz", - "integrity": "sha512-oP+Vyqgp+kLuMagG0tRkcT7e2tUoE+XWgti1OFxqdTpmMlSZJ6BWSC3rv8vzhtDXReXNyAJI1eojuc7N0QqbNQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.4.0.tgz", + "integrity": "sha512-TMzJ0Vqdsc71stblzI0ZdqSnt6Bp4mJ+amD3Hv3qhKK82hBUnznYfnLwA80gdGfe5V24ysndMOoSGrol6fyvbA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2d86ca6ce5..066558246b 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "@types/node": "^24.9.2", "@types/whatwg-mimetype": "^3.0.2", "@vitest/coverage-v8": "^3.2.4", - "@vitest/eslint-plugin": "^1.3.26", + "@vitest/eslint-plugin": "^1.4.0", "eslint": "^9.38.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^61.1.11",