Skip to content

Commit d6aa15e

Browse files
1 parent 1d9c04a commit d6aa15e

File tree

2 files changed

+172
-26
lines changed

2 files changed

+172
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-airbnb": "^18.1.0",
5252
"eslint-config-prettier": "^6.10.1",
5353
"eslint-import-resolver-typescript": "^2.0.0",
54-
"eslint-plugin-import": "^2.20.1",
54+
"eslint-plugin-import": "^2.22.1",
5555
"eslint-plugin-jsx-a11y": "^6.2.3",
5656
"eslint-plugin-prettier": "^3.1.3",
5757
"eslint-plugin-react": "^7.19.0",

yarn.lock

Lines changed: 171 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,13 +2100,14 @@ array-unique@^0.3.2:
21002100
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
21012101
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
21022102

2103-
array.prototype.flat@^1.2.1:
2104-
version "1.2.3"
2105-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
2106-
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
2103+
array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3:
2104+
version "1.2.4"
2105+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
2106+
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
21072107
dependencies:
2108+
call-bind "^1.0.0"
21082109
define-properties "^1.1.3"
2109-
es-abstract "^1.17.0-next.1"
2110+
es-abstract "^1.18.0-next.1"
21102111

21112112
arrify@^1.0.1:
21122113
version "1.0.1"
@@ -2749,6 +2750,14 @@ cache-base@^1.0.1:
27492750
union-value "^1.0.0"
27502751
unset-value "^1.0.0"
27512752

2753+
call-bind@^1.0.0, call-bind@^1.0.2:
2754+
version "1.0.2"
2755+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
2756+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
2757+
dependencies:
2758+
function-bind "^1.1.1"
2759+
get-intrinsic "^1.0.2"
2760+
27522761
call-me-maybe@^1.0.1:
27532762
version "1.0.1"
27542763
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
@@ -4026,6 +4035,28 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstrac
40264035
string.prototype.trimleft "^2.1.1"
40274036
string.prototype.trimright "^2.1.1"
40284037

4038+
es-abstract@^1.18.0-next.1:
4039+
version "1.18.0"
4040+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4"
4041+
integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==
4042+
dependencies:
4043+
call-bind "^1.0.2"
4044+
es-to-primitive "^1.2.1"
4045+
function-bind "^1.1.1"
4046+
get-intrinsic "^1.1.1"
4047+
has "^1.0.3"
4048+
has-symbols "^1.0.2"
4049+
is-callable "^1.2.3"
4050+
is-negative-zero "^2.0.1"
4051+
is-regex "^1.1.2"
4052+
is-string "^1.0.5"
4053+
object-inspect "^1.9.0"
4054+
object-keys "^1.1.1"
4055+
object.assign "^4.1.2"
4056+
string.prototype.trimend "^1.0.4"
4057+
string.prototype.trimstart "^1.0.4"
4058+
unbox-primitive "^1.0.0"
4059+
40294060
es-to-primitive@^1.2.1:
40304061
version "1.2.1"
40314062
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -4120,10 +4151,10 @@ eslint-config-react-app@^5.2.1:
41204151
dependencies:
41214152
confusing-browser-globals "^1.0.9"
41224153

4123-
eslint-import-resolver-node@^0.3.2:
4124-
version "0.3.3"
4125-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
4126-
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
4154+
eslint-import-resolver-node@^0.3.2, eslint-import-resolver-node@^0.3.4:
4155+
version "0.3.4"
4156+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
4157+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
41274158
dependencies:
41284159
debug "^2.6.9"
41294160
resolve "^1.13.1"
@@ -4150,7 +4181,7 @@ [email protected]:
41504181
object-hash "^2.0.1"
41514182
schema-utils "^2.6.1"
41524183

4153-
eslint-module-utils@^2.4.1:
4184+
eslint-module-utils@^2.4.1, eslint-module-utils@^2.6.0:
41544185
version "2.6.0"
41554186
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
41564187
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
@@ -4183,23 +4214,24 @@ [email protected]:
41834214
read-pkg-up "^2.0.0"
41844215
resolve "^1.12.0"
41854216

