diff --git a/DEPENDENCIES b/DEPENDENCIES index bd0613491..11f5ff673 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -166,7 +166,7 @@ npm/npmjs/-/es-define-property/1.0.1, MIT, approved, #13222 npm/npmjs/-/es-errors/1.3.0, MIT, approved, #13162 npm/npmjs/-/es-get-iterator/1.1.3, MIT, approved, clearlydefined npm/npmjs/-/es-iterator-helpers/1.2.1, MIT, approved, #17047 -npm/npmjs/-/es-object-atoms/1.0.0, MIT, approved, clearlydefined +npm/npmjs/-/es-object-atoms/1.0.0, MIT, approved, #18690 npm/npmjs/-/es-set-tostringtag/2.0.3, MIT, approved, #6218 npm/npmjs/-/es-set-tostringtag/2.1.0, MIT, approved, #18399 npm/npmjs/-/es-shim-unscopables/1.0.2, MIT, approved, clearlydefined @@ -189,7 +189,7 @@ npm/npmjs/-/eslint-plugin-import/2.30.0, MIT, approved, #16055 npm/npmjs/-/eslint-plugin-n/16.6.2, MIT, approved, #12657 npm/npmjs/-/eslint-plugin-promise/6.6.0, ISC, approved, clearlydefined npm/npmjs/-/eslint-plugin-react-hooks/4.6.2, MIT, approved, clearlydefined -npm/npmjs/-/eslint-plugin-react/7.37.3, MIT, approved, #16407 +npm/npmjs/-/eslint-plugin-react/7.37.4, MIT, approved, #16407 npm/npmjs/-/eslint-scope/7.2.2, BSD-2-Clause, approved, #9916 npm/npmjs/-/eslint-visitor-keys/3.4.3, Apache-2.0, approved, #18264 npm/npmjs/-/eslint/8.57.1, MIT AND ISC AND OFL-1.1 AND CC-BY-SA-2.0, approved, #15317 @@ -558,7 +558,7 @@ npm/npmjs/-/resolve-cwd/3.0.0, MIT, approved, clearlydefined npm/npmjs/-/resolve-from/4.0.0, MIT, approved, clearlydefined npm/npmjs/-/resolve-from/5.0.0, MIT, approved, clearlydefined npm/npmjs/-/resolve-pkg-maps/1.0.0, MIT, approved, clearlydefined -npm/npmjs/-/resolve.exports/2.0.2, MIT, approved, clearlydefined +npm/npmjs/-/resolve.exports/2.0.2, MIT, approved, #18688 npm/npmjs/-/resolve/1.22.8, MIT AND ISC, approved, #15315 npm/npmjs/-/resolve/2.0.0-next.5, MIT AND ISC, approved, #3078 npm/npmjs/-/restore-cursor/3.1.0, MIT, approved, clearlydefined diff --git a/package.json b/package.json index cbe452f3a..b15697d5d 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.37.3", + "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^4.6.2", "husky": "^9.1.7", "identity-obj-proxy": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 3710065a3..362aec1b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3493,10 +3493,10 @@ eslint-plugin-react-hooks@^4.6.2: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== -eslint-plugin-react@^7.37.3: - version "7.37.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz#567549e9251533975c4ea9706f986c3a64832031" - integrity sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA== +eslint-plugin-react@^7.37.4: + version "7.37.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181" + integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ== dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5"