Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 858cc47

Browse files
Bump eslint from 7.18.0 to 7.31.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.18.0...v7.31.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3da420e commit 858cc47

2 files changed

Lines changed: 113 additions & 50 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/eslint-plugin": "4.0.0",
2727
"@typescript-eslint/parser": "3.10.1",
2828
"ava": "^3.15.0",
29-
"eslint": "^7.18.0",
29+
"eslint": "^7.31.0",
3030
"eslint-config-klasa": "dirigeants/klasa-lint",
3131
"nyc": "^15.1.0",
3232
"source-map-support": "^0.5.19",

yarn.lock

Lines changed: 112 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
dependencies:
1010
escape-string-regexp "^2.0.0"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
13-
version "7.8.3"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
15-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
12+
"@babel/code-frame@7.12.11", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
13+
version "7.12.11"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
15+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
1616
dependencies:
17-
"@babel/highlight" "^7.8.3"
17+
"@babel/highlight" "^7.10.4"
1818

1919
"@babel/core@^7.7.5":
2020
version "7.8.6"
@@ -70,6 +70,11 @@
7070
dependencies:
7171
"@babel/types" "^7.8.3"
7272

73+
"@babel/helper-validator-identifier@^7.14.5":
74+
version "7.14.8"
75+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
76+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
77+
7378
"@babel/helpers@^7.8.4":
7479
version "7.8.4"
7580
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
@@ -79,13 +84,13 @@
7984
"@babel/traverse" "^7.8.4"
8085
"@babel/types" "^7.8.3"
8186

82-
"@babel/highlight@^7.8.3":
83-
version "7.8.3"
84-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
85-
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
87+
"@babel/highlight@^7.10.4":
88+
version "7.14.5"
89+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
90+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
8691
dependencies:
92+
"@babel/helper-validator-identifier" "^7.14.5"
8793
chalk "^2.0.0"
88-
esutils "^2.0.2"
8994
js-tokens "^4.0.0"
9095

9196
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6":
@@ -133,22 +138,35 @@
133138
dependencies:
134139
arrify "^1.0.1"
135140

136-
"@eslint/eslintrc@^0.3.0":
137-
version "0.3.0"
138-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
139-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
141+
"@eslint/eslintrc@^0.4.3":
142+
version "0.4.3"
143+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
144+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
140145
dependencies:
141146
ajv "^6.12.4"
142147
debug "^4.1.1"
143148
espree "^7.3.0"
144-
globals "^12.1.0"
149+
globals "^13.9.0"
145150
ignore "^4.0.6"
146151
import-fresh "^3.2.1"
147152
js-yaml "^3.13.1"
148-
lodash "^4.17.20"
149153
minimatch "^3.0.4"
150154
strip-json-comments "^3.1.1"
151155

156+
"@humanwhocodes/config-array@^0.5.0":
157+
version "0.5.0"
158+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
159+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
160+
dependencies:
161+
"@humanwhocodes/object-schema" "^1.2.0"
162+
debug "^4.1.1"
163+
minimatch "^3.0.4"
164+
165+
"@humanwhocodes/object-schema@^1.2.0":
166+
version "1.2.0"
167+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
168+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
169+
152170
"@istanbuljs/load-nyc-config@^1.0.0":
153171
version "1.0.0"
154172
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -378,6 +396,16 @@ ajv@^6.10.0, ajv@^6.12.4:
378396
json-schema-traverse "^0.4.1"
379397
uri-js "^4.2.2"
380398

399+
ajv@^8.0.1:
400+
version "8.6.2"
401+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
402+
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
403+
dependencies:
404+
fast-deep-equal "^3.1.1"
405+
json-schema-traverse "^1.0.0"
406+
require-from-string "^2.0.2"
407+
uri-js "^4.2.2"
408+
381409
ansi-align@^3.0.0:
382410
version "3.0.0"
383411
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
@@ -1068,37 +1096,40 @@ eslint-visitor-keys@^2.0.0:
10681096
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
10691097
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
10701098

1071-
eslint@^7.18.0:
1072-
version "7.18.0"
1073-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
1074-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
1099+
eslint@^7.31.0:
1100+
version "7.31.0"
1101+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
1102+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
10751103
dependencies:
1076-
"@babel/code-frame" "^7.0.0"
1077-
"@eslint/eslintrc" "^0.3.0"
1104+
"@babel/code-frame" "7.12.11"
1105+
"@eslint/eslintrc" "^0.4.3"
1106+
"@humanwhocodes/config-array" "^0.5.0"
10781107
ajv "^6.10.0"
10791108
chalk "^4.0.0"
10801109
cross-spawn "^7.0.2"
10811110
debug "^4.0.1"
10821111
doctrine "^3.0.0"
10831112
enquirer "^2.3.5"
1113+
escape-string-regexp "^4.0.0"
10841114
eslint-scope "^5.1.1"
10851115
eslint-utils "^2.1.0"
10861116
eslint-visitor-keys "^2.0.0"
10871117
espree "^7.3.1"
1088-
esquery "^1.2.0"
1118+
esquery "^1.4.0"
10891119
esutils "^2.0.2"
1090-
file-entry-cache "^6.0.0"
1120+
fast-deep-equal "^3.1.3"
1121+
file-entry-cache "^6.0.1"
10911122
functional-red-black-tree "^1.0.1"
1092-
glob-parent "^5.0.0"
1093-
globals "^12.1.0"
1123+
glob-parent "^5.1.2"
1124+
globals "^13.6.0"
10941125
ignore "^4.0.6"
10951126
import-fresh "^3.0.0"
10961127
imurmurhash "^0.1.4"
10971128
is-glob "^4.0.0"
10981129
js-yaml "^3.13.1"
10991130
json-stable-stringify-without-jsonify "^1.0.1"
11001131
levn "^0.4.1"
1101-
lodash "^4.17.20"
1132+
lodash.merge "^4.6.2"
11021133
minimatch "^3.0.4"
11031134
natural-compare "^1.4.0"
11041135
optionator "^0.9.1"
@@ -1107,7 +1138,7 @@ eslint@^7.18.0:
11071138
semver "^7.2.1"
11081139
strip-ansi "^6.0.0"
11091140
strip-json-comments "^3.1.0"
1110-
table "^6.0.4"
1141+
table "^6.0.9"
11111142
text-table "^0.2.0"
11121143
v8-compile-cache "^2.0.3"
11131144

