Skip to content

Commit 484cf45

Browse files
chore(deps): update dependency eslint-plugin-react to v7.34.4 (#5636)
1 parent 8f09892 commit 484cf45

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-n": "16.6.2",
5050
"eslint-plugin-prettier": "5.1.3",
5151
"eslint-plugin-promise": "6.4.0",
52-
"eslint-plugin-react": "7.34.3",
52+
"eslint-plugin-react": "7.34.4",
5353
"eslint-plugin-react-hooks": "4.6.2",
5454
"eslint-plugin-sonarjs": "0.25.1",
5555
"eslint-plugin-sort-keys-fix": "1.1.2",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -9239,10 +9239,10 @@ [email protected]:
92399239
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
92409240
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
92419241

9242-
9243-
version "7.34.3"
9244-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
9245-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
9242+
9243+
version "7.34.4"
9244+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
9245+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
92469246
dependencies:
92479247
array-includes "^3.1.8"
92489248
array.prototype.findlast "^1.2.5"
@@ -9252,16 +9252,17 @@ [email protected]:
92529252
doctrine "^2.1.0"
92539253
es-iterator-helpers "^1.0.19"
92549254
estraverse "^5.3.0"
9255+
hasown "^2.0.2"
92559256
jsx-ast-utils "^2.4.1 || ^3.0.0"
92569257
minimatch "^3.1.2"
92579258
object.entries "^1.1.8"
92589259
object.fromentries "^2.0.8"
9259-
object.hasown "^1.1.4"
92609260
object.values "^1.2.0"
92619261
prop-types "^15.8.1"
92629262
resolve "^2.0.0-next.5"
92639263
semver "^6.3.1"
92649264
string.prototype.matchall "^4.0.11"
9265+
string.prototype.repeat "^1.0.0"
92659266

92669267
92679268
version "0.25.1"
@@ -13916,15 +13917,6 @@ object.groupby@^1.0.1:
1391613917
es-abstract "^1.22.1"
1391713918
get-intrinsic "^1.2.1"
1391813919

13919-
object.hasown@^1.1.4:
13920-
version "1.1.4"
13921-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
13922-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
13923-
dependencies:
13924-
define-properties "^1.2.1"
13925-
es-abstract "^1.23.2"
13926-
es-object-atoms "^1.0.0"
13927-
1392813920
object.values@^1.1.6, object.values@^1.1.7:
1392913921
version "1.1.7"
1393013922
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
@@ -16479,6 +16471,14 @@ string.prototype.matchall@^4.0.11:
1647916471
set-function-name "^2.0.2"
1648016472
side-channel "^1.0.6"
1648116473

16474+
string.prototype.repeat@^1.0.0:
16475+
version "1.0.0"
16476+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
16477+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
16478+
dependencies:
16479+
define-properties "^1.1.3"
16480+
es-abstract "^1.17.5"
16481+
1648216482
string.prototype.trim@^1.2.8:
1648316483
version "1.2.8"
1648416484
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)