diff --git a/package-lock.json b/package-lock.json index f87ca42..bff0d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.19", "eslint": "^9.29.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.6", "glob": "^10.3.12", "rollup": "^4.44.0", @@ -6156,14 +6156,15 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz", + "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.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" } }, "node_modules/eslint-plugin-react-refresh": { @@ -6568,11 +6569,6 @@ "node": ">= 0.6" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "license": "MIT", @@ -7027,8 +7023,8 @@ }, "node_modules/inflight": { "version": "1.0.6", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -8720,8 +8716,8 @@ }, "node_modules/once": { "version": "1.4.0", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "wrappy": "1" } @@ -11748,8 +11744,8 @@ }, "node_modules/wrappy": { "version": "1.0.2", - "devOptional": true, - "license": "ISC" + "license": "ISC", + "optional": true }, "node_modules/ws": { "version": "8.18.0", diff --git a/package.json b/package.json index 5ced963..9c03c96 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.19", "eslint": "^9.29.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.6", "glob": "^10.3.12", "rollup": "^4.44.0",