Skip to content

Commit 6810d1a

Browse files
Merge pull request #11 from api-platform/dependabot/npm_and_yarn/eslint-plugin-import-2.18.2
2 parents d1d5359 + 7deedb7 commit 6810d1a

File tree

1 file changed

+133
-47
lines changed

1 file changed

+133
-47
lines changed

yarn.lock

Lines changed: 133 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ array-equal@^1.0.0:
212212
version "1.0.0"
213213
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
214214

215+
array-includes@^3.0.3:
216+
version "3.0.3"
217+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
218+
dependencies:
219+
define-properties "^1.1.2"
220+
es-abstract "^1.7.0"
221+
215222
array-union@^1.0.1:
216223
version "1.0.2"
217224
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1066,7 +1073,7 @@ [email protected]:
10661073
dependencies:
10671074
hoek "2.x.x"
10681075

1069-
brace-expansion@^1.0.0, brace-expansion@^1.1.7:
1076+
brace-expansion@^1.1.7:
10701077
version "1.1.11"
10711078
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
10721079
dependencies:
@@ -1103,7 +1110,7 @@ buffer-shims@^1.0.0:
11031110
version "1.0.0"
11041111
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
11051112

1106-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1113+
builtin-modules@^1.0.0:
11071114
version "1.1.1"
11081115
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11091116

@@ -1311,7 +1318,7 @@ dashdash@^1.12.0:
13111318
dependencies:
13121319
assert-plus "^1.0.0"
13131320

1314-
debug@^2.1.1, debug@^2.2.0, debug@^2.6.8:
1321+
debug@^2.1.1, debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
13151322
version "2.6.9"
13161323
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
13171324
dependencies:
@@ -1341,6 +1348,12 @@ default-require-extensions@^1.0.0:
13411348
dependencies:
13421349
strip-bom "^2.0.0"
13431350

1351+
define-properties@^1.1.2, define-properties@^1.1.3:
1352+
version "1.1.3"
1353+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1354+
dependencies:
1355+
object-keys "^1.0.12"
1356+
13441357
del@^2.0.2:
13451358
version "2.2.2"
13461359
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -1410,6 +1423,29 @@ error-ex@^1.2.0:
14101423
dependencies:
14111424
is-arrayish "^0.2.1"
14121425

1426+
es-abstract@^1.12.0, es-abstract@^1.7.0:
1427+
version "1.14.2"
1428+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
1429+
dependencies:
1430+
es-to-primitive "^1.2.0"
1431+
function-bind "^1.1.1"
1432+
has "^1.0.3"
1433+
has-symbols "^1.0.0"
1434+
is-callable "^1.1.4"
1435+
is-regex "^1.0.4"
1436+
object-inspect "^1.6.0"
1437+
object-keys "^1.1.1"
1438+
string.prototype.trimleft "^2.0.0"
1439+
string.prototype.trimright "^2.0.0"
1440+
1441+
es-to-primitive@^1.2.0:
1442+
version "1.2.0"
1443+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1444+
dependencies:
1445+
is-callable "^1.1.4"
1446+
is-date-object "^1.0.1"
1447+
is-symbol "^1.0.2"
1448+
14131449
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
14141450
version "0.10.15"
14151451
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6"
@@ -1490,34 +1526,35 @@ escope@^3.6.0:
14901526
esrecurse "^4.1.0"
14911527
estraverse "^4.1.1"
14921528

1493-
eslint-import-resolver-node@^0.3.1:
1494-
version "0.3.1"
1495-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz#4422574cde66a9a7b099938ee4d508a199e0e3cc"
1529+
eslint-import-resolver-node@^0.3.2:
1530+
version "0.3.2"
1531+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
14961532
dependencies:
1497-
debug "^2.6.8"
1498-
resolve "^1.2.0"
1533+
debug "^2.6.9"
1534+
resolve "^1.5.0"
14991535

