Skip to content

Commit 48236a9

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.22.1
1 parent f317502 commit 48236a9

3 files changed

Lines changed: 157 additions & 44 deletions

File tree

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-algolia": "16.0.0",
3434
"eslint-config-prettier": "6.11.0",
3535
"eslint-plugin-eslint-comments": "3.2.0",
36-
"eslint-plugin-import": "2.20.2",
36+
"eslint-plugin-import": "2.22.1",
3737
"eslint-plugin-jest": "23.13.2",
3838
"eslint-plugin-prettier": "3.1.3",
3939
"jest": "26.0.1",

packages/shipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-config-algolia": "16.0.0",
7171
"eslint-config-prettier": "6.11.0",
7272
"eslint-plugin-eslint-comments": "3.2.0",
73-
"eslint-plugin-import": "2.20.2",
73+
"eslint-plugin-import": "2.22.1",
7474
"eslint-plugin-jest": "23.13.2",
7575
"eslint-plugin-prettier": "3.1.3",
7676
"jest": "26.0.1",

yarn.lock

Lines changed: 155 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,6 +3151,11 @@
31513151
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
31523152
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
31533153

3154+
"@types/json5@^0.0.29":
3155+
version "0.0.29"
3156+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
3157+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
3158+
31543159
"@types/minimatch@*":
31553160
version "3.0.3"
31563161
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3934,13 +3939,14 @@ array-ify@^1.0.0:
39343939
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
39353940
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
39363941

3937-
array-includes@^3.0.3:
3938-
version "3.0.3"
3939-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
3940-
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
3942+
array-includes@^3.1.1:
3943+
version "3.1.1"
3944+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
3945+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
39413946
dependencies:
3942-
define-properties "^1.1.2"
3943-
es-abstract "^1.7.0"
3947+
define-properties "^1.1.3"
3948+
es-abstract "^1.17.0"
3949+
is-string "^1.0.5"
39443950

39453951
array-union@^1.0.1, array-union@^1.0.2:
39463952
version "1.0.2"
@@ -3964,14 +3970,13 @@ array-unique@^0.3.2:
39643970
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
39653971
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
39663972

3967-
array.prototype.flat@^1.2.1:
3968-
version "1.2.2"
3969-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
3970-
integrity sha512-VXjh7lAL4KXKF2hY4FnEW9eRW6IhdvFW1sN/JwLbmECbCgACCnBHNyP3lFiYuttr0jxRN9Bsc5+G27dMseSWqQ==
3973+
array.prototype.flat@^1.2.3:
3974+
version "1.2.3"
3975+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
3976+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
39713977
dependencies:
39723978
define-properties "^1.1.3"
3973-
es-abstract "^1.15.0"
3974-
function-bind "^1.1.1"
3979+
es-abstract "^1.17.0-next.1"
39753980

39763981
arrify@^1.0.1:
39773982
version "1.0.1"
@@ -6333,7 +6338,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
63336338
dependencies:
63346339
is-arrayish "^0.2.1"
63356340

6336-
es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
6341+
es-abstract@^1.12.0, es-abstract@^1.5.1:
63376342
version "1.16.2"
63386343
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34"
63396344
integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==
@@ -6349,21 +6354,40 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
63496354
string.prototype.trimleft "^2.1.0"
63506355
string.prototype.trimright "^2.1.0"
63516356

6352-
es-abstract@^1.15.0:
6353-
version "1.16.3"
6354-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
6355-
integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
6357+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
6358+
version "1.17.7"
6359+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c"
6360+
integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
63566361
dependencies:
63576362
es-to-primitive "^1.2.1"
63586363
function-bind "^1.1.1"
63596364
has "^1.0.3"
63606365
has-symbols "^1.0.1"
6361-
is-callable "^1.1.4"
6362-
is-regex "^1.0.4"
6363-
object-inspect "^1.7.0"
6366+
is-callable "^1.2.2"
6367+
is-regex "^1.1.1"
6368+
object-inspect "^1.8.0"
63646369
object-keys "^1.1.1"
6365-
string.prototype.trimleft "^2.1.0"
6366-
string.prototype.trimright "^2.1.0"
6370+
object.assign "^4.1.1"
6371+
string.prototype.trimend "^1.0.1"
6372+
string.prototype.trimstart "^1.0.1"
6373+
6374+
es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1:
6375+
version "1.18.0-next.1"
6376+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
6377+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
6378+
dependencies:
6379+
es-to-primitive "^1.2.1"
6380+
function-bind "^1.1.1"
6381+
has "^1.0.3"
6382+
has-symbols "^1.0.1"
6383+
is-callable "^1.2.2"
6384+
is-negative-zero "^2.0.0"
6385+
is-regex "^1.1.1"
6386+
object-inspect "^1.8.0"
6387+
object-keys "^1.1.1"
6388+
object.assign "^4.1.1"
6389+
string.prototype.trimend "^1.0.1"
6390+
string.prototype.trimstart "^1.0.1"
63676391

