diff --git a/package-lock.json b/package-lock.json index 2b8ca1e7..ea07d525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "docco": "^0.9.1", "eslint": "^8.57.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^29.15.0", "jest": "^29.7.0", "pre-commit": "^1.2.2", "rdf-isomorphic": "^2.0.0", @@ -5269,21 +5269,21 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.0.tgz", - "integrity": "sha512-4AuBcFWOriOeEqy6s4Zup/dQ7E1EPTyyfDaMYmM2YP9xEWPWwK3yYifH1dzY6aHRvyx7y53qMSIyT5s+jrorsQ==", + "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": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/utils": "^8.0.0" }, "engines": { - "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + "node": "^20.12.0 || ^22.0.0 || >=24.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", - "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", - "jest": "*" + "@typescript-eslint/eslint-plugin": "^8.0.0", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "jest": "*", + "typescript": ">=4.8.4 <6.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -5291,6 +5291,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, @@ -16114,12 +16117,12 @@ } }, "eslint-plugin-jest": { - "version": "28.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.0.tgz", - "integrity": "sha512-4AuBcFWOriOeEqy6s4Zup/dQ7E1EPTyyfDaMYmM2YP9xEWPWwK3yYifH1dzY6aHRvyx7y53qMSIyT5s+jrorsQ==", + "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, "requires": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/utils": "^8.0.0" } }, "eslint-scope": { diff --git a/package.json b/package.json index 353a9ce0..9e2c9b61 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "docco": "^0.9.1", "eslint": "^8.57.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^29.15.0", "jest": "^29.7.0", "pre-commit": "^1.2.2", "rdf-isomorphic": "^2.0.0",