Skip to content

Commit 2ec694c

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.25.3
1 parent 626ebea commit 2ec694c

File tree

2 files changed

+78
-6
lines changed

2 files changed

+78
-6
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.24.2",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
12-
"eslint-plugin-react": "7.25.2",
12+
"eslint-plugin-react": "7.25.3",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",
1515
"react-scripts": "2.1.8"

advanced/yarn.lock

Lines changed: 77 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4112,6 +4112,30 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
41124112
string.prototype.trimstart "^1.0.4"
41134113
unbox-primitive "^1.0.0"
41144114

4115+
es-abstract@^1.18.1:
4116+
version "1.18.6"
4117+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
4118+
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
4119+
dependencies:
4120+
call-bind "^1.0.2"
4121+
es-to-primitive "^1.2.1"
4122+
function-bind "^1.1.1"
4123+
get-intrinsic "^1.1.1"
4124+
get-symbol-description "^1.0.0"
4125+
has "^1.0.3"
4126+
has-symbols "^1.0.2"
4127+
internal-slot "^1.0.3"
4128+
is-callable "^1.2.4"
4129+
is-negative-zero "^2.0.1"
4130+
is-regex "^1.1.4"
4131+
is-string "^1.0.7"
4132+
object-inspect "^1.11.0"
4133+
object-keys "^1.1.1"
4134+
object.assign "^4.1.2"
4135+
string.prototype.trimend "^1.0.4"
4136+
string.prototype.trimstart "^1.0.4"
4137+
unbox-primitive "^1.0.1"
4138+
41154139
es-abstract@^1.18.2:
41164140
version "1.18.3"
41174141
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
@@ -4360,20 +4384,20 @@ [email protected]:
43604384
prop-types "^15.6.2"
43614385
resolve "^1.9.0"
43624386

4363-
4364-
version "7.25.2"
4365-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.2.tgz#d567a217d306b76dd110561f28074e2328ae38f8"
4366-
integrity sha512-elx4585wgmryanJK4C5IoSKQyVZ+e7H0t2JOOtJNBql0cuercvSShvRReuLBbfx8687yW5yv+UL7pXwMsd6adQ==
4387+
4388+
version "7.25.3"
4389+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz#3333a974772745ddb3aecea84621019b635766bc"
4390+
integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w==
43674391
dependencies:
43684392
array-includes "^3.1.3"
43694393
array.prototype.flatmap "^1.2.4"
43704394
doctrine "^2.1.0"
43714395
estraverse "^5.2.0"
4372-
has "^1.0.3"
43734396
jsx-ast-utils "^2.4.1 || ^3.0.0"
43744397
minimatch "^3.0.4"
43754398
object.entries "^1.1.4"
43764399
object.fromentries "^2.0.4"
4400+
object.hasown "^1.0.0"
43774401
object.values "^1.1.4"
43784402
prop-types "^15.7.2"
43794403
resolve "^2.0.0-next.3"
@@ -5299,6 +5323,14 @@ get-stream@^4.0.0:
52995323
dependencies:
53005324
pump "^3.0.0"
53015325

5326+
get-symbol-description@^1.0.0:
5327+
version "1.0.0"
5328+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
5329+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
5330+
dependencies:
5331+
call-bind "^1.0.2"
5332+
get-intrinsic "^1.1.1"
5333+
53025334
get-value@^2.0.3, get-value@^2.0.6:
53035335
version "2.0.6"
53045336
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -5585,6 +5617,13 @@ has-symbols@^1.0.2:
55855617
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
55865618
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
55875619

5620+
has-tostringtag@^1.0.0:
5621+
version "1.0.0"
5622+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
5623+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
5624+
dependencies:
5625+
has-symbols "^1.0.2"
5626+
55885627
has-unicode@^2.0.0:
55895628
version "2.0.1"
55905629
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -6273,6 +6312,11 @@ is-callable@^1.2.3:
62736312
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
62746313
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
62756314

6315+
is-callable@^1.2.4:
6316+
version "1.2.4"
6317+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
6318+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
6319+
62766320
is-ci@^1.0.10:
62776321
version "1.1.0"
62786322
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -6551,6 +6595,14 @@ is-regex@^1.1.3:
65516595
call-bind "^1.0.2"
65526596
has-symbols "^1.0.2"
65536597

6598+
is-regex@^1.1.4:
6599+
version "1.1.4"
6600+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
6601+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
6602+
dependencies:
6603+
call-bind "^1.0.2"
6604+
has-tostringtag "^1.0.0"
6605+
65546606
is-regexp@^1.0.0:
65556607
version "1.0.0"
65566608
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -6581,6 +6633,13 @@ is-string@^1.0.6:
65816633
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
65826634
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
65836635

6636+
is-string@^1.0.7:
6637+
version "1.0.7"
6638+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
6639+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
6640+
dependencies:
6641+
has-tostringtag "^1.0.0"
6642+
65846643
is-svg@^3.0.0:
65856644
version "3.0.0"
65866645
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -8283,6 +8342,11 @@ object-inspect@^1.10.3:
82838342
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
82848343
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
82858344

8345+
object-inspect@^1.11.0:
8346+
version "1.11.0"
8347+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
8348+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
8349+
82868350
object-inspect@^1.7.0:
82878351
version "1.7.0"
82888352
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -8382,6 +8446,14 @@ object.getownpropertydescriptors@^2.0.3:
83828446
define-properties "^1.1.2"
83838447
es-abstract "^1.5.1"
83848448

8449+
object.hasown@^1.0.0:
8450+
version "1.0.0"
8451+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
8452+
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
8453+
dependencies:
8454+
define-properties "^1.1.3"
8455+
es-abstract "^1.18.1"
8456+
83858457
object.omit@^2.0.0:
83868458
version "2.0.1"
83878459
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"

0 commit comments

Comments
 (0)