Skip to content

Commit 386054f

Browse files
committed
Update dependency eslint-plugin-import to v2.22.0
1 parent e1275aa commit 386054f

File tree

2 files changed

+108
-64
lines changed

2 files changed

+108
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"babel-eslint": "10.1.0",
2424
"eslint": "6.8.0",
2525
"eslint-config-standard": "14.1.1",
26-
"eslint-plugin-import": "2.20.2",
26+
"eslint-plugin-import": "2.22.0",
2727
"eslint-plugin-node": "11.0.0",
2828
"eslint-plugin-promise": "4.2.1",
2929
"eslint-plugin-standard": "4.0.1",

yarn.lock

Lines changed: 107 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,11 @@
865865
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
866866
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
867867

868+
"@types/json5@^0.0.29":
869+
version "0.0.29"
870+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
871+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
872+
868873
"@types/node@*":
869874
version "12.11.1"
870875
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
@@ -1014,15 +1019,16 @@ argparse@^1.0.7:
10141019
dependencies:
10151020
sprintf-js "~1.0.2"
10161021

1017-
array-includes@^3.0.3:
1018-
version "3.0.3"
1019-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
1020-
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
1022+
array-includes@^3.1.1:
1023+
version "3.1.1"
1024+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
1025+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
10211026
dependencies:
1022-
define-properties "^1.1.2"
1023-
es-abstract "^1.7.0"
1027+
define-properties "^1.1.3"
1028+
es-abstract "^1.17.0"
1029+
is-string "^1.0.5"
10241030

1025-
array.prototype.flat@^1.2.1:
1031+
array.prototype.flat@^1.2.3:
10261032
version "1.2.3"
10271033
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
10281034
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -1553,21 +1559,22 @@ error-ex@^1.2.0:
15531559
dependencies:
15541560
is-arrayish "^0.2.1"
15551561

1556-
es-abstract@^1.12.0, es-abstract@^1.7.0:
1557-
version "1.16.0"
1558-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
1559-
integrity sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==
1562+
es-abstract@^1.17.0, es-abstract@^1.17.5:
1563+
version "1.17.6"
1564+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
1565+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
15601566
dependencies:
1561-
es-to-primitive "^1.2.0"
1567+
es-to-primitive "^1.2.1"
15621568
function-bind "^1.1.1"
15631569
has "^1.0.3"
1564-
has-symbols "^1.0.0"
1565-
is-callable "^1.1.4"
1566-
is-regex "^1.0.4"
1567-
object-inspect "^1.6.0"
1570+
has-symbols "^1.0.1"
1571+
is-callable "^1.2.0"
1572+
is-regex "^1.1.0"
1573+
object-inspect "^1.7.0"
15681574
object-keys "^1.1.1"
1569-
string.prototype.trimleft "^2.1.0"
1570-
string.prototype.trimright "^2.1.0"
1575+
object.assign "^4.1.0"
1576+
string.prototype.trimend "^1.0.1"
1577+
string.prototype.trimstart "^1.0.1"
15711578

15721579
es-abstract@^1.17.0-next.1:
15731580
version "1.17.4"
@@ -1586,7 +1593,7 @@ es-abstract@^1.17.0-next.1:
15861593
string.prototype.trimleft "^2.1.1"
15871594
string.prototype.trimright "^2.1.1"
15881595

1589-
es-to-primitive@^1.2.0, es-to-primitive@^1.2.1:
1596+
es-to-primitive@^1.2.1:
15901597
version "1.2.1"
15911598
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
15921599
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
@@ -1605,18 +1612,18 @@ eslint-config-standard@14.1.1:
16051612
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
16061613
integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==
16071614

1608-
eslint-import-resolver-node@^0.3.2:
1609-
version "0.3.2"
1610-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
1611-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
1615+
eslint-import-resolver-node@^0.3.3:
1616+
version "0.3.4"
1617+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
1618+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
16121619
dependencies:
16131620
debug "^2.6.9"
1614-
resolve "^1.5.0"
1621+
resolve "^1.13.1"
16151622

1616-
eslint-module-utils@^2.4.1:
1617-
version "2.5.2"
1618-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
1619-
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
1623+
eslint-module-utils@^2.6.0:
1624+
version "2.6.0"
1625+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
1626+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
16201627
dependencies:
16211628
debug "^2.6.9"
16221629
pkg-dir "^2.0.0"
@@ -1629,23 +1636,24 @@ eslint-plugin-es@^3.0.0:
16291636
eslint-utils "^2.0.0"
16301637
regexpp "^3.0.0"
16311638

1632-
eslint-plugin-import@2.20.2:
1633-
version "2.20.2"
1634-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
1635-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
1639+
eslint-plugin-import@2.22.0:
1640+
version "2.22.0"
1641+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
1642+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
16361643
dependencies:
1637-
array-includes "^3.0.3"
1638-
array.prototype.flat "^1.2.1"
1644+
array-includes "^3.1.1"
1645+
array.prototype.flat "^1.2.3"
16391646
contains-path "^0.1.0"
16401647
debug "^2.6.9"
16411648
doctrine "1.5.0"
1642-
eslint-import-resolver-node "^0.3.2"
1643-
eslint-module-utils "^2.4.1"
1649+
eslint-import-resolver-node "^0.3.3"
1650+
eslint-module-utils "^2.6.0"
16441651
has "^1.0.3"
16451652
minimatch "^3.0.4"
1646-
object.values "^1.1.0"
1653+
object.values "^1.1.1"
16471654
read-pkg-up "^2.0.0"
1648-
resolve "^1.12.0"
1655+
resolve "^1.17.0"
1656+
tsconfig-paths "^3.9.0"
16491657

