From 3973d44987d2dd54849c3058b9753911d5b355db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jan 2025 07:25:38 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 5.0.0 to 5.1.0 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 5.0.0 to 5.1.0. See this package in npm: eslint-plugin-react-hooks See this project in Snyk: https://app.snyk.io/org/qdraw/project/8efd618d-a300-4d64-93b4-6c13314df270?utm_source=github&utm_medium=referral&page=upgrade-pr --- starskydesktop/package-lock.json | 9 +++++---- starskydesktop/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/starskydesktop/package-lock.json b/starskydesktop/package-lock.json index cb9a7f51a..3628146dc 100644 --- a/starskydesktop/package-lock.json +++ b/starskydesktop/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rimraf": "^6.0.1", @@ -6397,10 +6397,11 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz", - "integrity": "sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", + "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, diff --git a/starskydesktop/package.json b/starskydesktop/package.json index f94acd55c..95fdb2f0f 100644 --- a/starskydesktop/package.json +++ b/starskydesktop/package.json @@ -108,7 +108,7 @@ "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rimraf": "^6.0.1",