4186-
eslint-plugin-import@^2.20.1:
4187-
version "2.20.2"
4188-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
4189-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
4217+
eslint-plugin-import@^2.22.1:
4218+
version "2.22.1"
4219+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
4220+
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
41904221
dependencies:
4191-
array-includes "^3.0.3"
4192-
array.prototype.flat "^1.2.1"
4222+
array-includes "^3.1.1"
4223+
array.prototype.flat "^1.2.3"
41934224
contains-path "^0.1.0"
41944225
debug "^2.6.9"
41954226
doctrine "1.5.0"
4196-
eslint-import-resolver-node "^0.3.2"
4197-
eslint-module-utils "^2.4.1"
4227+
eslint-import-resolver-node "^0.3.4"
4228+
eslint-module-utils "^2.6.0"
41984229
has "^1.0.3"
41994230
minimatch "^3.0.4"
4200-
object.values "^1.1.0"
4231+
object.values "^1.1.1"
42014232
read-pkg-up "^2.0.0"
4202-
resolve "^1.12.0"
4233+
resolve "^1.17.0"
4234+
tsconfig-paths "^3.9.0"
42034235

42044236
[email protected], eslint-plugin-jsx-a11y@^6.2.3:
42054237
version "6.2.3"
@@ -4924,6 +4956,15 @@ get-caller-file@^2.0.1:
49244956
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
49254957
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
49264958

4959+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
4960+
version "1.1.1"
4961+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
4962+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
4963+
dependencies:
4964+
function-bind "^1.1.1"
4965+
has "^1.0.3"
4966+
has-symbols "^1.0.1"
4967+
49274968
get-own-enumerable-property-symbols@^3.0.0:
49284969
version "3.0.2"
49294970
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -5100,6 +5141,11 @@ has-ansi@^2.0.0:
51005141
dependencies:
51015142
ansi-regex "^2.0.0"
51025143

5144+
has-bigints@^1.0.0:
5145+
version "1.0.1"
5146+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
5147+
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
5148+
51035149
has-flag@^3.0.0:
51045150
version "3.0.0"
51055151
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -5115,6 +5161,11 @@ has-symbols@^1.0.0, has-symbols@^1.0.1:
51155161
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
51165162
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
51175163

5164+
has-symbols@^1.0.2:
5165+
version "1.0.2"
5166+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
5167+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
5168+
51185169
has-value@^0.3.1:
51195170
version "0.3.1"
51205171
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -5619,6 +5670,11 @@ is-arrayish@^0.3.1:
56195670
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
56205671
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
56215672

5673+
is-bigint@^1.0.1:
5674+
version "1.0.1"
5675+
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.1.tgz#6923051dfcbc764278540b9ce0e6b3213aa5ebc2"
5676+
integrity sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==
5677+
56225678
is-binary-path@^1.0.0:
56235679
version "1.0.1"
56245680
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
@@ -5633,6 +5689,13 @@ is-binary-path@~2.1.0:
56335689
dependencies:
56345690
binary-extensions "^2.0.0"
56355691

5692+
is-boolean-object@^1.1.0:
5693+
version "1.1.0"
5694+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz#e2aaad3a3a8fca34c28f6eee135b156ed2587ff0"
5695+
integrity sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==
5696+
dependencies:
5697+
call-bind "^1.0.0"
5698+
56365699
is-buffer@^1.0.2, is-buffer@^1.1.5:
56375700
version "1.1.6"
56385701
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -5648,6 +5711,11 @@ is-callable@^1.1.4, is-callable@^1.1.5:
56485711
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
56495712
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
56505713

5714+
is-callable@^1.2.3:
5715+
version "1.2.3"
5716+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
5717+
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
5718+
56515719
is-ci@^2.0.0:
56525720
version "2.0.0"
56535721
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -5667,6 +5735,13 @@ is-color-stop@^1.0.0:
56675735
rgb-regex "^1.0.1"
56685736
rgba-regex "^1.0.0"
56695737

5738+
is-core-module@^2.2.0:
5739+
version "2.2.0"
5740+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
5741+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
5742+
dependencies:
5743+
has "^1.0.3"
5744+
56705745
is-data-descriptor@^0.1.4:
56715746
version "0.1.4"
56725747
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5767,6 +5842,16 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
57675842
dependencies:
57685843
is-extglob "^2.1.1"
57695844

5845+
is-negative-zero@^2.0.1:
5846+
version "2.0.1"
5847+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
5848+
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
5849+
5850+
is-number-object@^1.0.4:
5851+
version "1.0.4"
5852+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
5853+
integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==
5854+
57705855
is-number@^3.0.0:
57715856
version "3.0.0"
57725857
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -5832,6 +5917,14 @@ is-regex@^1.0.4, is-regex@^1.0.5:
58325917
dependencies:
58335918
has "^1.0.3"
58345919

5920+
is-regex@^1.1.2:
5921+
version "1.1.2"
5922+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
5923+
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
5924+
dependencies:
5925+
call-bind "^1.0.2"
5926+
has-symbols "^1.0.1"
5927+
58355928
is-regexp@^1.0.0:
58365929
version "1.0.0"
58375930
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -5864,7 +5957,7 @@ is-svg@^3.0.0:
58645957
dependencies:
58655958
html-comment-regex "^1.1.0"
58665959

