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

Commit ac6fa28

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.17.3
1 parent 19deb66 commit ac6fa28

File tree

2 files changed

+38
-29
lines changed

2 files changed

+38
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-config-algolia": "13.1.0",
1616
"eslint-config-prettier": "2.9.0",
1717
"eslint-plugin-html": "4.0.3",
18-
"eslint-plugin-import": "2.12.0",
18+
"eslint-plugin-import": "2.17.3",
1919
"eslint-plugin-prettier": "2.6.0",
2020
"prettier": "1.11.1"
2121
}

yarn.lock

+37-28
Original file line numberDiff line numberDiff line change
@@ -2517,40 +2517,41 @@ eslint-config-prettier@2.9.0:
25172517
dependencies:
25182518
get-stdin "^5.0.1"
25192519

2520-
eslint-import-resolver-node@^0.3.1:
2520+
eslint-import-resolver-node@^0.3.2:
25212521
version "0.3.2"
25222522
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
25232523
dependencies:
25242524
debug "^2.6.9"
25252525
resolve "^1.5.0"
25262526

2527-
eslint-module-utils@^2.2.0:
2528-
version "2.2.0"
2529-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
2527+
eslint-module-utils@^2.4.0:
2528+
version "2.4.0"
2529+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
25302530
dependencies:
25312531
debug "^2.6.8"
2532-
pkg-dir "^1.0.0"
2532+
pkg-dir "^2.0.0"
25332533

25342534
eslint-plugin-html@4.0.3:
25352535
version "4.0.3"
25362536
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.3.tgz#97d52dcf9e22724505d02719fbd02754013c8a17"
25372537
dependencies:
25382538
htmlparser2 "^3.8.2"
25392539

2540-
eslint-plugin-import@2.12.0:
2541-
version "2.12.0"
2542-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d"
2540+
eslint-plugin-import@2.17.3:
2541+
version "2.17.3"
2542+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.3.tgz#00548b4434c18faebaba04b24ae6198f280de189"
25432543
dependencies:
2544+
array-includes "^3.0.3"
25442545
contains-path "^0.1.0"
2545-
debug "^2.6.8"
2546+
debug "^2.6.9"
25462547
doctrine "1.5.0"
2547-
eslint-import-resolver-node "^0.3.1"
2548-
eslint-module-utils "^2.2.0"
2549-
has "^1.0.1"
2550-
lodash "^4.17.4"
2551-
minimatch "^3.0.3"
2548+
eslint-import-resolver-node "^0.3.2"
2549+
eslint-module-utils "^2.4.0"
2550+
has "^1.0.3"
2551+
lodash "^4.17.11"
2552+
minimatch "^3.0.4"
25522553
read-pkg-up "^2.0.0"
2553-
resolve "^1.6.0"
2554+
resolve "^1.11.0"
25542555

25552556
eslint-plugin-prettier@2.6.0:
25562557
version "2.6.0"
@@ -3329,6 +3330,12 @@ has@^1.0.1:
33293330
dependencies:
33303331
function-bind "^1.0.2"
33313332

3333+
has@^1.0.3:
3334+
version "1.0.3"
3335+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3336+
dependencies:
3337+
function-bind "^1.1.1"
3338+
33323339
hash-base@^3.0.0:
33333340
version "3.0.4"
33343341
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
@@ -4205,6 +4212,10 @@ lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.5,
42054212
version "4.17.10"
42064213
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
42074214

4215+
lodash@^4.17.11:
4216+
version "4.17.11"
4217+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4218+
42084219
lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
42094220
version "4.17.5"
42104221
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -4419,7 +4430,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
44194430
version "1.0.1"
44204431
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
44214432

4422-
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
4433+
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2:
44234434
version "3.0.4"
44244435
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
44254436
dependencies:
@@ -5110,6 +5121,10 @@ path-parse@^1.0.5:
51105121
version "1.0.5"
51115122
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
51125123

5124+
path-parse@^1.0.6:
5125+
version "1.0.6"
5126+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5127+
51135128
path-to-regexp@0.1.7:
51145129
version "0.1.7"
51155130
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -5174,12 +5189,6 @@ pixrem@^4.0.0:
51745189
postcss "^6.0.0"
51755190
reduce-css-calc "^1.2.7"
51765191

5177-
pkg-dir@^1.0.0:
5178-
version "1.0.0"
5179-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
5180-
dependencies:
5181-
find-up "^1.0.0"
5182-
51835192
pkg-dir@^2.0.0:
51845193
version "2.0.0"
51855194
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -6251,18 +6260,18 @@ resolve@^1.1.7, resolve@^1.2.0, resolve@^1.4.0:
62516260
dependencies:
62526261
path-parse "^1.0.5"
62536262

6263+
resolve@^1.11.0:
6264+
version "1.11.0"
6265+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
6266+
dependencies:
6267+
path-parse "^1.0.6"
6268+
62546269
resolve@^1.5.0:
62556270
version "1.5.0"
62566271
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
62576272
dependencies:
62586273
path-parse "^1.0.5"
62596274

6260-
resolve@^1.6.0:
6261-
version "1.7.1"
6262-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
6263-
dependencies:
6264-
path-parse "^1.0.5"
6265-
62666275
restore-cursor@^2.0.0:
62676276
version "2.0.0"
62686277
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)