Skip to content

Commit 885902c

Browse files
chore(deps): update dependency eslint-plugin-react to v7.37.5
1 parent 353ffb5 commit 885902c

File tree

2 files changed

+126
-49
lines changed

2 files changed

+126
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-jest": "23.20.0",
4141
"eslint-plugin-jsx-a11y": "6.9.0",
4242
"eslint-plugin-prettier": "3.4.1",
43-
"eslint-plugin-react": "7.35.2",
43+
"eslint-plugin-react": "7.37.5",
4444
"husky": "3.1.0",
4545
"jest": "24.9.0",
4646
"lint-staged": "9.5.0",

yarn.lock

Lines changed: 125 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,6 +2974,66 @@ es-abstract@^1.23.5, es-abstract@^1.23.9, es-abstract@^1.24.0:
29742974
unbox-primitive "^1.1.0"
29752975
which-typed-array "^1.1.19"
29762976

2977+
es-abstract@^1.23.6, es-abstract@^1.24.1:
2978+
version "1.24.1"
2979+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.1.tgz#f0c131ed5ea1bb2411134a8dd94def09c46c7899"
2980+
integrity sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==
2981+
dependencies:
2982+
array-buffer-byte-length "^1.0.2"
2983+
arraybuffer.prototype.slice "^1.0.4"
2984+
available-typed-arrays "^1.0.7"
2985+
call-bind "^1.0.8"
2986+
call-bound "^1.0.4"
2987+
data-view-buffer "^1.0.2"
2988+
data-view-byte-length "^1.0.2"
2989+
data-view-byte-offset "^1.0.1"
2990+
es-define-property "^1.0.1"
2991+
es-errors "^1.3.0"
2992+
es-object-atoms "^1.1.1"
2993+
es-set-tostringtag "^2.1.0"
2994+
es-to-primitive "^1.3.0"
2995+
function.prototype.name "^1.1.8"
2996+
get-intrinsic "^1.3.0"
2997+
get-proto "^1.0.1"
2998+
get-symbol-description "^1.1.0"
2999+
globalthis "^1.0.4"
3000+
gopd "^1.2.0"
3001+
has-property-descriptors "^1.0.2"
3002+
has-proto "^1.2.0"
3003+
has-symbols "^1.1.0"
3004+
hasown "^2.0.2"
3005+
internal-slot "^1.1.0"
3006+
is-array-buffer "^3.0.5"
3007+
is-callable "^1.2.7"
3008+
is-data-view "^1.0.2"
3009+
is-negative-zero "^2.0.3"
3010+
is-regex "^1.2.1"
3011+
is-set "^2.0.3"
3012+
is-shared-array-buffer "^1.0.4"
3013+
is-string "^1.1.1"
3014+
is-typed-array "^1.1.15"
3015+
is-weakref "^1.1.1"
3016+
math-intrinsics "^1.1.0"
3017+
object-inspect "^1.13.4"
3018+
object-keys "^1.1.1"
3019+
object.assign "^4.1.7"
3020+
own-keys "^1.0.1"
3021+
regexp.prototype.flags "^1.5.4"
3022+
safe-array-concat "^1.1.3"
3023+
safe-push-apply "^1.0.0"
3024+
safe-regex-test "^1.1.0"
3025+
set-proto "^1.0.0"
3026+
stop-iteration-iterator "^1.1.0"
3027+
string.prototype.trim "^1.2.10"
3028+
string.prototype.trimend "^1.0.9"
3029+
string.prototype.trimstart "^1.0.8"
3030+
typed-array-buffer "^1.0.3"
3031+
typed-array-byte-length "^1.0.3"
3032+
typed-array-byte-offset "^1.0.4"
3033+
typed-array-length "^1.0.7"
3034+
unbox-primitive "^1.1.0"
3035+
which-typed-array "^1.1.19"
3036+
29773037
es-abstract@^1.5.1:
29783038
version "1.14.2"
29793039
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
@@ -3042,6 +3102,28 @@ es-iterator-helpers@^1.0.19:
30423102
iterator.prototype "^1.1.2"
30433103
safe-array-concat "^1.1.2"
30443104