@@ -1125,10 +1156,10 @@ esprima@^4.0.0:
11251156
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
11261157
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
11271158

1128-
esquery@^1.2.0:
1129-
version "1.3.1"
1130-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
1131-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
1159+
esquery@^1.4.0:
1160+
version "1.4.0"
1161+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
1162+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
11321163
dependencies:
11331164
estraverse "^5.1.0"
11341165

@@ -1159,7 +1190,7 @@ esutils@^2.0.2, esutils@^2.0.3:
11591190
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
11601191
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
11611192

1162-
fast-deep-equal@^3.1.1:
1193+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
11631194
version "3.1.3"
11641195
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
11651196
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -1204,10 +1235,10 @@ figures@^3.2.0:
12041235
dependencies:
12051236
escape-string-regexp "^1.0.5"
12061237

1207-
file-entry-cache@^6.0.0:
1208-
version "6.0.0"
1209-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
1210-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
1238+
file-entry-cache@^6.0.1:
1239+
version "6.0.1"
1240+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1241+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
12111242
dependencies:
12121243
flat-cache "^3.0.4"
12131244

@@ -1322,7 +1353,7 @@ get-stream@^5.1.0:
13221353
dependencies:
13231354
pump "^3.0.0"
13241355

1325-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
1356+
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
13261357
version "5.1.2"
13271358
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
13281359
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -1353,12 +1384,12 @@ globals@^11.1.0:
13531384
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
13541385
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
13551386

1356-
globals@^12.1.0:
1357-
version "12.3.0"
1358-
resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
1359-
integrity sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==
1387+
globals@^13.6.0, globals@^13.9.0:
1388+
version "13.10.0"
1389+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.10.0.tgz#60ba56c3ac2ca845cfbf4faeca727ad9dd204676"
1390+
integrity sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==
13601391
dependencies:
1361-
type-fest "^0.8.1"
1392+
type-fest "^0.20.2"
13621393

13631394
globby@^11.0.1:
13641395
version "11.0.1"
@@ -1754,6 +1785,11 @@ json-schema-traverse@^0.4.1:
17541785
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
17551786
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
17561787

1788+
json-schema-traverse@^1.0.0:
1789+
version "1.0.0"
1790+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
1791+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
1792+
17571793
json-stable-stringify-without-jsonify@^1.0.1:
17581794
version "1.0.1"
17591795
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -1828,11 +1864,26 @@ locate-path@^5.0.0:
18281864
dependencies:
18291865
p-locate "^4.1.0"
18301866

1867+
lodash.clonedeep@^4.5.0:
1868+
version "4.5.0"
1869+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
1870+
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
1871+
18311872
lodash.flattendeep@^4.4.0:
18321873
version "4.4.0"
18331874
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
18341875
integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=
18351876

1877+
lodash.merge@^4.6.2:
1878+
version "4.6.2"
1879+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
1880+
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
1881+
1882+
lodash.truncate@^4.4.2:
1883+
version "4.4.2"
1884+
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
1885+
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
1886+
18361887
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.20:
18371888
version "4.17.20"
18381889
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
@@ -2366,6 +2417,11 @@ require-directory@^2.1.1:
23662417
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
23672418
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
23682419

2420+
require-from-string@^2.0.2:
2421+
version "2.0.2"
2422+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
2423+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
2424+
23692425
require-main-filename@^2.0.0:
23702426
version "2.0.0"
23712427
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -2700,15 +2756,17 @@ supports-color@^7.1.0:
27002756
dependencies:
27012757
has-flag "^4.0.0"
27022758

2703-
table@^6.0.4:
2704-
version "6.0.4"
2705-
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
2706-
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
2759+
table@^6.0.9:
2760+
version "6.7.1"
2761+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
2762+
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
27072763
dependencies:
2708-
ajv "^6.12.4"
2709-
lodash "^4.17.20"
2764+
ajv "^8.0.1"
2765+
lodash.clonedeep "^4.5.0"
2766+
lodash.truncate "^4.4.2"
27102767
slice-ansi "^4.0.0"
27112768
string-width "^4.2.0"
2769+
strip-ansi "^6.0.0"
27122770

27132771
temp-dir@^2.0.0:
27142772
version "2.0.0"
@@ -2785,6 +2843,11 @@ type-fest@^0.13.1:
27852843
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
27862844
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
27872845

2846+
type-fest@^0.20.2:
2847+
version "0.20.2"
2848+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2849+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2850+
27882851
type-fest@^0.3.0:
27892852
version "0.3.1"
27902853
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"

0 commit comments

Comments
 (0)