Skip to content

Commit 3ec4441

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.22.0
1 parent 85313cd commit 3ec4441

File tree

2 files changed

+190
-36
lines changed

2 files changed

+190
-36
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "4.19.1",
4343
"eslint-config-airbnb-base": "12.1.0",
4444
"eslint-config-prettier": "2.9.0",
45-
"eslint-plugin-import": "2.11.0",
45+
"eslint-plugin-import": "2.22.0",
4646
"eslint-plugin-jest": "21.15.1",
4747
"eslint-plugin-prettier": "2.6.0",
4848
"husky": "0.14.3",

yarn.lock

+189-35
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
lodash "^4.2.0"
9393
to-fast-properties "^2.0.0"
9494

95+
"@types/json5@^0.0.29":
96+
version "0.0.29"
97+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
98+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
99+
95100
abab@^1.0.4:
96101
version "1.0.4"
97102
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
@@ -246,6 +251,15 @@ array-equal@^1.0.0:
246251
version "1.0.0"
247252
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
248253

254+
array-includes@^3.1.1:
255+
version "3.1.1"
256+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
257+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
258+
dependencies:
259+
define-properties "^1.1.3"
260+
es-abstract "^1.17.0"
261+
is-string "^1.0.5"
262+
249263
array-union@^1.0.1:
250264
version "1.0.2"
251265
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -264,6 +278,14 @@ array-unique@^0.3.2:
264278
version "0.3.2"
265279
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
266280

281+
array.prototype.flat@^1.2.3:
282+
version "1.2.3"
283+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
284+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
285+
dependencies:
286+
define-properties "^1.1.3"
287+
es-abstract "^1.17.0-next.1"
288+
267289
arrify@^1.0.0, arrify@^1.0.1:
268290
version "1.0.1"
269291
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1446,6 +1468,13 @@ define-properties@^1.1.2:
14461468
foreach "^2.0.5"
14471469
object-keys "^1.0.8"
14481470

1471+
define-properties@^1.1.3:
1472+
version "1.1.3"
1473+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1474+
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
1475+
dependencies:
1476+
object-keys "^1.0.12"
1477+
14491478
define-property@^0.2.5:
14501479
version "0.2.5"
14511480
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -1544,6 +1573,23 @@ error-ex@^1.2.0, error-ex@^1.3.1:
15441573
dependencies:
15451574
is-arrayish "^0.2.1"
15461575

1576+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
1577+
version "1.17.6"
1578+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
1579+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
1580+
dependencies:
1581+
es-to-primitive "^1.2.1"
1582+
function-bind "^1.1.1"
1583+
has "^1.0.3"
1584+
has-symbols "^1.0.1"
1585+
is-callable "^1.2.0"
1586+
is-regex "^1.1.0"
1587+
object-inspect "^1.7.0"
1588+
object-keys "^1.1.1"
1589+
object.assign "^4.1.0"
1590+
string.prototype.trimend "^1.0.1"
1591+
string.prototype.trimstart "^1.0.1"
1592+
15471593
es-abstract@^1.5.1:
15481594
version "1.10.0"
15491595
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -1562,6 +1608,15 @@ es-to-primitive@^1.1.1:
15621608
is-date-object "^1.0.1"
15631609
is-symbol "^1.0.1"
15641610

1611+
es-to-primitive@^1.2.1:
1612+
version "1.2.1"
1613+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1614+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
1615+
dependencies:
1616+
is-callable "^1.1.4"
1617+
is-date-object "^1.0.1"
1618+
is-symbol "^1.0.2"
1619+
15651620
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
15661621
version "1.0.5"
15671622
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1589,34 +1644,40 @@ [email protected]:
15891644
dependencies:
15901645
get-stdin "^5.0.1"
15911646

1592-
eslint-import-resolver-node@^0.3.1:
1593-
version "0.3.2"
1594-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
1647+
eslint-import-resolver-node@^0.3.3:
1648+
version "0.3.4"
1649+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
1650+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
15951651
dependencies:
15961652
debug "^2.6.9"
1597-
resolve "^1.5.0"
1653+
resolve "^1.13.1"
15981654