63686392
es-to-primitive@^1.2.1:
63696393
version "1.2.1"
@@ -6425,18 +6449,18 @@ [email protected]:
64256449
dependencies:
64266450
get-stdin "^6.0.0"
64276451

6428-
eslint-import-resolver-node@^0.3.2:
6429-
version "0.3.2"
6430-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
6431-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
6452+
eslint-import-resolver-node@^0.3.4:
6453+
version "0.3.4"
6454+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
6455+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
64326456
dependencies:
64336457
debug "^2.6.9"
6434-
resolve "^1.5.0"
6458+
resolve "^1.13.1"
64356459

6436-
eslint-module-utils@^2.4.1:
6437-
version "2.5.0"
6438-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
6439-
integrity sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw==
6460+
eslint-module-utils@^2.6.0:
6461+
version "2.6.0"
6462+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
6463+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
64406464
dependencies:
64416465
debug "^2.6.9"
64426466
pkg-dir "^2.0.0"
@@ -6449,23 +6473,24 @@ [email protected]:
64496473
escape-string-regexp "^1.0.5"
64506474
ignore "^5.0.5"
64516475

6452-
eslint-plugin-import@2.20.2:
6453-
version "2.20.2"
6454-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
6455-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
6476+
eslint-plugin-import@2.22.1:
6477+
version "2.22.1"
6478+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
6479+
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
64566480
dependencies:
6457-
array-includes "^3.0.3"
6458-
array.prototype.flat "^1.2.1"
6481+
array-includes "^3.1.1"
6482+
array.prototype.flat "^1.2.3"
64596483
contains-path "^0.1.0"
64606484
debug "^2.6.9"
64616485
doctrine "1.5.0"
6462-
eslint-import-resolver-node "^0.3.2"
6463-
eslint-module-utils "^2.4.1"
6486+
eslint-import-resolver-node "^0.3.4"
6487+
eslint-module-utils "^2.6.0"
64646488
has "^1.0.3"
64656489
minimatch "^3.0.4"
6466-
object.values "^1.1.0"
6490+
object.values "^1.1.1"
64676491
read-pkg-up "^2.0.0"
6468-
resolve "^1.12.0"
6492+
resolve "^1.17.0"
6493+
tsconfig-paths "^3.9.0"
64696494

64706495
64716496
version "23.13.2"
@@ -8178,6 +8203,11 @@ is-callable@^1.1.4:
81788203
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
81798204
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
81808205

8206+
is-callable@^1.2.2:
8207+
version "1.2.2"
8208+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
8209+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
8210+
81818211
is-ci@^2.0.0:
81828212
version "2.0.0"
81838213
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -8197,6 +8227,13 @@ is-color-stop@^1.0.0:
81978227
rgb-regex "^1.0.1"
81988228
rgba-regex "^1.0.0"
81998229

8230+
is-core-module@^2.0.0:
8231+
version "2.0.0"
8232+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0.0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d"
8233+
integrity sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==
8234+
dependencies:
8235+
has "^1.0.3"
8236+
82008237
is-data-descriptor@^0.1.4:
82018238
version "0.1.4"
82028239
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8312,6 +8349,11 @@ is-module@^1.0.0:
83128349
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
83138350
integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=
83148351

8352+
is-negative-zero@^2.0.0:
8353+
version "2.0.0"
8354+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
8355+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
8356+
83158357
is-npm@^4.0.0:
83168358
version "4.0.0"
83178359
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
@@ -8406,6 +8448,13 @@ is-regex@^1.0.4:
84068448
dependencies:
84078449
has "^1.0.1"
84088450

8451+
is-regex@^1.1.1:
8452+
version "1.1.1"
8453+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
8454+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
8455+
dependencies:
8456+
has-symbols "^1.0.1"
8457+
84098458
is-resolvable@^1.0.0:
84108459
version "1.1.0"
84118460
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -8428,6 +8477,11 @@ is-stream@^2.0.0:
84288477
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
84298478
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
84308479

