From c30c504a85fa4158c26895046cf738dfe76ca8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:17:00 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 5.2.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.0 to 5.2.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) 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",