diff --git a/package-lock.json b/package-lock.json index a94f953..6ec2f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "conventional-changelog-conventionalcommits": "^7.0.0", "depcheck": "^1.4.7", "eslint": "^9.35.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.0", "jest": "^30.2.0", "nock": "^14.0.10", "prettier": "^3.8.0", @@ -4029,9 +4029,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", - "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", + "version": "29.15.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz", + "integrity": "sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==", "dev": true, "license": "MIT", "dependencies": { @@ -4042,8 +4042,9 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", - "jest": "*" + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "jest": "*", + "typescript": ">=4.8.4 <6.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -4051,6 +4052,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index 7109021..d797a54 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "conventional-changelog-conventionalcommits": "^7.0.0", "depcheck": "^1.4.7", "eslint": "^9.35.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.0", "jest": "^30.2.0", "nock": "^14.0.10", "prettier": "^3.8.0",