Skip to content

Commit 2e80746

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.34.4
1 parent 86a501c commit 2e80746

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-import": "2.29.1",
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.9.0",
34-
"eslint-plugin-react": "7.34.3",
34+
"eslint-plugin-react": "7.34.4",
3535
"eslint-plugin-react-hooks": "4.6.2"
3636
},
3737
"dependencies": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,10 +1723,10 @@ [email protected]:
17231723
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
17241724
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
17251725

1726-
1727-
version "7.34.3"
1728-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
1729-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
1726+
1727+
version "7.34.4"
1728+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
1729+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
17301730
dependencies:
17311731
array-includes "^3.1.8"
17321732
array.prototype.findlast "^1.2.5"
@@ -1736,16 +1736,17 @@ [email protected]:
17361736
doctrine "^2.1.0"
17371737
es-iterator-helpers "^1.0.19"
17381738
estraverse "^5.3.0"
1739+
hasown "^2.0.2"
17391740
jsx-ast-utils "^2.4.1 || ^3.0.0"
17401741
minimatch "^3.1.2"
17411742
object.entries "^1.1.8"
17421743
object.fromentries "^2.0.8"
1743-
object.hasown "^1.1.4"
17441744
object.values "^1.2.0"
17451745
prop-types "^15.8.1"
17461746
resolve "^2.0.0-next.5"
17471747
semver "^6.3.1"
17481748
string.prototype.matchall "^4.0.11"
1749+
string.prototype.repeat "^1.0.0"
17491750

17501751
[email protected], eslint-scope@^5.1.1:
17511752
version "5.1.1"
@@ -3015,15 +3016,6 @@ object.groupby@^1.0.1:
30153016
es-abstract "^1.22.1"
30163017
get-intrinsic "^1.2.1"
30173018

3018-
object.hasown@^1.1.4:
3019-
version "1.1.4"
3020-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
3021-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
3022-
dependencies:
3023-
define-properties "^1.2.1"
3024-
es-abstract "^1.23.2"
3025-
es-object-atoms "^1.0.0"
3026-
30273019
object.values@^1.1.6:
30283020
version "1.1.6"
30293021
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
@@ -3480,6 +3472,14 @@ string.prototype.matchall@^4.0.11:
34803472
set-function-name "^2.0.2"
34813473
side-channel "^1.0.6"
34823474

3475+
string.prototype.repeat@^1.0.0:
3476+
version "1.0.0"
3477+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
3478+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
3479+
dependencies:
3480+
define-properties "^1.1.3"
3481+
es-abstract "^1.17.5"
3482+
34833483
string.prototype.trim@^1.2.8:
34843484
version "1.2.8"
34853485
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)