@@ -4851,9 +4851,9 @@ eslint-plugin-jsx-a11y@^6.1.2:
4851
4851
string.prototype.includes "^2.0.0"
4852
4852
4853
4853
eslint-plugin-react@^7.11.1:
4854
- version "7.34.3 "
4855
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3 .tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b "
4856
- integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA ==
4854
+ version "7.34.4 "
4855
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4 .tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb "
4856
+ integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA ==
4857
4857
dependencies:
4858
4858
array-includes "^3.1.8"
4859
4859
array.prototype.findlast "^1.2.5"
@@ -4863,16 +4863,17 @@ eslint-plugin-react@^7.11.1:
4863
4863
doctrine "^2.1.0"
4864
4864
es-iterator-helpers "^1.0.19"
4865
4865
estraverse "^5.3.0"
4866
+ hasown "^2.0.2"
4866
4867
jsx-ast-utils "^2.4.1 || ^3.0.0"
4867
4868
minimatch "^3.1.2"
4868
4869
object.entries "^1.1.8"
4869
4870
object.fromentries "^2.0.8"
4870
- object.hasown "^1.1.4"
4871
4871
object.values "^1.2.0"
4872
4872
prop-types "^15.8.1"
4873
4873
resolve "^2.0.0-next.5"
4874
4874
semver "^6.3.1"
4875
4875
string.prototype.matchall "^4.0.11"
4876
+ string.prototype.repeat "^1.0.0"
4876
4877
4877
4878
eslint-plugin-redux-saga@^0.9.0:
4878
4879
version "0.9.0"
@@ -9102,15 +9103,6 @@ object.groupby@^1.0.1:
9102
9103
es-abstract "^1.22.1"
9103
9104
get-intrinsic "^1.2.1"
9104
9105
9105
- object.hasown@^1.1.4:
9106
- version "1.1.4"
9107
- resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
9108
- integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
9109
- dependencies:
9110
- define-properties "^1.2.1"
9111
- es-abstract "^1.23.2"
9112
- es-object-atoms "^1.0.0"
9113
-
9114
9106
object.map@^1.0.0:
9115
9107
version "1.0.1"
9116
9108
resolved "https://registry.yarnpkg.com/object.map/-/object.map-1.0.1.tgz#cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37"
@@ -12252,6 +12244,14 @@ string.prototype.padend@^3.0.0:
12252
12244
define-properties "^1.1.3"
12253
12245
es-abstract "^1.19.1"
12254
12246
12247
+ string.prototype.repeat@^1.0.0:
12248
+ version "1.0.0"
12249
+ resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
12250
+ integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
12251
+ dependencies:
12252
+ define-properties "^1.1.3"
12253
+ es-abstract "^1.17.5"
12254
+
12255
12255
string.prototype.trim@^1.2.1:
12256
12256
version "1.2.5"
12257
12257
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"
0 commit comments