Skip to content

Commit 7815ab8

Browse files
chore(deps): update dependency eslint-plugin-react to v7.34.4
1 parent a9a2d5c commit 7815ab8

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
@@ -68,7 +68,7 @@
6868
"eslint-plugin-import": "2.29.1",
6969
"eslint-plugin-jsx-a11y": "6.9.0",
7070
"eslint-plugin-prettier": "5.1.3",
71-
"eslint-plugin-react": "7.34.3",
71+
"eslint-plugin-react": "7.34.4",
7272
"hoist-non-react-statics": "3.3.2",
7373
"html-loader": "4.2.0",
7474
"html-webpack-plugin": "5.6.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,10 +3544,10 @@ [email protected]:
35443544
prettier-linter-helpers "^1.0.0"
35453545
synckit "^0.8.6"
35463546

3547-
3548-
version "7.34.3"
3549-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
3550-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
3547+
3548+
version "7.34.4"
3549+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
3550+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
35513551
dependencies:
35523552
array-includes "^3.1.8"
35533553
array.prototype.findlast "^1.2.5"
@@ -3557,16 +3557,17 @@ [email protected]:
35573557
doctrine "^2.1.0"
35583558
es-iterator-helpers "^1.0.19"
35593559
estraverse "^5.3.0"
3560+
hasown "^2.0.2"
35603561
jsx-ast-utils "^2.4.1 || ^3.0.0"
35613562
minimatch "^3.1.2"
35623563
object.entries "^1.1.8"
35633564
object.fromentries "^2.0.8"
3564-
object.hasown "^1.1.4"
35653565
object.values "^1.2.0"
35663566
prop-types "^15.8.1"
35673567
resolve "^2.0.0-next.5"
35683568
semver "^6.3.1"
35693569
string.prototype.matchall "^4.0.11"
3570+
string.prototype.repeat "^1.0.0"
35703571

35713572
35723573
version "5.1.1"
@@ -5747,15 +5748,6 @@ object.groupby@^1.0.1:
57475748
define-properties "^1.2.1"
57485749
es-abstract "^1.23.2"
57495750

5750-
object.hasown@^1.1.4:
5751-
version "1.1.4"
5752-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
5753-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
5754-
dependencies:
5755-
define-properties "^1.2.1"
5756-
es-abstract "^1.23.2"
5757-
es-object-atoms "^1.0.0"
5758-
57595751
object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0:
57605752
version "1.2.0"
57615753
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -7148,6 +7140,14 @@ string.prototype.padend@^3.0.0:
71487140
es-abstract "^1.23.2"
71497141
es-object-atoms "^1.0.0"
71507142

7143+
string.prototype.repeat@^1.0.0:
7144+
version "1.0.0"
7145+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
7146+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
7147+
dependencies:
7148+
define-properties "^1.1.3"
7149+
es-abstract "^1.17.5"
7150+
71517151
string.prototype.trim@^1.2.9:
71527152
version "1.2.9"
71537153
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"

0 commit comments

Comments
 (0)