1500-
eslint-module-utils@^2.1.1:
1501-
version "2.1.1"
1502-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
1536+
eslint-module-utils@^2.4.0:
1537+
version "2.4.1"
1538+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
15031539
dependencies:
15041540
debug "^2.6.8"
1505-
pkg-dir "^1.0.0"
1541+
pkg-dir "^2.0.0"
15061542

15071543
eslint-plugin-import@^2.2.0:
1508-
version "2.7.0"
1509-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de33380b9efb55f5ef6d2e210ec0e07e7fa69f"
1544+
version "2.18.2"
1545+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
15101546
dependencies:
1511-
builtin-modules "^1.1.1"
1547+
array-includes "^3.0.3"
15121548
contains-path "^0.1.0"
1513-
debug "^2.6.8"
1549+
debug "^2.6.9"
15141550
doctrine "1.5.0"
1515-
eslint-import-resolver-node "^0.3.1"
1516-
eslint-module-utils "^2.1.1"
1517-
has "^1.0.1"
1518-
lodash.cond "^4.3.0"
1519-
minimatch "^3.0.3"
1551+
eslint-import-resolver-node "^0.3.2"
1552+
eslint-module-utils "^2.4.0"
1553+
has "^1.0.3"
1554+
minimatch "^3.0.4"
1555+
object.values "^1.1.0"
15201556
read-pkg-up "^2.0.0"
1557+
resolve "^1.11.0"
15211558

15221559
15231560
version "3.7.1"
@@ -1784,9 +1821,9 @@ fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.12:
17841821
mkdirp ">=0.5 0"
17851822
rimraf "2"
17861823

1787-
function-bind@^1.0.2:
1788-
version "1.1.0"
1789-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
1824+
function-bind@^1.1.1:
1825+
version "1.1.1"
1826+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
17901827

17911828
gauge@~2.7.1:
17921829
version "2.7.3"
@@ -1943,15 +1980,19 @@ has-flag@^3.0.0:
19431980
version "3.0.0"
19441981
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
19451982

1983+
has-symbols@^1.0.0:
1984+
version "1.0.0"
1985+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
1986+
19461987
has-unicode@^2.0.0:
19471988
version "2.0.1"
19481989
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
19491990

1950-
has@^1.0.1:
1951-
version "1.0.1"
1952-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
1991+
has@^1.0.1, has@^1.0.3:
1992+
version "1.0.3"
1993+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
19531994
dependencies:
1954-
function-bind "^1.0.2"
1995+
function-bind "^1.1.1"
19551996

19561997
hawk@~3.1.3:
19571998
version "3.1.3"
@@ -2074,12 +2115,20 @@ is-builtin-module@^1.0.0:
20742115
dependencies:
20752116
builtin-modules "^1.0.0"
20762117

2118+
is-callable@^1.1.4:
2119+
version "1.1.4"
2120+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2121+
20772122
is-ci@^1.0.9:
20782123
version "1.0.10"
20792124
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
20802125
dependencies:
20812126
ci-info "^1.0.0"
20822127

2128+
is-date-object@^1.0.1:
2129+
version "1.0.1"
2130+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
2131+
20832132
is-dotfile@^1.0.0:
20842133
version "1.0.2"
20852134
resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.2.tgz#2c132383f39199f8edc268ca01b9b007d205cc4d"
@@ -2168,6 +2217,12 @@ is-property@^1.0.0, is-property@^1.0.2:
21682217
version "1.0.2"
21692218
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
21702219

2220+
is-regex@^1.0.4:
2221+
version "1.0.4"
2222+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
2223+
dependencies:
2224+
has "^1.0.1"
2225+
21712226
is-resolvable@^1.0.0:
21722227
version "1.0.0"
21732228
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.0.0.tgz#8df57c61ea2e3c501408d100fb013cf8d6e0cc62"
@@ -2178,6 +2233,12 @@ is-stream@^1.0.1:
21782233
version "1.1.0"
21792234
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
21802235

