Skip to content

Commit 47ce0d4

Browse files
committed
fix(deps): update dependency eslint-plugin-import to v2.22.0
1 parent a03816b commit 47ce0d4

File tree

2 files changed

+142
-30
lines changed

2 files changed

+142
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint": "4.19.1",
2121
"eslint-config-algolia": "13.4.0",
2222
"eslint-config-prettier": "2.10.0",
23-
"eslint-plugin-import": "2.18.2",
23+
"eslint-plugin-import": "2.22.0",
2424
"eslint-plugin-prettier": "2.7.0",
2525
"fragments.css": "1.0.49-alpha",
2626
"gh-pages": "1.2.0",

yarn.lock

Lines changed: 141 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
106106
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
107107

108+
"@types/json5@^0.0.29":
109+
version "0.0.29"
110+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
111+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
112+
108113
"@types/q@^1.5.1":
109114
version "1.5.2"
110115
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
@@ -592,13 +597,14 @@ array-find-index@^1.0.1:
592597
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
593598
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
594599

595-
array-includes@^3.0.3:
596-
version "3.0.3"
597-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
598-
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
600+
array-includes@^3.1.1:
601+
version "3.1.1"
602+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
603+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
599604
dependencies:
600-
define-properties "^1.1.2"
601-
es-abstract "^1.7.0"
605+
define-properties "^1.1.3"
606+
es-abstract "^1.17.0"
607+
is-string "^1.0.5"
602608

603609
array-slice@^0.2.3:
604610
version "0.2.3"
@@ -632,6 +638,14 @@ array-unique@^0.3.2:
632638
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
633639
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
634640

641+
array.prototype.flat@^1.2.3:
642+
version "1.2.3"
643+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
644+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
645+
dependencies:
646+
define-properties "^1.1.3"
647+
es-abstract "^1.17.0-next.1"
648+
635649
arrify@^1.0.0, arrify@^1.0.1:
636650
version "1.0.1"
637651
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2012,7 +2026,7 @@ dateformat@^2.0.0:
20122026
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz#4065e2013cf9fb916ddfd82efb506ad4c6769062"
20132027
integrity sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=
20142028

2015-
[email protected], debug@^2.1.0, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
2029+
[email protected], debug@^2.1.0, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
20162030
version "2.6.9"
20172031
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
20182032
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -2627,7 +2641,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
26272641
dependencies:
26282642
is-arrayish "^0.2.1"
26292643

2630-
es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
2644+
es-abstract@^1.12.0, es-abstract@^1.5.1:
26312645
version "1.14.2"
26322646
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
26332647
integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg==
@@ -2643,6 +2657,23 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
26432657
string.prototype.trimleft "^2.0.0"
26442658
string.prototype.trimright "^2.0.0"
26452659

2660+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
2661+
version "1.17.6"
2662+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
2663+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
2664+
dependencies:
2665+
es-to-primitive "^1.2.1"
2666+
function-bind "^1.1.1"
2667+
has "^1.0.3"
2668+
has-symbols "^1.0.1"
2669+
is-callable "^1.2.0"
2670+
is-regex "^1.1.0"
2671+
object-inspect "^1.7.0"
2672+
object-keys "^1.1.1"
2673+
object.assign "^4.1.0"
2674+
string.prototype.trimend "^1.0.1"
2675+
string.prototype.trimstart "^1.0.1"
2676+
26462677
es-to-primitive@^1.2.0:
26472678
version "1.2.0"
26482679
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -2652,6 +2683,15 @@ es-to-primitive@^1.2.0:
26522683
is-date-object "^1.0.1"
26532684
is-symbol "^1.0.2"
26542685

2686+
es-to-primitive@^1.2.1:
2687+
version "1.2.1"
2688+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2689+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
2690+
dependencies:
2691+
is-callable "^1.1.4"
2692+
is-date-object "^1.0.1"
2693+
is-symbol "^1.0.2"
2694+
26552695
es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.51, es5-ext@~0.10.14:
26562696
version "0.10.51"
26572697
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.51.tgz#ed2d7d9d48a12df86e0299287e93a09ff478842f"
@@ -2763,38 +2803,40 @@ [email protected]:
27632803
dependencies:
27642804
get-stdin "^5.0.1"
27652805

2766-
eslint-import-resolver-node@^0.3.2:
2767-
version "0.3.2"
2768-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
2769-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
2806+
eslint-import-resolver-node@^0.3.3:
2807+
version "0.3.4"
2808+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
2809+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
27702810
dependencies:
27712811
debug "^2.6.9"
2772-
resolve "^1.5.0"
2812+
resolve "^1.13.1"
27732813

2774-
eslint-module-utils@^2.4.0:
2775-
version "2.4.1"
2776-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
2777-
integrity sha512-H6DOj+ejw7Tesdgbfs4jeS4YMFrT8uI8xwd1gtQqXssaR0EQ26L+2O/w6wkYFy2MymON0fTwHmXBvvfLNZVZEw==
2814+
eslint-module-utils@^2.6.0:
2815+
version "2.6.0"
2816+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
2817+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
27782818
dependencies:
2779-
debug "^2.6.8"
2819+
debug "^2.6.9"
27802820
pkg-dir "^2.0.0"
27812821