3105+
es-iterator-helpers@^1.2.1:
3106+
version "1.2.2"
3107+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz#d979a9f686e2b0b72f88dbead7229924544720bc"
3108+
integrity sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==
3109+
dependencies:
3110+
call-bind "^1.0.8"
3111+
call-bound "^1.0.4"
3112+
define-properties "^1.2.1"
3113+
es-abstract "^1.24.1"
3114+
es-errors "^1.3.0"
3115+
es-set-tostringtag "^2.1.0"
3116+
function-bind "^1.1.2"
3117+
get-intrinsic "^1.3.0"
3118+
globalthis "^1.0.4"
3119+
gopd "^1.2.0"
3120+
has-property-descriptors "^1.0.2"
3121+
has-proto "^1.2.0"
3122+
has-symbols "^1.1.0"
3123+
internal-slot "^1.1.0"
3124+
iterator.prototype "^1.1.5"
3125+
safe-array-concat "^1.1.3"
3126+
30453127
es-object-atoms@^1.0.0:
30463128
version "1.0.0"
30473129
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941"
@@ -3263,28 +3345,28 @@ [email protected]:
32633345
dependencies:
32643346
prettier-linter-helpers "^1.0.0"
32653347

3266-
eslint-plugin-react@7.35.2:
3267-
version "7.35.2"
3268-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
3269-
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
3348+
eslint-plugin-react@7.37.5:
3349+
version "7.37.5"
3350+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
3351+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
32703352
dependencies:
32713353
array-includes "^3.1.8"
32723354
array.prototype.findlast "^1.2.5"
3273-
array.prototype.flatmap "^1.3.2"
3355+
array.prototype.flatmap "^1.3.3"
32743356
array.prototype.tosorted "^1.1.4"
32753357
doctrine "^2.1.0"
3276-
es-iterator-helpers "^1.0.19"
3358+
es-iterator-helpers "^1.2.1"
32773359
estraverse "^5.3.0"
32783360
hasown "^2.0.2"
32793361
jsx-ast-utils "^2.4.1 || ^3.0.0"
32803362
minimatch "^3.1.2"
3281-
object.entries "^1.1.8"
3363+
object.entries "^1.1.9"
32823364
object.fromentries "^2.0.8"
3283-
object.values "^1.2.0"
3365+
object.values "^1.2.1"
32843366
prop-types "^15.8.1"
32853367
resolve "^2.0.0-next.5"
32863368
semver "^6.3.1"
3287-
string.prototype.matchall "^4.0.11"
3369+
string.prototype.matchall "^4.0.12"
32883370
string.prototype.repeat "^1.0.0"
32893371

32903372
eslint-scope@^5.0.0:
@@ -3977,7 +4059,7 @@ get-own-enumerable-property-symbols@^3.0.0:
39774059
resolved "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz#b877b49a5c16aefac3655f2ed2ea5b684df8d203"
39784060
integrity sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg==
39794061

3980-
get-proto@^1.0.1:
4062+
get-proto@^1.0.0, get-proto@^1.0.1:
39814063
version "1.0.1"
39824064
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
39834065
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
@@ -5475,6 +5557,18 @@ iterator.prototype@^1.1.2:
54755557
reflect.getprototypeof "^1.0.4"
54765558
set-function-name "^2.0.1"
54775559

5560+
iterator.prototype@^1.1.5:
5561+
version "1.1.5"
5562+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz#12c959a29de32de0aa3bbbb801f4d777066dae39"
5563+
integrity sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==
5564+
dependencies:
5565+
define-data-property "^1.1.4"
5566+
es-object-atoms "^1.0.0"
5567+
get-intrinsic "^1.2.6"
5568+
get-proto "^1.0.0"
5569+
has-symbols "^1.1.0"
5570+
set-function-name "^2.0.2"
5571+
54785572
java-properties@^1.0.0:
54795573
version "1.0.2"
54805574
resolved "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -7382,14 +7476,15 @@ object.entries@^1.1.2:
73827476
es-abstract "^1.17.5"
73837477
has "^1.0.3"
73847478