2236+
is-symbol@^1.0.2:
2237+
version "1.0.2"
2238+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2239+
dependencies:
2240+
has-symbols "^1.0.0"
2241+
21812242
is-typedarray@~1.0.0:
21822243
version "1.0.0"
21832244
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -2647,10 +2708,6 @@ locate-path@^2.0.0:
26472708
p-locate "^2.0.0"
26482709
path-exists "^3.0.0"
26492710

2650-
lodash.cond@^4.3.0:
2651-
version "4.5.2"
2652-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
2653-
26542711
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
26552712
version "4.17.15"
26562713
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -2703,13 +2760,7 @@ mime-types@^2.1.12, mime-types@~2.1.7:
27032760
dependencies:
27042761
mime-db "~1.27.0"
27052762

2706-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3:
2707-
version "3.0.3"
2708-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
2709-
dependencies:
2710-
brace-expansion "^1.0.0"
2711-
2712-
minimatch@^3.0.4:
2763+
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
27132764
version "3.0.4"
27142765
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
27152766
dependencies:
@@ -2828,13 +2879,30 @@ object-assign@^4.0.1, object-assign@^4.1.0:
28282879
version "4.1.1"
28292880
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
28302881

2882+
object-inspect@^1.6.0:
2883+
version "1.6.0"
2884+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
2885+
2886+
object-keys@^1.0.12, object-keys@^1.1.1:
2887+
version "1.1.1"
2888+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
2889+
28312890
object.omit@^2.0.0:
28322891
version "2.0.1"
28332892
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
28342893
dependencies:
28352894
for-own "^0.1.4"
28362895
is-extendable "^0.1.1"
28372896

2897+
object.values@^1.1.0:
2898+
version "1.1.0"
2899+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
2900+
dependencies:
2901+
define-properties "^1.1.3"
2902+
es-abstract "^1.12.0"
2903+
function-bind "^1.1.1"
2904+
has "^1.0.3"
2905+
28382906
once@^1.3.0, once@^1.3.3, once@^1.4.0:
28392907
version "1.4.0"
28402908
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -2943,6 +3011,10 @@ path-parse@^1.0.5:
29433011
version "1.0.5"
29443012
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
29453013

3014+
path-parse@^1.0.6:
3015+
version "1.0.6"
3016+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3017+
29463018
path-type@^1.0.0:
29473019
version "1.1.0"
29483020
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -2975,11 +3047,11 @@ pinkie@^2.0.0:
29753047
version "2.0.4"
29763048
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
29773049

2978-
pkg-dir@^1.0.0:
2979-
version "1.0.0"
2980-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
3050+
pkg-dir@^2.0.0:
3051+
version "2.0.0"
3052+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
29813053
dependencies:
2982-
find-up "^1.0.0"
3054+
find-up "^2.1.0"
29833055

29843056
pkginfo@~0.4.0:
29853057
version "0.4.0"
@@ -3221,11 +3293,11 @@ [email protected]:
32213293
version "1.1.7"
32223294
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
32233295

3224-
resolve@^1.1.6, resolve@^1.2.0:
3225-
version "1.3.2"
3226-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235"
3296+
resolve@^1.1.6, resolve@^1.11.0, resolve@^1.2.0, resolve@^1.5.0:
3297+
version "1.12.0"
3298+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
32273299
dependencies:
3228-
path-parse "^1.0.5"
3300+
path-parse "^1.0.6"
32293301

32303302
restore-cursor@^1.0.1:
32313303
version "1.0.1"
@@ -3403,6 +3475,20 @@ string-width@^2.0.0:
34033475
is-fullwidth-code-point "^2.0.0"
34043476
strip-ansi "^3.0.0"
34053477

3478+
string.prototype.trimleft@^2.0.0:
3479+
version "2.1.0"
3480+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
3481+
dependencies:
3482+
define-properties "^1.1.3"
3483+
function-bind "^1.1.1"
3484+
3485+
string.prototype.trimright@^2.0.0:
3486+
version "2.1.0"
3487+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
3488+
dependencies:
3489+
define-properties "^1.1.3"
3490+
function-bind "^1.1.1"
3491+
34063492
string_decoder@~0.10.x:
34073493
version "0.10.31"
34083494
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)