diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 8d35b6e4..54814a90 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", - "eslint-plugin-jest": "^28.13.5", + "eslint-plugin-jest": "^29.0.1", "globals": "^16.2.0", "jest": "^30.0.0", "moment": "^2.30.1", @@ -5336,20 +5336,20 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.13.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.5.tgz", - "integrity": "sha512-ThdhaLPqK78iVjWY1zIfe4WdcVB0NgxZzsOE38SRCc/i3lPIcdfkOuWMC6m96LAg9zAbPPY7LSTXXT0Pf8J7pQ==", + "version": "29.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", + "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", "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", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "jest": "*" }, "peerDependenciesMeta": { diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 00c7741c..d3177301 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", - "eslint-plugin-jest": "^28.13.5", + "eslint-plugin-jest": "^29.0.1", "globals": "^16.2.0", "jest": "^30.0.0", "moment": "^2.30.1",