File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 9
9
"eslint-plugin-flowtype" : " 2.50.3" ,
10
10
"eslint-plugin-import" : " 2.24.2" ,
11
11
"eslint-plugin-jsx-a11y" : " 5.1.1" ,
12
- "eslint-plugin-react" : " 7.25.3 " ,
12
+ "eslint-plugin-react" : " 7.26.0 " ,
13
13
"jwt-decode" : " 2.2.0" ,
14
14
"prettier-eslint-cli" : " 4.7.1" ,
15
15
"react-scripts" : " 2.1.8"
Original file line number Diff line number Diff line change @@ -4384,10 +4384,10 @@ eslint-plugin-react@7.12.4:
4384
4384
prop-types "^15.6.2"
4385
4385
resolve "^1.9.0"
4386
4386
4387
- eslint-plugin-react@7.25.3 :
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 ==
4387
+ eslint-plugin-react@7.26.0 :
4388
+ version "7.26.0 "
4389
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0 .tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b "
4390
+ integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ ==
4391
4391
dependencies:
4392
4392
array-includes "^3.1.3"
4393
4393
array.prototype.flatmap "^1.2.4"
@@ -4401,6 +4401,7 @@ eslint-plugin-react@7.25.3:
4401
4401
object.values "^1.1.4"
4402
4402
prop-types "^15.7.2"
4403
4403
resolve "^2.0.0-next.3"
4404
+ semver "^6.3.0"
4404
4405
string.prototype.matchall "^4.0.5"
4405
4406
4406
4407
eslint-scope@3.7.1, eslint-scope@^3.7.1:
@@ -10820,6 +10821,11 @@ semver@^6.0.0:
10820
10821
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
10821
10822
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
10822
10823
10824
+ semver@^6.3.0:
10825
+ version "6.3.0"
10826
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
10827
+ integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
10828
+
10823
10829
send@0.16.2:
10824
10830
version "0.16.2"
10825
10831
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
You can’t perform that action at this time.
0 commit comments