16501658
eslint-plugin-node@11.0.0:
16511659
version "11.0.0"
@@ -2148,6 +2156,11 @@ is-callable@^1.1.5:
21482156
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
21492157
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
21502158

2159+
is-callable@^1.2.0:
2160+
version "1.2.0"
2161+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
2162+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
2163+
21512164
is-date-object@^1.0.1:
21522165
version "1.0.1"
21532166
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -2205,7 +2218,7 @@ is-reference@^1.1.2:
22052218
dependencies:
22062219
"@types/estree" "0.0.39"
22072220

2208-
is-regex@^1.0.3, is-regex@^1.0.4:
2221+
is-regex@^1.0.3:
22092222
version "1.0.4"
22102223
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
22112224
integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
@@ -2219,6 +2232,18 @@ is-regex@^1.0.5:
22192232
dependencies:
22202233
has "^1.0.3"
22212234

2235+
is-regex@^1.1.0:
2236+
version "1.1.0"
2237+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
2238+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
2239+
dependencies:
2240+
has-symbols "^1.0.1"
2241+
2242+
is-string@^1.0.5:
2243+
version "1.0.5"
2244+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
2245+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
2246+
22222247
is-symbol@^1.0.2:
22232248
version "1.0.2"
22242249
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -2317,6 +2342,13 @@ json5@^0.5.0:
23172342
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
23182343
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
23192344

2345+
json5@^1.0.1:
2346+
version "1.0.1"
2347+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
2348+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
2349+
dependencies:
2350+
minimist "^1.2.0"
2351+
23202352
json5@^2.1.0:
23212353
version "2.1.1"
23222354
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
@@ -2582,11 +2614,6 @@ object-assign@^4.0.1, object-assign@^4.1.0:
25822614
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
25832615
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
25842616

2585-
object-inspect@^1.6.0:
2586-
version "1.6.0"
2587-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
2588-
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
2589-
25902617
object-inspect@^1.7.0:
25912618
version "1.7.0"
25922619
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -2607,13 +2634,13 @@ object.assign@^4.1.0:
26072634
has-symbols "^1.0.0"
26082635
object-keys "^1.0.11"
26092636

2610-
object.values@^1.1.0:
2611-
version "1.1.0"
2612-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
2613-
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
2637+
object.values@^1.1.1:
2638+
version "1.1.1"
2639+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
2640+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
26142641
dependencies:
26152642
define-properties "^1.1.3"
2616-
es-abstract "^1.12.0"
2643+
es-abstract "^1.17.0-next.1"
26172644
function-bind "^1.1.1"
26182645
has "^1.0.3"
26192646

@@ -3133,13 +3160,20 @@ resolve-url@^0.2.1:
31333160
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
31343161
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
31353162

3136-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
3163+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.3.2:
31373164
version "1.12.0"
31383165
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
31393166
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
31403167
dependencies:
31413168
path-parse "^1.0.6"
31423169

3170+
resolve@^1.13.1, resolve@^1.17.0:
3171+
version "1.17.0"
3172+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
3173+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
3174+
dependencies:
3175+
path-parse "^1.0.6"
3176+
31433177
restore-cursor@^3.1.0:
31443178
version "3.1.0"
31453179
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
@@ -3434,13 +3468,13 @@ string-width@^4.1.0:
34343468
is-fullwidth-code-point "^3.0.0"
34353469
strip-ansi "^5.2.0"
34363470

3437-
string.prototype.trimleft@^2.1.0:
3438-
version "2.1.0"
3439-
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
3440-
integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
3471+
string.prototype.trimend@^1.0.1:
3472+
version "1.0.1"
3473+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
3474+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
34413475
dependencies:
34423476
define-properties "^1.1.3"
3443-
function-bind "^1.1.1"
3477+
es-abstract "^1.17.5"
34443478

34453479
string.prototype.trimleft@^2.1.1:
34463480
version "2.1.1"
@@ -3450,14 +3484,6 @@ string.prototype.trimleft@^2.1.1:
34503484
define-properties "^1.1.3"
34513485
function-bind "^1.1.1"
34523486

3453-
string.prototype.trimright@^2.1.0:
3454-
version "2.1.0"
3455-
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
3456-
integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
3457-
dependencies:
3458-
define-properties "^1.1.3"
3459-
function-bind "^1.1.1"
3460-
34613487
string.prototype.trimright@^2.1.1:
34623488
version "2.1.1"
34633489
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
@@ -3466,6 +3492,14 @@ string.prototype.trimright@^2.1.1:
34663492
define-properties "^1.1.3"
34673493
function-bind "^1.1.1"
34683494

3495+
string.prototype.trimstart@^1.0.1:
3496+
version "1.0.1"
3497+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
3498+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
3499+
dependencies:
3500+
define-properties "^1.1.3"
3501+
es-abstract "^1.17.5"
3502+
34693503
strip-ansi@^3.0.0:
34703504
version "3.0.1"
34713505
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -3596,6 +3630,16 @@ tough-cookie@~2.4.3:
35963630
psl "^1.1.24"
35973631
punycode "^1.4.1"
35983632

3633+
tsconfig-paths@^3.9.0:
3634+
version "3.9.0"
3635+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
3636+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
3637+
dependencies:
3638+
"@types/json5" "^0.0.29"
3639+
json5 "^1.0.1"
3640+
minimist "^1.2.0"
3641+
strip-bom "^3.0.0"
3642+
35993643
tslib@^1.9.0:
36003644
version "1.10.0"
36013645
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

0 commit comments

Comments
 (0)