From 8d8d2d4d47a5442c0238d1b2d96ba624ee03ebd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 11:44:46 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.35.0 to 7.36.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.35.0 to 7.36.1. See this package in npm: eslint-plugin-react 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 3bb778de95..f14639105d 100644 --- a/starskydesktop/package-lock.json +++ b/starskydesktop/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.8.2", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -5795,10 +5795,11 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", - "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, + "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", diff --git a/starskydesktop/package.json b/starskydesktop/package.json index 7d5671a53d..0661293816 100644 --- a/starskydesktop/package.json +++ b/starskydesktop/package.json @@ -107,7 +107,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.8.2", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",