2782-
eslint-plugin-import@2.18.2:
2783-
version "2.18.2"
2784-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
2785-
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
2822+
eslint-plugin-import@2.22.0:
2823+
version "2.22.0"
2824+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
2825+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
27862826
dependencies:
2787-
array-includes "^3.0.3"
2827+
array-includes "^3.1.1"
2828+
array.prototype.flat "^1.2.3"
27882829
contains-path "^0.1.0"
27892830
debug "^2.6.9"
27902831
doctrine "1.5.0"
2791-
eslint-import-resolver-node "^0.3.2"
2792-
eslint-module-utils "^2.4.0"
2832+
eslint-import-resolver-node "^0.3.3"
2833+
eslint-module-utils "^2.6.0"
27932834
has "^1.0.3"
27942835
minimatch "^3.0.4"
2795-
object.values "^1.1.0"
2836+
object.values "^1.1.1"
27962837
read-pkg-up "^2.0.0"
2797-
resolve "^1.11.0"
2838+
resolve "^1.17.0"
2839+
tsconfig-paths "^3.9.0"
27982840

27992841
28002842
version "2.7.0"
@@ -4339,6 +4381,11 @@ has-symbols@^1.0.0:
43394381
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
43404382
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
43414383

4384+
has-symbols@^1.0.1:
4385+
version "1.0.1"
4386+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
4387+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
4388+
43424389
has-to-string-tag-x@^1.2.0:
43434390
version "1.4.1"
43444391
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
@@ -4862,6 +4909,11 @@ is-callable@^1.1.4:
48624909
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
48634910
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
48644911

4912+
is-callable@^1.2.0:
4913+
version "1.2.0"
4914+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
4915+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
4916+
48654917
is-data-descriptor@^0.1.4:
48664918
version "0.1.4"
48674919
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5095,6 +5147,13 @@ is-regex@^1.0.4:
50955147
dependencies:
50965148
has "^1.0.1"
50975149

5150+
is-regex@^1.1.0:
5151+
version "1.1.0"
5152+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
5153+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
5154+
dependencies:
5155+
has-symbols "^1.0.1"
5156+
50985157
is-relative@^0.1.0:
50995158
version "0.1.3"
51005159
resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-0.1.3.tgz#905fee8ae86f45b3ec614bc3c15c869df0876e82"
@@ -5122,6 +5181,11 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
51225181
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
51235182
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
51245183

5184+
is-string@^1.0.5:
5185+
version "1.0.5"
5186+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
5187+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
5188+
51255189
is-svg@^2.0.0:
51265190
version "2.1.0"
51275191
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-2.1.0.tgz#cf61090da0d9efbcab8722deba6f032208dbb0e9"
@@ -6726,6 +6790,11 @@ object-inspect@^1.6.0:
67266790
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
67276791
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
67286792

6793+
object-inspect@^1.7.0:
6794+
version "1.8.0"
6795+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
6796+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
6797+
67296798
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.0, object-keys@^1.1.1:
67306799
version "1.1.1"
67316800
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -6738,7 +6807,7 @@ object-visit@^1.0.0:
67386807
dependencies:
67396808
isobject "^3.0.0"
67406809

6741-
object.assign@^4.0.4:
6810+
object.assign@^4.0.4, object.assign@^4.1.0:
67426811
version "4.1.0"
67436812
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
67446813
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
@@ -6799,6 +6868,16 @@ object.values@^1.1.0:
67996868
function-bind "^1.1.1"
68006869
has "^1.0.3"
68016870

6871+
object.values@^1.1.1:
6872+
version "1.1.1"
6873+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
6874+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
6875+
dependencies:
6876+
define-properties "^1.1.3"
6877+
es-abstract "^1.17.0-next.1"
6878+
function-bind "^1.1.1"
6879+
has "^1.0.3"
6880+
68026881
object@^0.1.1:
68036882
version "0.1.1"
68046883
resolved "https://registry.yarnpkg.com/object/-/object-0.1.1.tgz#1e02cede8ae1f358aaa872ad754bf640d77a22c2"
@@ -8039,13 +8118,20 @@ resolve-url@^0.2.1:
80398118
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
80408119
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
80418120

8042-
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.5.0:
8121+
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0:
80438122
version "1.12.0"
80448123
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
80458124
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
80468125
dependencies:
80478126
path-parse "^1.0.6"
80488127

8128+
resolve@^1.13.1, resolve@^1.17.0:
8129+
version "1.17.0"
8130+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
8131+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
8132+
dependencies:
8133+
path-parse "^1.0.6"
8134+
80498135
80508136
version "1.0.2"
80518137
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -8681,6 +8767,14 @@ string-width@^1.0.1, string-width@^1.0.2:
86818767
is-fullwidth-code-point "^2.0.0"
86828768
strip-ansi "^4.0.0"
86838769

8770+
string.prototype.trimend@^1.0.1:
8771+
version "1.0.1"
8772+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
8773+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
8774+
dependencies:
8775+
define-properties "^1.1.3"
8776+
es-abstract "^1.17.5"
8777+
86848778
string.prototype.trimleft@^2.0.0:
86858779
version "2.1.0"
86868780
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -8697,6 +8791,14 @@ string.prototype.trimright@^2.0.0:
86978791
define-properties "^1.1.3"
86988792
function-bind "^1.1.1"
86998793

8794+
string.prototype.trimstart@^1.0.1:
8795+
version "1.0.1"
8796+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
8797+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
8798+
dependencies:
8799+
define-properties "^1.1.3"
8800+
es-abstract "^1.17.5"
8801+
87008802
string_decoder@^1.0.0, string_decoder@^1.1.1:
87018803
version "1.3.0"
87028804
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -9258,6 +9360,16 @@ trim-right@^1.0.1:
92589360
dependencies:
92599361
glob "^7.1.2"
92609362

9363+
tsconfig-paths@^3.9.0:
9364+
version "3.9.0"
9365+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
9366+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
9367+
dependencies:
9368+
"@types/json5" "^0.0.29"
9369+
json5 "^1.0.1"
9370+
minimist "^1.2.0"
9371+
strip-bom "^3.0.0"
9372+
92619373
tslib@^1.9.0:
92629374
version "1.10.0"
92639375
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

0 commit comments

Comments
 (0)