Skip to content

Commit 9754a92

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.16.0
1 parent ae921c2 commit 9754a92

File tree

2 files changed

+41
-14
lines changed

2 files changed

+41
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-config-airbnb": "16.1.0",
2727
"eslint-config-prettier": "2.9.0",
2828
"eslint-plugin-flowtype": "2.46.3",
29-
"eslint-plugin-import": "2.11.0",
29+
"eslint-plugin-import": "2.16.0",
3030
"eslint-plugin-jest": "21.15.1",
3131
"eslint-plugin-jsx-a11y": "6.0.3",
3232
"eslint-plugin-prettier": "2.6.0",

yarn.lock

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,7 +4716,7 @@ eslint-config-react-app@^2.1.0:
47164716
version "2.1.0"
47174717
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-2.1.0.tgz#23c909f71cbaff76b945b831d2d814b8bde169eb"
47184718

4719-
eslint-import-resolver-node@^0.3.1:
4719+
eslint-import-resolver-node@^0.3.1, eslint-import-resolver-node@^0.3.2:
47204720
version "0.3.2"
47214721
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
47224722
dependencies:
@@ -4733,13 +4733,20 @@ [email protected]:
47334733
object-hash "^1.1.4"
47344734
rimraf "^2.6.1"
47354735

4736-
eslint-module-utils@^2.1.1, eslint-module-utils@^2.2.0:
4736+
eslint-module-utils@^2.1.1:
47374737
version "2.2.0"
47384738
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
47394739
dependencies:
47404740
debug "^2.6.8"
47414741
pkg-dir "^1.0.0"
47424742

4743+
eslint-module-utils@^2.3.0:
4744+
version "2.3.0"
4745+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
4746+
dependencies:
4747+
debug "^2.6.8"
4748+
pkg-dir "^2.0.0"
4749+
47434750
47444751
version "2.39.1"
47454752
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.39.1.tgz#b5624622a0388bcd969f4351131232dcb9649cd5"
@@ -4752,20 +4759,20 @@ [email protected]:
47524759
dependencies:
47534760
lodash "^4.15.0"
47544761

4755-
eslint-plugin-import@2.11.0:
4756-
version "2.11.0"
4757-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
4762+
eslint-plugin-import@2.16.0:
4763+
version "2.16.0"
4764+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
47584765
dependencies:
47594766
contains-path "^0.1.0"
4760-
debug "^2.6.8"
4767+
debug "^2.6.9"
47614768
doctrine "1.5.0"
4762-
eslint-import-resolver-node "^0.3.1"
4763-
eslint-module-utils "^2.2.0"
4764-
has "^1.0.1"
4765-
lodash "^4.17.4"
4766-
minimatch "^3.0.3"
4769+
eslint-import-resolver-node "^0.3.2"
4770+
eslint-module-utils "^2.3.0"
4771+
has "^1.0.3"
4772+
lodash "^4.17.11"
4773+
minimatch "^3.0.4"
47674774
read-pkg-up "^2.0.0"
4768-
resolve "^1.6.0"
4775+
resolve "^1.9.0"
47694776

47704777
47714778
version "2.8.0"
@@ -6114,6 +6121,12 @@ has@^1.0.1:
61146121
dependencies:
61156122
function-bind "^1.0.2"
61166123

6124+
has@^1.0.3:
6125+
version "1.0.3"
6126+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
6127+
dependencies:
6128+
function-bind "^1.1.1"
6129+
61176130
hash-base@^2.0.0:
61186131
version "2.0.2"
61196132
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -8212,6 +8225,10 @@ [email protected]:
82128225
version "4.17.5"
82138226
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
82148227

8228+
lodash@^4.17.11:
8229+
version "4.17.11"
8230+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
8231+
82158232
log-symbols@^1.0.2:
82168233
version "1.0.2"
82178234
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -9662,6 +9679,10 @@ path-parse@^1.0.5:
96629679
version "1.0.5"
96639680
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
96649681

9682+
path-parse@^1.0.6:
9683+
version "1.0.6"
9684+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
9685+
96659686
96669687
version "0.1.7"
96679688
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11574,12 +11595,18 @@ [email protected]:
1157411595
dependencies:
1157511596
path-parse "^1.0.5"
1157611597

11577-
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0:
11598+
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
1157811599
version "1.7.1"
1157911600
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
1158011601
dependencies:
1158111602
path-parse "^1.0.5"
1158211603

11604+
resolve@^1.9.0:
11605+
version "1.10.0"
11606+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
11607+
dependencies:
11608+
path-parse "^1.0.6"
11609+
1158311610
restore-cursor@^1.0.1:
1158411611
version "1.0.1"
1158511612
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)