8480+
is-string@^1.0.5:
8481+
version "1.0.5"
8482+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
8483+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
8484+
84318485
is-svg@^3.0.0:
84328486
version "3.0.0"
84338487
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -10370,6 +10424,11 @@ object-inspect@^1.7.0:
1037010424
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
1037110425
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
1037210426

10427+
object-inspect@^1.8.0:
10428+
version "1.8.0"
10429+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
10430+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
10431+
1037310432
object-is@^1.0.1:
1037410433
version "1.0.1"
1037510434
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -10397,6 +10456,16 @@ object.assign@^4.1.0:
1039710456
has-symbols "^1.0.0"
1039810457
object-keys "^1.0.11"
1039910458

10459+
object.assign@^4.1.1:
10460+
version "4.1.1"
10461+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
10462+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
10463+
dependencies:
10464+
define-properties "^1.1.3"
10465+
es-abstract "^1.18.0-next.0"
10466+
has-symbols "^1.0.1"
10467+
object-keys "^1.1.1"
10468+
1040010469
object.getownpropertydescriptors@^2.0.3:
1040110470
version "2.0.3"
1040210471
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -10422,6 +10491,16 @@ object.values@^1.1.0:
1042210491
function-bind "^1.1.1"
1042310492
has "^1.0.3"
1042410493

10494+
object.values@^1.1.1:
10495+
version "1.1.1"
10496+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
10497+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
10498+
dependencies:
10499+
define-properties "^1.1.3"
10500+
es-abstract "^1.17.0-next.1"
10501+
function-bind "^1.1.1"
10502+
has "^1.0.3"
10503+
1042510504
obuf@^1.0.0, obuf@^1.1.2:
1042610505
version "1.1.2"
1042710506
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -12135,13 +12214,21 @@ resolve-url@^0.2.1:
1213512214
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1213612215
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1213712216

12138-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
12217+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.8.1:
1213912218
version "1.13.1"
1214012219
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
1214112220
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
1214212221
dependencies:
1214312222
path-parse "^1.0.6"
1214412223

12224+
resolve@^1.13.1:
12225+
version "1.18.1"
12226+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
12227+
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
12228+
dependencies:
12229+
is-core-module "^2.0.0"
12230+
path-parse "^1.0.6"
12231+
1214512232
resolve@^1.17.0:
1214612233
version "1.17.0"
1214712234
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
@@ -12991,6 +13078,14 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
1299113078
is-fullwidth-code-point "^3.0.0"
1299213079
strip-ansi "^6.0.0"
1299313080

13081+
string.prototype.trimend@^1.0.1:
13082+
version "1.0.2"
13083+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz#6ddd9a8796bc714b489a3ae22246a208f37bfa46"
13084+
integrity sha512-8oAG/hi14Z4nOVP0z6mdiVZ/wqjDtWSLygMigTzAb+7aPEDTleeFf+WrF+alzecxIRkckkJVn+dTlwzJXORATw==
13085+
dependencies:
13086+
define-properties "^1.1.3"
13087+
es-abstract "^1.18.0-next.1"
13088+
1299413089
string.prototype.trimleft@^2.1.0:
1299513090
version "2.1.0"
1299613091
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -13007,6 +13102,14 @@ string.prototype.trimright@^2.1.0:
1300713102
define-properties "^1.1.3"
1300813103
function-bind "^1.1.1"
1300913104

13105+
string.prototype.trimstart@^1.0.1:
13106+
version "1.0.2"
13107+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz#22d45da81015309cd0cdd79787e8919fc5c613e7"
13108+
integrity sha512-7F6CdBTl5zyu30BJFdzSTlSlLPwODC23Od+iLoVH8X6+3fvDPPuBVVj9iaB1GOsSTSIgVfsfm27R2FGrAPznWg==
13109+
dependencies:
13110+
define-properties "^1.1.3"
13111+
es-abstract "^1.18.0-next.1"
13112+
1301013113
string_decoder@^1.0.0, string_decoder@^1.1.1:
1301113114
version "1.3.0"
1301213115
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -13545,6 +13648,16 @@ trim-repeated@^1.0.0:
1354513648
dependencies:
1354613649
escape-string-regexp "^1.0.2"
1354713650

13651+
tsconfig-paths@^3.9.0:
13652+
version "3.9.0"
13653+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
13654+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
13655+
dependencies:
13656+
"@types/json5" "^0.0.29"
13657+
json5 "^1.0.1"
13658+
minimist "^1.2.0"
13659+
strip-bom "^3.0.0"
13660+
1354813661
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1354913662
version "1.10.0"
1355013663
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

0 commit comments

Comments
 (0)