diff --git a/ffm/package-lock.json b/ffm/package-lock.json index 29d5ec1..2adc8a3 100644 --- a/ffm/package-lock.json +++ b/ffm/package-lock.json @@ -26,7 +26,7 @@ "@vitejs/plugin-react": "^6.0.1", "autoprefixer": "^10.4.23", "eslint": "^10.3.0", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "postcss": "^8.4.47", "tailwindcss": "^4.2.4", @@ -2636,9 +2636,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", - "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz", + "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==", "dev": true, "license": "MIT", "dependencies": { @@ -2652,7 +2652,7 @@ "node": ">=18" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" } }, "node_modules/eslint-plugin-react-refresh": { diff --git a/ffm/package.json b/ffm/package.json index 47e6fbe..ab74adb 100644 --- a/ffm/package.json +++ b/ffm/package.json @@ -29,7 +29,7 @@ "@tailwindcss/postcss": "^4.3.0", "autoprefixer": "^10.4.23", "eslint": "^10.3.0", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "postcss": "^8.4.47", "tailwindcss": "^4.2.4",