1599-
eslint-module-utils@^2.2.0:
1600-
version "2.2.0"
1601-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
1655+
eslint-module-utils@^2.6.0:
1656+
version "2.6.0"
1657+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
1658+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
16021659
dependencies:
1603-
debug "^2.6.8"
1604-
pkg-dir "^1.0.0"
1660+
debug "^2.6.9"
1661+
pkg-dir "^2.0.0"
16051662

1606-
1607-
version "2.11.0"
1608-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
1663+
1664+
version "2.22.0"
1665+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
1666+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
16091667
dependencies:
1668+
array-includes "^3.1.1"
1669+
array.prototype.flat "^1.2.3"
16101670
contains-path "^0.1.0"
1611-
debug "^2.6.8"
1671+
debug "^2.6.9"
16121672
doctrine "1.5.0"
1613-
eslint-import-resolver-node "^0.3.1"
1614-
eslint-module-utils "^2.2.0"
1615-
has "^1.0.1"
1616-
lodash "^4.17.4"
1617-
minimatch "^3.0.3"
1673+
eslint-import-resolver-node "^0.3.3"
1674+
eslint-module-utils "^2.6.0"
1675+
has "^1.0.3"
1676+
minimatch "^3.0.4"
1677+
object.values "^1.1.1"
16181678
read-pkg-up "^2.0.0"
1619-
resolve "^1.6.0"
1679+
resolve "^1.17.0"
1680+
tsconfig-paths "^3.9.0"
16201681

16211682
16221683
version "21.15.1"
@@ -2182,6 +2243,11 @@ has-flag@^3.0.0:
21822243
version "3.0.0"
21832244
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
21842245

2246+
has-symbols@^1.0.0, has-symbols@^1.0.1:
2247+
version "1.0.1"
2248+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2249+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
2250+
21852251
has-unicode@^2.0.0:
21862252
version "2.0.1"
21872253
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2219,6 +2285,13 @@ has@^1.0.1:
22192285
dependencies:
22202286
function-bind "^1.0.2"
22212287

2288+
has@^1.0.3:
2289+
version "1.0.3"
2290+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2291+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
2292+
dependencies:
2293+
function-bind "^1.1.1"
2294+
22222295
[email protected], hawk@~3.1.3:
22232296
version "3.1.3"
22242297
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2395,6 +2468,11 @@ is-callable@^1.1.1, is-callable@^1.1.3:
23952468
version "1.1.3"
23962469
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
23972470

2471+
is-callable@^1.1.4, is-callable@^1.2.0:
2472+
version "1.2.0"
2473+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
2474+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
2475+
23982476
is-ci@^1.0.10:
23992477
version "1.1.0"
24002478
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -2569,6 +2647,13 @@ is-regex@^1.0.4:
25692647
dependencies:
25702648
has "^1.0.1"
25712649

2650+
is-regex@^1.1.0:
2651+
version "1.1.0"
2652+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
2653+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
2654+
dependencies:
2655+
has-symbols "^1.0.1"
2656+
25722657
is-regexp@^1.0.0:
25732658
version "1.0.0"
25742659
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -2581,10 +2666,22 @@ is-stream@^1.1.0:
25812666
version "1.1.0"
25822667
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
25832668

2669+
is-string@^1.0.5:
2670+
version "1.0.5"
2671+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
2672+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
2673+
25842674
is-symbol@^1.0.1:
25852675
version "1.0.1"
25862676
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
25872677

2678+
is-symbol@^1.0.2:
2679+
version "1.0.3"
2680+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
2681+
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
2682+
dependencies:
2683+
has-symbols "^1.0.1"
2684+
25882685
is-typedarray@~1.0.0:
25892686
version "1.0.0"
25902687
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3170,6 +3267,13 @@ json5@^0.5.1:
31703267
version "0.5.1"
31713268
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
31723269

3270+
json5@^1.0.1:
3271+
version "1.0.1"
3272+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
3273+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
3274+
dependencies:
3275+
minimist "^1.2.0"
3276+
31733277
jsonify@~0.0.0:
31743278
version "0.0.0"
31753279
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -3635,6 +3739,16 @@ object-copy@^0.1.0:
36353739
define-property "^0.2.5"
36363740
kind-of "^3.0.3"
36373741

