diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index 6a8a4d304..1f8e6f8a8 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -103,7 +103,7 @@ "electron": "^41.5.0", "electron-builder": "^26.8.1", "eslint": "^8.57.1", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^22.1.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", @@ -11189,9 +11189,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": { @@ -11205,7 +11205,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-scope": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 2164f9f70..aed893a98 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -145,7 +145,7 @@ "electron": "^41.5.0", "electron-builder": "^26.8.1", "eslint": "^8.57.1", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^22.1.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.18",