5867-
is-symbol@^1.0.2:
5960+
is-symbol@^1.0.2, is-symbol@^1.0.3:
58685961
version "1.0.3"
58695962
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
58705963
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
@@ -7343,6 +7436,11 @@ object-inspect@^1.7.0:
73437436
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
73447437
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
73457438

7439+
object-inspect@^1.9.0:
7440+
version "1.9.0"
7441+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
7442+
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
7443+
73467444
object-is@^1.0.1:
73477445
version "1.1.2"
73487446
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6"
@@ -7378,6 +7476,16 @@ object.assign@^4.1.0:
73787476
has-symbols "^1.0.0"
73797477
object-keys "^1.0.11"
73807478

7479+
object.assign@^4.1.2:
7480+
version "4.1.2"
7481+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
7482+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
7483+
dependencies:
7484+
call-bind "^1.0.0"
7485+
define-properties "^1.1.3"
7486+
has-symbols "^1.0.1"
7487+
object-keys "^1.1.1"
7488+
73817489
object.entries@^1.1.0, object.entries@^1.1.1:
73827490
version "1.1.1"
73837491
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -9326,11 +9434,12 @@ [email protected]:
93269434
dependencies:
93279435
path-parse "^1.0.6"
93289436

9329-
[email protected], resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.3.2, resolve@^1.8.1:
9330-
version "1.16.1"
9331-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.16.1.tgz#49fac5d8bacf1fd53f200fa51247ae736175832c"
9332-
integrity sha512-rmAglCSqWWMrrBv/XM6sW0NuRFiKViw/W4d9EbC4pt+49H8JwHy+mcGmALTEg504AUDcLTvb1T2q3E9AnmY+ig==
9437+
[email protected], resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1:
9438+
version "1.20.0"
9439+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
9440+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
93339441
dependencies:
9442+
is-core-module "^2.2.0"
93349443
path-parse "^1.0.6"
93359444

93369445
restore-cursor@^3.1.0:
@@ -10052,6 +10161,14 @@ string.prototype.trimend@^1.0.0:
1005210161
define-properties "^1.1.3"
1005310162
es-abstract "^1.17.5"
1005410163

10164+
string.prototype.trimend@^1.0.4:
10165+
version "1.0.4"
10166+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
10167+
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
10168+
dependencies:
10169+
call-bind "^1.0.2"
10170+
define-properties "^1.1.3"
10171+
1005510172
string.prototype.trimleft@^2.1.1:
1005610173
version "2.1.2"
1005710174
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
@@ -10078,6 +10195,14 @@ string.prototype.trimstart@^1.0.0:
1007810195
define-properties "^1.1.3"
1007910196
es-abstract "^1.17.5"
1008010197

10198+
string.prototype.trimstart@^1.0.4:
10199+
version "1.0.4"
10200+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
10201+
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
10202+
dependencies:
10203+
call-bind "^1.0.2"
10204+
define-properties "^1.1.3"
10205+
1008110206
string_decoder@^1.0.0, string_decoder@^1.1.1:
1008210207
version "1.3.0"
1008310208
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -10554,6 +10679,16 @@ typescript@~3.7.2:
1055410679
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
1055510680
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
1055610681

10682+
unbox-primitive@^1.0.0:
10683+
version "1.0.0"
10684+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.0.tgz#eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f"
10685+
integrity sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==
10686+
dependencies:
10687+
function-bind "^1.1.1"
10688+
has-bigints "^1.0.0"
10689+
has-symbols "^1.0.0"
10690+
which-boxed-primitive "^1.0.1"
10691+
1055710692
unicode-canonical-property-names-ecmascript@^1.0.4:
1055810693
version "1.0.4"
1055910694
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
@@ -10978,6 +11113,17 @@ whatwg-url@^7.0.0:
1097811113
tr46 "^1.0.1"
1097911114
webidl-conversions "^4.0.2"
1098011115

11116+
which-boxed-primitive@^1.0.1:
11117+
version "1.0.2"
11118+
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
11119+
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
11120+
dependencies:
11121+
is-bigint "^1.0.1"
11122+
is-boolean-object "^1.1.0"
11123+
is-number-object "^1.0.4"
11124+
is-string "^1.0.5"
11125+
is-symbol "^1.0.3"
11126+
1098111127
which-module@^2.0.0:
1098211128
version "2.0.0"
1098311129
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)