7385-
object.entries@^1.1.8:
7386-
version "1.1.8"
7387-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
7388-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
7479+
object.entries@^1.1.9:
7480+
version "1.1.9"
7481+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
7482+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
73897483
dependencies:
7390-
call-bind "^1.0.7"
7484+
call-bind "^1.0.8"
7485+
call-bound "^1.0.4"
73917486
define-properties "^1.2.1"
7392-
es-object-atoms "^1.0.0"
7487+
es-object-atoms "^1.1.1"
73937488

73947489
object.fromentries@^2.0.8:
73957490
version "2.0.8"
@@ -7434,15 +7529,6 @@ object.values@^1.1.6:
74347529
define-properties "^1.1.4"
74357530
es-abstract "^1.20.4"
74367531

7437-
object.values@^1.2.0:
7438-
version "1.2.0"
7439-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
7440-
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
7441-
dependencies:
7442-
call-bind "^1.0.7"
7443-
define-properties "^1.2.1"
7444-
es-object-atoms "^1.0.0"
7445-
74467532
object.values@^1.2.1:
74477533
version "1.2.1"
74487534
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
@@ -8332,7 +8418,7 @@ regexp.prototype.flags@^1.5.2:
83328418
es-errors "^1.3.0"
83338419
set-function-name "^2.0.1"
83348420

8335-
regexp.prototype.flags@^1.5.4:
8421+
regexp.prototype.flags@^1.5.3, regexp.prototype.flags@^1.5.4:
83368422
version "1.5.4"
83378423
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19"
83388424
integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==
@@ -8924,16 +9010,6 @@ side-channel@^1.0.4:
89249010
get-intrinsic "^1.0.2"
89259011
object-inspect "^1.9.0"
89269012

8927-
side-channel@^1.0.6:
8928-
version "1.0.6"
8929-
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
8930-
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
8931-
dependencies:
8932-
call-bind "^1.0.7"
8933-
es-errors "^1.3.0"
8934-
get-intrinsic "^1.2.4"
8935-
object-inspect "^1.13.1"
8936-
89379013
side-channel@^1.1.0:
89389014
version "1.1.0"
89399015
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9"
@@ -9319,23 +9395,24 @@ string.prototype.includes@^2.0.0:
93199395
define-properties "^1.1.3"
93209396
es-abstract "^1.17.5"
93219397

9322-
string.prototype.matchall@^4.0.11:
9323-
version "4.0.11"
9324-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
9325-
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==
9398+
string.prototype.matchall@^4.0.12:
9399+
version "4.0.12"
9400+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"
9401+
integrity sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==
93269402
dependencies:
9327-
call-bind "^1.0.7"
9403+
call-bind "^1.0.8"
9404+
call-bound "^1.0.3"
93289405
define-properties "^1.2.1"
9329-
es-abstract "^1.23.2"
9406+
es-abstract "^1.23.6"
93309407
es-errors "^1.3.0"
93319408
es-object-atoms "^1.0.0"
9332-
get-intrinsic "^1.2.4"
9333-
gopd "^1.0.1"
9334-
has-symbols "^1.0.3"
9335-
internal-slot "^1.0.7"
9336-
regexp.prototype.flags "^1.5.2"
9409+
get-intrinsic "^1.2.6"
9410+
gopd "^1.2.0"
9411+
has-symbols "^1.1.0"
9412+
internal-slot "^1.1.0"
9413+
regexp.prototype.flags "^1.5.3"
93379414
set-function-name "^2.0.2"
9338-
side-channel "^1.0.6"
9415+
side-channel "^1.1.0"
93399416

93409417
string.prototype.repeat@^1.0.0:
93419418
version "1.0.0"

0 commit comments

Comments
 (0)