diff --git a/package-lock.json b/package-lock.json index 2f189b39bd..5933e27ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^20.0.0", "dotenv": "^16.5.0", - "eslint-plugin-jest": "^28.13.3", + "eslint-plugin-jest": "^29.0.1", "markdown-table": "^3.0.4", "openapi-to-postmanv2": "5.0.0", "parquet-wasm": "^0.6.1" @@ -8108,19 +8108,19 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.13.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.3.tgz", - "integrity": "sha512-BwC7TkFKn59tyfi6Zd9p/bcVVYOjWqp80jeaQvMy1fNFo8iDF8D5XvoSMM7CPaL6lQXPXCgD+RD4onlSsFelIw==", + "version": "29.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", + "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", "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", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "jest": "*" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index ff25e141a0..75846f9ab2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^20.0.0", "dotenv": "^16.5.0", - "eslint-plugin-jest": "^28.13.3", + "eslint-plugin-jest": "^29.0.1", "markdown-table": "^3.0.4", "openapi-to-postmanv2": "5.0.0", "parquet-wasm": "^0.6.1"