@@ -1621,10 +1621,10 @@ eslint-plugin-react-hooks@^4.6.2:
1621
1621
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
1622
1622
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
1623
1623
1624
- eslint-plugin-react@^7.34.3 :
1625
- version "7.34.3 "
1626
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3 .tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b "
1627
- integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA ==
1624
+ eslint-plugin-react@^7.34.4 :
1625
+ version "7.34.4 "
1626
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4 .tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb "
1627
+ integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA ==
1628
1628
dependencies :
1629
1629
array-includes "^3.1.8"
1630
1630
array.prototype.findlast "^1.2.5"
@@ -1634,16 +1634,17 @@ eslint-plugin-react@^7.34.3:
1634
1634
doctrine "^2.1.0"
1635
1635
es-iterator-helpers "^1.0.19"
1636
1636
estraverse "^5.3.0"
1637
+ hasown "^2.0.2"
1637
1638
jsx-ast-utils "^2.4.1 || ^3.0.0"
1638
1639
minimatch "^3.1.2"
1639
1640
object.entries "^1.1.8"
1640
1641
object.fromentries "^2.0.8"
1641
- object.hasown "^1.1.4"
1642
1642
object.values "^1.2.0"
1643
1643
prop-types "^15.8.1"
1644
1644
resolve "^2.0.0-next.5"
1645
1645
semver "^6.3.1"
1646
1646
string.prototype.matchall "^4.0.11"
1647
+ string.prototype.repeat "^1.0.0"
1647
1648
1648
1649
eslint-scope@^7.2.2 :
1649
1650
version "7.2.2"
@@ -3132,15 +3133,6 @@ object.groupby@^1.0.1:
3132
3133
es-abstract "^1.22.1"
3133
3134
get-intrinsic "^1.2.1"
3134
3135
3135
- object.hasown@^1.1.4 :
3136
- version "1.1.4"
3137
- resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
3138
- integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
3139
- dependencies :
3140
- define-properties "^1.2.1"
3141
- es-abstract "^1.23.2"
3142
- es-object-atoms "^1.0.0"
3143
-
3144
3136
object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0 :
3145
3137
version "1.2.0"
3146
3138
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -3639,6 +3631,14 @@ string.prototype.matchall@^4.0.11:
3639
3631
set-function-name "^2.0.2"
3640
3632
side-channel "^1.0.6"
3641
3633
3634
+ string.prototype.repeat@^1.0.0 :
3635
+ version "1.0.0"
3636
+ resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
3637
+ integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
3638
+ dependencies :
3639
+ define-properties "^1.1.3"
3640
+ es-abstract "^1.17.5"
3641
+
3642
3642
string.prototype.trim@^1.2.9 :
3643
3643
version "1.2.9"
3644
3644
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
0 commit comments