Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 6fe4233

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.10.0
1 parent 6de1bc8 commit 6fe4233

File tree

2 files changed

+43
-28
lines changed

2 files changed

+43
-28
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-config-airbnb": "15.0.1",
3232
"eslint-config-commercetools": "6.0.0",
3333
"eslint-config-prettier": "2.1.1",
34-
"eslint-plugin-import": "2.3.0",
34+
"eslint-plugin-import": "2.10.0",
3535
"eslint-plugin-jest": "20.0.3",
3636
"eslint-plugin-jsx-a11y": "5.0.3",
3737
"eslint-plugin-prettier": "2.1.1",

yarn.lock

+42-27
Original file line numberDiff line numberDiff line change
@@ -1341,12 +1341,6 @@ dateformat@^2.0.0:
13411341
version "2.0.0"
13421342
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.0.0.tgz#2743e3abb5c3fc2462e527dca445e04e9f4dee17"
13431343

1344-
[email protected], debug@~2.2.0:
1345-
version "2.2.0"
1346-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
1347-
dependencies:
1348-
ms "0.7.1"
1349-
13501344
13511345
version "2.6.3"
13521346
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.3.tgz#0f7eb8c30965ec08c72accfa0130c8b79984141d"
@@ -1359,6 +1353,18 @@ debug@^2.1.1, debug@^2.2.0, debug@^2.6.3:
13591353
dependencies:
13601354
ms "0.7.3"
13611355

1356+
debug@^2.6.8, debug@^2.6.9:
1357+
version "2.6.9"
1358+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1359+
dependencies:
1360+
ms "2.0.0"
1361+
1362+
debug@~2.2.0:
1363+
version "2.2.0"
1364+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
1365+
dependencies:
1366+
ms "0.7.1"
1367+
13621368
decamelize@^1.0.0, decamelize@^1.1.1:
13631369
version "1.2.0"
13641370
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1610,33 +1616,32 @@ [email protected]:
16101616
dependencies:
16111617
get-stdin "^5.0.1"
16121618

1613-
eslint-import-resolver-node@^0.2.0:
1614-
version "0.2.3"
1615-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
1619+
eslint-import-resolver-node@^0.3.1:
1620+
version "0.3.2"
1621+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
16161622
dependencies:
1617-
debug "^2.2.0"
1618-
object-assign "^4.0.1"
1619-
resolve "^1.1.6"
1623+
debug "^2.6.9"
1624+
resolve "^1.5.0"
16201625

1621-
eslint-module-utils@^2.0.0:
1622-
version "2.0.0"
1623-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.0.0.tgz#a6f8c21d901358759cdc35dbac1982ae1ee58bce"
1626+
eslint-module-utils@^2.2.0:
1627+
version "2.2.0"
1628+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
16241629
dependencies:
1625-
debug "2.2.0"
1630+
debug "^2.6.8"
16261631
pkg-dir "^1.0.0"
16271632

1628-
eslint-plugin-import@2.3.0:
1629-
version "2.3.0"
1630-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.3.0.tgz#37c801e0ada0e296cbdf20c3f393acb5b52af36b"
1633+
eslint-plugin-import@2.10.0:
1634+
version "2.10.0"
1635+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7"
16311636
dependencies:
16321637
builtin-modules "^1.1.1"
16331638
contains-path "^0.1.0"
1634-
debug "^2.2.0"
1639+
debug "^2.6.8"
16351640
doctrine "1.5.0"
1636-
eslint-import-resolver-node "^0.2.0"
1637-
eslint-module-utils "^2.0.0"
1641+
eslint-import-resolver-node "^0.3.1"
1642+
eslint-module-utils "^2.2.0"
16381643
has "^1.0.1"
1639-
lodash.cond "^4.3.0"
1644+
lodash "^4.17.4"
16401645
minimatch "^3.0.3"
16411646
read-pkg-up "^2.0.0"
16421647

@@ -3060,10 +3065,6 @@ lodash._root@^3.0.0:
30603065
version "3.0.1"
30613066
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
30623067

3063-
lodash.cond@^4.3.0:
3064-
version "4.5.2"
3065-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
3066-
30673068
lodash.escape@^3.0.0:
30683069
version "3.2.0"
30693070
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698"
@@ -3151,6 +3152,10 @@ lodash@^4.0.0, lodash@^4.14.0, lodash@^4.16.6, lodash@^4.2.0, lodash@^4.2.1, lod
31513152
version "4.17.4"
31523153
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
31533154

3155+
lodash@^4.17.4:
3156+
version "4.17.5"
3157+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
3158+
31543159
longest@^1.0.1:
31553160
version "1.0.1"
31563161
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -3299,6 +3304,10 @@ [email protected]:
32993304
version "0.7.3"
33003305
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.3.tgz#708155a5e44e33f5fd0fc53e81d0d40a91be1fff"
33013306

3307+
3308+
version "2.0.0"
3309+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
3310+
33023311
33033312
version "3.3.2"
33043313
resolved "https://registry.yarnpkg.com/multiparty/-/multiparty-3.3.2.tgz#35de6804dc19643e5249f3d3e3bdc6c8ce301d3f"
@@ -4130,6 +4139,12 @@ resolve@^1.1.6, resolve@^1.3.2:
41304139
dependencies:
41314140
path-parse "^1.0.5"
41324141

4142+
resolve@^1.5.0:
4143+
version "1.6.0"
4144+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.6.0.tgz#0fbd21278b27b4004481c395349e7aba60a9ff5c"
4145+
dependencies:
4146+
path-parse "^1.0.5"
4147+
41334148
response-time@~2.3.1:
41344149
version "2.3.2"
41354150
resolved "https://registry.yarnpkg.com/response-time/-/response-time-2.3.2.tgz#ffa71bab952d62f7c1d49b7434355fbc68dffc5a"

0 commit comments

Comments
 (0)