Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 8f14de6

Browse files
committed
Update devDependencies
1 parent b1a9acf commit 8f14de6

File tree

2 files changed

+120
-61
lines changed

2 files changed

+120
-61
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
],
4040
"devDependencies": {
4141
"@types/node": "~14.14.37",
42-
"@typescript-eslint/eslint-plugin": "~4.19.0",
43-
"@typescript-eslint/parser": "~4.19.0",
42+
"@typescript-eslint/eslint-plugin": "~4.20.0",
43+
"@typescript-eslint/parser": "~4.20.0",
4444
"eslint": "~7.23.0",
4545
"eslint-config-prettier": "~8.1.0",
46-
"eslint-define-config": "~1.0.4",
46+
"eslint-define-config": "~1.0.5",
4747
"eslint-plugin-inclusive-language": "~2.1.1",
4848
"eslint-plugin-jsdoc": "~32.3.0",
4949
"eslint-plugin-prettier": "~3.3.1",

yarn.lock

Lines changed: 117 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -156,74 +156,74 @@
156156
dependencies:
157157
"@types/node" "*"
158158

159-
"@typescript-eslint/eslint-plugin@~4.19.0":
160-
version "4.19.0"
161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.19.0.tgz#56f8da9ee118fe9763af34d6a526967234f6a7f0"
162-
integrity sha512-CRQNQ0mC2Pa7VLwKFbrGVTArfdVDdefS+gTw0oC98vSI98IX5A8EVH4BzJ2FOB0YlCmm8Im36Elad/Jgtvveaw==
159+
"@typescript-eslint/eslint-plugin@~4.20.0":
160+
version "4.20.0"
161+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.20.0.tgz#9d8794bd99aad9153092ad13c96164e3082e9a92"
162+
integrity sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ==
163163
dependencies:
164-
"@typescript-eslint/experimental-utils" "4.19.0"
165-
"@typescript-eslint/scope-manager" "4.19.0"
164+
"@typescript-eslint/experimental-utils" "4.20.0"
165+
"@typescript-eslint/scope-manager" "4.20.0"
166166
debug "^4.1.1"
167167
functional-red-black-tree "^1.0.1"
168168
lodash "^4.17.15"
169169
regexpp "^3.0.0"
170170
semver "^7.3.2"
171171
tsutils "^3.17.1"
172172

173-
"@typescript-eslint/experimental-utils@4.19.0":
174-
version "4.19.0"
175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.19.0.tgz#9ca379919906dc72cb0fcd817d6cb5aa2d2054c6"
176-
integrity sha512-9/23F1nnyzbHKuoTqFN1iXwN3bvOm/PRIXSBR3qFAYotK/0LveEOHr5JT1WZSzcD6BESl8kPOG3OoDRKO84bHA==
173+
"@typescript-eslint/experimental-utils@4.20.0":
174+
version "4.20.0"
175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b"
176+
integrity sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng==
177177
dependencies:
178178
"@types/json-schema" "^7.0.3"
179-
"@typescript-eslint/scope-manager" "4.19.0"
180-
"@typescript-eslint/types" "4.19.0"
181-
"@typescript-eslint/typescript-estree" "4.19.0"
179+
"@typescript-eslint/scope-manager" "4.20.0"
180+
"@typescript-eslint/types" "4.20.0"
181+
"@typescript-eslint/typescript-estree" "4.20.0"
182182
eslint-scope "^5.0.0"
183183
eslint-utils "^2.0.0"
184184

185-
"@typescript-eslint/parser@~4.19.0":
186-
version "4.19.0"
187-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.19.0.tgz#4ae77513b39f164f1751f21f348d2e6cb2d11128"
188-
integrity sha512-/uabZjo2ZZhm66rdAu21HA8nQebl3lAIDcybUoOxoI7VbZBYavLIwtOOmykKCJy+Xq6Vw6ugkiwn8Js7D6wieA==
185+
"@typescript-eslint/parser@~4.20.0":
186+
version "4.20.0"
187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.20.0.tgz#8dd403c8b4258b99194972d9799e201b8d083bdd"
188+
integrity sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA==
189189
dependencies:
190-
"@typescript-eslint/scope-manager" "4.19.0"
191-
"@typescript-eslint/types" "4.19.0"
192-
"@typescript-eslint/typescript-estree" "4.19.0"
190+
"@typescript-eslint/scope-manager" "4.20.0"
191+
"@typescript-eslint/types" "4.20.0"
192+
"@typescript-eslint/typescript-estree" "4.20.0"
193193
debug "^4.1.1"
194194

195-
"@typescript-eslint/scope-manager@4.19.0":
196-
version "4.19.0"
197-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.19.0.tgz#5e0b49eca4df7684205d957c9856f4e720717a4f"
198-
integrity sha512-GGy4Ba/hLXwJXygkXqMzduqOMc+Na6LrJTZXJWVhRrSuZeXmu8TAnniQVKgj8uTRKe4igO2ysYzH+Np879G75g==
195+
"@typescript-eslint/scope-manager@4.20.0":
196+
version "4.20.0"
197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca"
198+
integrity sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ==
199199
dependencies:
200-
"@typescript-eslint/types" "4.19.0"
201-
"@typescript-eslint/visitor-keys" "4.19.0"
200+
"@typescript-eslint/types" "4.20.0"
201+
"@typescript-eslint/visitor-keys" "4.20.0"
202202

203-
"@typescript-eslint/types@4.19.0":
204-
version "4.19.0"
205-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.19.0.tgz#5181d5d2afd02e5b8f149ebb37ffc8bd7b07a568"
206-
integrity sha512-A4iAlexVvd4IBsSTNxdvdepW0D4uR/fwxDrKUa+iEY9UWvGREu2ZyB8ylTENM1SH8F7bVC9ac9+si3LWNxcBuA==
203+
"@typescript-eslint/types@4.20.0":
204+
version "4.20.0"
205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225"
206+
integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w==
207207

208-
"@typescript-eslint/typescript-estree@4.19.0":
209-
version "4.19.0"
210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.19.0.tgz#8a709ffa400284ab72df33376df085e2e2f61147"
211-
integrity sha512-3xqArJ/A62smaQYRv2ZFyTA+XxGGWmlDYrsfZG68zJeNbeqRScnhf81rUVa6QG4UgzHnXw5VnMT5cg75dQGDkA==
208+
"@typescript-eslint/typescript-estree@4.20.0":
209+
version "4.20.0"
210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be"
211+
integrity sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA==
212212
dependencies:
213-
"@typescript-eslint/types" "4.19.0"
214-
"@typescript-eslint/visitor-keys" "4.19.0"
213+
"@typescript-eslint/types" "4.20.0"
214+
"@typescript-eslint/visitor-keys" "4.20.0"
215215
debug "^4.1.1"
216216
globby "^11.0.1"
217217
is-glob "^4.0.1"
218218
semver "^7.3.2"
219219
tsutils "^3.17.1"
220220

221-
"@typescript-eslint/visitor-keys@4.19.0":
222-
version "4.19.0"
223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.19.0.tgz#cbea35109cbd9b26e597644556be4546465d8f7f"
224-
integrity sha512-aGPS6kz//j7XLSlgpzU2SeTqHPsmRYxFztj2vPuMMFJXZudpRSehE3WCV+BaxwZFvfAqMoSd86TEuM0PQ59E/A==
221+
"@typescript-eslint/visitor-keys@4.20.0":
222+
version "4.20.0"
223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62"
224+
integrity sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A==
225225
dependencies:
226-
"@typescript-eslint/types" "4.19.0"
226+
"@typescript-eslint/types" "4.20.0"
227227
eslint-visitor-keys "^2.0.0"
228228

229229
acorn-jsx@^5.3.1:
@@ -254,10 +254,10 @@ ajv@^6.10.0, ajv@^6.12.4:
254254
json-schema-traverse "^0.4.1"
255255
uri-js "^4.2.2"
256256

257-
ajv@^7.0.2:
258-
version "7.2.4"
259-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.2.4.tgz#8e239d4d56cf884bccca8cca362f508446dc160f"
260-
integrity sha512-nBeQgg/ZZA3u3SYxyaDvpvDtgZ/EZPF547ARgZBrG9Bhu1vKDwAIjtIf+sDtJUKa2zOcEbmRLBRSyMraS/Oy1A==
257+
ajv@^8.0.1:
258+
version "8.0.1"
259+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.0.1.tgz#dac101898a87f8ebb57fea69617e8096523c628c"
260+
integrity sha512-46ZA4TalFcLLqX1dEU3dhdY38wAtDydJ4e7QQTVekLUTzXkb1LfqU6VOBXC/a9wiv4T094WURqJH6ZitF92Kqw==
261261
dependencies:
262262
fast-deep-equal "^3.1.1"
263263
json-schema-traverse "^1.0.0"
@@ -437,6 +437,14 @@ cacheable-request@^7.0.1:
437437
normalize-url "^4.1.0"
438438
responselike "^2.0.0"
439439

440+
call-bind@^1.0.0:
441+
version "1.0.2"
442+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
443+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
444+
dependencies:
445+
function-bind "^1.1.1"
446+
get-intrinsic "^1.0.2"
447+
440448
callsites@^3.0.0, callsites@^3.1.0:
441449
version "3.1.0"
442450
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -791,10 +799,10 @@ eslint-config-prettier@~8.1.0:
791799
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
792800
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
793801

794-
eslint-define-config@~1.0.4:
795-
version "1.0.4"
796-
resolved "https://registry.yarnpkg.com/eslint-define-config/-/eslint-define-config-1.0.4.tgz#e3b3a177600155f1ffe9e38f90332da956f7959c"
797-
integrity sha512-vGnX8CfockGwXP4NuORbnHd7PWy8gr41ARLH4HuWJoHk4U4ni5KjDG6Kg1/GNIE0B9BwXfyDgW7I3mSx2zuT0A==
802+
eslint-define-config@~1.0.5:
803+
version "1.0.5"
804+
resolved "https://registry.yarnpkg.com/eslint-define-config/-/eslint-define-config-1.0.5.tgz#e4799d27a75f51ab1ce151f00b6802f03948b1fc"
805+
integrity sha512-kwBMdZ7UKpzTkymYnBZrTSOGbawoCnPOKVUjSbOype9dj7YRczT1nDKk0tPRawtcm7y7zfoGf5nBUrcYO60Avg==
798806

799807
eslint-plugin-inclusive-language@~2.1.1:
800808
version "2.1.1"
@@ -1086,6 +1094,15 @@ functional-red-black-tree@^1.0.1:
10861094
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
10871095
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
10881096

1097+
get-intrinsic@^1.0.2:
1098+
version "1.1.1"
1099+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
1100+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
1101+
dependencies:
1102+
function-bind "^1.1.1"
1103+
has "^1.0.3"
1104+
has-symbols "^1.0.1"
1105+
10891106
get-stream@^4.1.0:
10901107
version "4.1.0"
10911108
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -1234,6 +1251,11 @@ has-flag@^4.0.0:
12341251
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
12351252
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
12361253

1254+
has-symbols@^1.0.1:
1255+
version "1.0.2"
1256+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
1257+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
1258+
12371259
has-yarn@^2.1.0:
12381260
version "2.1.0"
12391261
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77"
@@ -1425,6 +1447,13 @@ is-arrayish@^0.2.1:
14251447
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
14261448
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
14271449

1450+
is-boolean-object@^1.1.0:
1451+
version "1.1.0"
1452+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz#e2aaad3a3a8fca34c28f6eee135b156ed2587ff0"
1453+
integrity sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==
1454+
dependencies:
1455+
call-bind "^1.0.0"
1456+
14281457
is-ci@^2.0.0:
14291458
version "2.0.0"
14301459
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -1499,6 +1528,11 @@ is-npm@^5.0.0:
14991528
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
15001529
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
15011530

1531+
is-number-object@^1.0.4:
1532+
version "1.0.4"
1533+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
1534+
integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==
1535+
15021536
is-number@^7.0.0:
15031537
version "7.0.0"
15041538
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -1553,6 +1587,11 @@ is-stream@^2.0.0:
15531587
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
15541588
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
15551589

1590+
is-string@^1.0.5:
1591+
version "1.0.5"
1592+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
1593+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
1594+
15561595
is-typedarray@^1.0.0:
15571596
version "1.0.0"
15581597
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -1745,11 +1784,26 @@ locate-path@^6.0.0:
17451784
dependencies:
17461785
p-locate "^5.0.0"
17471786

1787+
lodash.clonedeep@^4.5.0:
1788+
version "4.5.0"
1789+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
1790+
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
1791+
1792+
lodash.flatten@^4.4.0:
1793+
version "4.4.0"
1794+
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
1795+
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
1796+
17481797
lodash.isequal@^4.5.0:
17491798
version "4.5.0"
17501799
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
17511800
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
17521801

1802+
lodash.truncate@^4.4.2:
1803+
version "4.4.2"
1804+
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
1805+
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
1806+
17531807
lodash.zip@^4.2.0:
17541808
version "4.2.0"
17551809
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
@@ -2489,9 +2543,9 @@ run-parallel@^1.1.9:
24892543
queue-microtask "^1.2.2"
24902544

24912545
rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
2492-
version "6.6.6"
2493-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
2494-
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==
2546+
version "6.6.7"
2547+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
2548+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
24952549
dependencies:
24962550
tslib "^1.9.0"
24972551

@@ -2726,12 +2780,17 @@ symbol-observable@^3.0.0:
27262780
integrity sha512-6tDOXSHiVjuCaasQSWTmHUWn4PuG7qa3+1WT031yTc/swT7+rLiw3GOrFxaH1E3lLP09dH3bVuVDf2gK5rxG3Q==
27272781

27282782
table@^6.0.4:
2729-
version "6.0.7"
2730-
resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34"
2731-
integrity sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==
2732-
dependencies:
2733-
ajv "^7.0.2"
2734-
lodash "^4.17.20"
2783+
version "6.0.9"
2784+
resolved "https://registry.yarnpkg.com/table/-/table-6.0.9.tgz#790a12bf1e09b87b30e60419bafd6a1fd85536fb"
2785+
integrity sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ==
2786+
dependencies:
2787+
ajv "^8.0.1"
2788+
is-boolean-object "^1.1.0"
2789+
is-number-object "^1.0.4"
2790+
is-string "^1.0.5"
2791+
lodash.clonedeep "^4.5.0"
2792+
lodash.flatten "^4.4.0"
2793+
lodash.truncate "^4.4.2"
27352794
slice-ansi "^4.0.0"
27362795
string-width "^4.2.0"
27372796

0 commit comments

Comments
 (0)