diff --git a/package-lock.json b/package-lock.json index 729dfee..bc79965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "8.57.0", "eslint-config-scratch": "9.0.8", "eslint-plugin-import": "2.29.1", - "eslint-plugin-react": "7.34.0", + "eslint-plugin-react": "7.34.1", "fs-extra": "9.1.0", "intl": "1.2.5", "lodash.bindall": "4.4.0", @@ -9140,9 +9140,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.34.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz", - "integrity": "sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==", + "version": "7.34.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz", + "integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==", "dev": true, "dependencies": { "array-includes": "^3.1.7", diff --git a/package.json b/package.json index f9deb7e..375119d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "8.57.0", "eslint-config-scratch": "9.0.8", "eslint-plugin-import": "2.29.1", - "eslint-plugin-react": "7.34.0", + "eslint-plugin-react": "7.34.1", "fs-extra": "9.1.0", "intl": "1.2.5", "lodash.bindall": "4.4.0",