3742+
object-inspect@^1.7.0:
3743+
version "1.8.0"
3744+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
3745+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
3746+
3747+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
3748+
version "1.1.1"
3749+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
3750+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
3751+
36383752
object-keys@^1.0.8:
36393753
version "1.0.11"
36403754
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
@@ -3645,6 +3759,16 @@ object-visit@^1.0.0:
36453759
dependencies:
36463760
isobject "^3.0.0"
36473761

3762+
object.assign@^4.1.0:
3763+
version "4.1.0"
3764+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3765+
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
3766+
dependencies:
3767+
define-properties "^1.1.2"
3768+
function-bind "^1.1.1"
3769+
has-symbols "^1.0.0"
3770+
object-keys "^1.0.11"
3771+
36483772
object.getownpropertydescriptors@^2.0.3:
36493773
version "2.0.3"
36503774
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -3665,6 +3789,16 @@ object.pick@^1.3.0:
36653789
dependencies:
36663790
isobject "^3.0.1"
36673791

3792+
object.values@^1.1.1:
3793+
version "1.1.1"
3794+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
3795+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
3796+
dependencies:
3797+
define-properties "^1.1.3"
3798+
es-abstract "^1.17.0-next.1"
3799+
function-bind "^1.1.1"
3800+
has "^1.0.3"
3801+
36683802
once@^1.3.0, once@^1.3.3, once@^1.4.0:
36693803
version "1.4.0"
36703804
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -3819,6 +3953,11 @@ path-parse@^1.0.5:
38193953
version "1.0.5"
38203954
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
38213955

3956+
path-parse@^1.0.6:
3957+
version "1.0.6"
3958+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3959+
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
3960+
38223961
path-type@^1.0.0:
38233962
version "1.1.0"
38243963
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3859,12 +3998,6 @@ pinkie@^2.0.0:
38593998
version "2.0.4"
38603999
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
38614000

3862-
pkg-dir@^1.0.0:
3863-
version "1.0.0"
3864-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
3865-
dependencies:
3866-
find-up "^1.0.0"
3867-
38684001
pkg-dir@^2.0.0:
38694002
version "2.0.0"
38704003
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -4213,17 +4346,12 @@ [email protected]:
42134346
version "1.1.7"
42144347
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
42154348

4216-
resolve@^1.5.0:
4217-
version "1.5.0"
4218-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
4349+
resolve@^1.13.1, resolve@^1.17.0:
4350+
version "1.17.0"
4351+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
4352+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
42194353
dependencies:
4220-
path-parse "^1.0.5"
4221-
4222-
resolve@^1.6.0:
4223-
version "1.7.1"
4224-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
4225-
dependencies:
4226-
path-parse "^1.0.5"
4354+
path-parse "^1.0.6"
42274355

42284356
restore-cursor@^1.0.1:
42294357
version "1.0.1"
@@ -4547,6 +4675,22 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
45474675
is-fullwidth-code-point "^2.0.0"
45484676
strip-ansi "^4.0.0"
45494677

4678+
string.prototype.trimend@^1.0.1:
4679+
version "1.0.1"
4680+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
4681+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
4682+
dependencies:
4683+
define-properties "^1.1.3"
4684+
es-abstract "^1.17.5"
4685+
4686+
string.prototype.trimstart@^1.0.1:
4687+
version "1.0.1"
4688+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
4689+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
4690+
dependencies:
4691+
define-properties "^1.1.3"
4692+
es-abstract "^1.17.5"
4693+
45504694
string_decoder@~1.0.3:
45514695
version "1.0.3"
45524696
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
@@ -4741,6 +4885,16 @@ trim-right@^1.0.1:
47414885
version "1.0.1"
47424886
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
47434887

4888+
tsconfig-paths@^3.9.0:
4889+
version "3.9.0"
4890+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
4891+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
4892+
dependencies:
4893+
"@types/json5" "^0.0.29"
4894+
json5 "^1.0.1"
4895+
minimist "^1.2.0"
4896+
strip-bom "^3.0.0"
4897+
47444898
tunnel-agent@^0.6.0:
47454899
version "0.6.0"
47464900
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)