File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 77 "eslint" : " 4.19.1" ,
88 "eslint-config-react-app" : " 2.1.0" ,
99 "eslint-plugin-flowtype" : " 2.50.3" ,
10- "eslint-plugin-import" : " 2.16 .0" ,
10+ "eslint-plugin-import" : " 2.17 .0" ,
1111 "eslint-plugin-jsx-a11y" : " 5.1.1" ,
1212 "eslint-plugin-react" : " 7.12.4" ,
1313 "jwt-decode" : " 2.2.0" ,
Original file line number Diff line number Diff line change @@ -2969,11 +2969,12 @@ eslint-plugin-flowtype@2.50.3:
29692969 dependencies :
29702970 lodash "^4.17.10"
29712971
2972- eslint-plugin-import@2.16 .0 :
2973- version "2.16 .0"
2974- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16 .0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f "
2975- integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A ==
2972+ eslint-plugin-import@2.17 .0 :
2973+ version "2.17 .0"
2974+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17 .0.tgz#bdf6598aded839a27454d824b0758fd46f80eb72 "
2975+ integrity sha512-JCsOtNwPYUoeZPlSr8t0+uCU5OVlHh+dIBn8Rw7FiOPjCECG+QzDIKDqshbyJE6CYoj9wpcstEl8vUY7rXkqVA ==
29762976 dependencies :
2977+ array-includes "^3.0.3"
29772978 contains-path "^0.1.0"
29782979 debug "^2.6.9"
29792980 doctrine "1.5.0"
@@ -2983,7 +2984,7 @@ eslint-plugin-import@2.16.0:
29832984 lodash "^4.17.11"
29842985 minimatch "^3.0.4"
29852986 read-pkg-up "^2.0.0"
2986- resolve "^1.9 .0"
2987+ resolve "^1.10 .0"
29872988
29882989eslint-plugin-import@2.8.0 :
29892990 version "2.8.0"
@@ -7654,6 +7655,13 @@ resolve@1.6.0:
76547655 dependencies :
76557656 path-parse "^1.0.5"
76567657
7658+ resolve@^1.10.0 :
7659+ version "1.10.0"
7660+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
7661+ integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==
7662+ dependencies :
7663+ path-parse "^1.0.6"
7664+
76577665resolve@^1.3.2, resolve@^1.5.0 :
76587666 version "1.5.0"
76597667 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
You can’t perform that action at this time.
0 commit comments