Skip to content

Commit 21c4f1c

Browse files
chore(deps): update eslint -> ~7.32.0 - devdependencies
1 parent ff11c9f commit 21c4f1c

File tree

2 files changed

+108
-50
lines changed

2 files changed

+108
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"cross-env": "^7.0.3",
80-
"eslint": "~7.18.0",
80+
"eslint": "~7.32.0",
8181
"eslint-config-standard": "^16.0.3",
8282
"eslint-plugin-import": "^2.23.4",
8383
"eslint-plugin-jest": "^24.4.0",

yarn.lock

Lines changed: 107 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.5.tgz#823dd4df25a9f1a641346712e7b7097ed1176105"
88
integrity sha512-TeyhRGefTOtA9N3udMrvheafoXcz/dvTTdZLcieeZQxm1SSeaQDUQ/rUH6QTOiHVNMtjOCrZ9J5rk1A4mPYuag==
99

10+
11+
version "7.12.11"
12+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
13+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
14+
dependencies:
15+
"@babel/highlight" "^7.10.4"
16+
1017
1118
version "7.12.13"
1219
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
@@ -221,6 +228,11 @@
221228
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
222229
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
223230

231+
"@babel/helper-validator-identifier@^7.24.5":
232+
version "7.24.5"
233+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
234+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
235+
224236
"@babel/helper-validator-option@^7.14.5":
225237
version "7.14.5"
226238
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -235,6 +247,16 @@
235247
"@babel/traverse" "^7.14.8"
236248
"@babel/types" "^7.14.8"
237249

250+
"@babel/highlight@^7.10.4":
251+
version "7.24.5"
252+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
253+
integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
254+
dependencies:
255+
"@babel/helper-validator-identifier" "^7.24.5"
256+
chalk "^2.4.2"
257+
js-tokens "^4.0.0"
258+
picocolors "^1.0.0"
259+
238260
"@babel/highlight@^7.12.13", "@babel/highlight@^7.14.5":
239261
version "7.14.5"
240262
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -738,19 +760,18 @@
738760
exec-sh "^0.3.2"
739761
minimist "^1.2.0"
740762

741-
"@eslint/eslintrc@^0.3.0":
742-
version "0.3.0"
743-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
744-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
763+
"@eslint/eslintrc@^0.4.3":
764+
version "0.4.3"
765+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
766+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
745767
dependencies:
746768
ajv "^6.12.4"
747769
debug "^4.1.1"
748770
espree "^7.3.0"
749-
globals "^12.1.0"
771+
globals "^13.9.0"
750772
ignore "^4.0.6"
751773
import-fresh "^3.2.1"
752774
js-yaml "^3.13.1"
753-
lodash "^4.17.20"
754775
minimatch "^3.0.4"
755776
strip-json-comments "^3.1.1"
756777

@@ -797,6 +818,20 @@
797818
dependencies:
798819
"@hapi/hoek" "^9.0.0"
799820

821+
"@humanwhocodes/config-array@^0.5.0":
822+
version "0.5.0"
823+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
824+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
825+
dependencies:
826+
"@humanwhocodes/object-schema" "^1.2.0"
827+
debug "^4.1.1"
828+
minimatch "^3.0.4"
829+
830+
"@humanwhocodes/object-schema@^1.2.0":
831+
version "1.2.1"
832+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
833+
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
834+
800835
801836
version "2.2.5"
802837
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -1541,6 +1576,11 @@ ansi-regex@^5.0.0:
15411576
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
15421577
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
15431578

1579+
ansi-regex@^5.0.1:
1580+
version "5.0.1"
1581+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1582+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1583+
15441584
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
15451585
version "3.2.1"
15461586
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -2744,7 +2784,7 @@ escape-html@~1.0.3:
27442784
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
27452785
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
27462786

2747-
2787+
[email protected], escape-string-regexp@^4.0.0:
27482788
version "4.0.0"
27492789
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
27502790
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
@@ -2884,37 +2924,40 @@ eslint-visitor-keys@^2.0.0:
28842924
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
28852925
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
28862926

2887-
eslint@~7.18.0:
2888-
version "7.18.0"
2889-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2890-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
2927+
eslint@~7.32.0:
2928+
version "7.32.0"
2929+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
2930+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
28912931
dependencies:
2892-
"@babel/code-frame" "^7.0.0"
2893-
"@eslint/eslintrc" "^0.3.0"
2932+
"@babel/code-frame" "7.12.11"
2933+
"@eslint/eslintrc" "^0.4.3"
2934+
"@humanwhocodes/config-array" "^0.5.0"
28942935
ajv "^6.10.0"
28952936
chalk "^4.0.0"
28962937
cross-spawn "^7.0.2"
28972938
debug "^4.0.1"
28982939
doctrine "^3.0.0"
28992940
enquirer "^2.3.5"
2941+
escape-string-regexp "^4.0.0"
29002942
eslint-scope "^5.1.1"
29012943
eslint-utils "^2.1.0"
29022944
eslint-visitor-keys "^2.0.0"
29032945
espree "^7.3.1"
2904-
esquery "^1.2.0"
2946+
esquery "^1.4.0"
29052947
esutils "^2.0.2"
2906-
file-entry-cache "^6.0.0"
2948+
fast-deep-equal "^3.1.3"
2949+
file-entry-cache "^6.0.1"
29072950
functional-red-black-tree "^1.0.1"
2908-
glob-parent "^5.0.0"
2909-
globals "^12.1.0"
2951+
glob-parent "^5.1.2"
2952+
globals "^13.6.0"
29102953
ignore "^4.0.6"
29112954
import-fresh "^3.0.0"
29122955
imurmurhash "^0.1.4"
29132956
is-glob "^4.0.0"
29142957
js-yaml "^3.13.1"
29152958
json-stable-stringify-without-jsonify "^1.0.1"
29162959
levn "^0.4.1"
2917-
lodash "^4.17.20"
2960+
lodash.merge "^4.6.2"
29182961
minimatch "^3.0.4"
29192962
natural-compare "^1.4.0"
29202963
optionator "^0.9.1"
@@ -2923,7 +2966,7 @@ eslint@~7.18.0:
29232966
semver "^7.2.1"
29242967
strip-ansi "^6.0.0"
29252968
strip-json-comments "^3.1.0"
2926-
table "^6.0.4"
2969+
table "^6.0.9"
29272970
text-table "^0.2.0"
29282971
v8-compile-cache "^2.0.3"
29292972

@@ -2941,10 +2984,10 @@ esprima@^4.0.0, esprima@^4.0.1:
29412984
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
29422985
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
29432986

2944-
esquery@^1.2.0:
2945-
version "1.4.0"
2946-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2947-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2987+
esquery@^1.4.0:
2988+
version "1.5.0"
2989+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2990+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
29482991
dependencies:
29492992
estraverse "^5.1.0"
29502993

@@ -3072,7 +3115,7 @@ extglob@^2.0.4:
30723115
snapdragon "^0.8.1"
30733116
to-regex "^3.0.1"
30743117

3075-
fast-deep-equal@^3.1.1:
3118+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
30763119
version "3.1.3"
30773120
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
30783121
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -3129,7 +3172,7 @@ fb-watchman@^2.0.0:
31293172
dependencies:
31303173
bser "2.1.1"
31313174

3132-
file-entry-cache@^6.0.0:
3175+
file-entry-cache@^6.0.1:
31333176
version "6.0.1"
31343177
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
31353178
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
@@ -3346,7 +3389,7 @@ get-value@^2.0.3, get-value@^2.0.6:
33463389
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
33473390
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
33483391

3349-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.2:
3392+
glob-parent@^5.1.0, glob-parent@^5.1.2:
33503393
version "5.1.2"
33513394
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
33523395
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -3377,12 +3420,12 @@ globals@^11.1.0:
33773420
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
33783421
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
33793422

3380-
globals@^12.1.0:
3381-
version "12.4.0"
3382-
resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8"
3383-
integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
3423+
globals@^13.6.0, globals@^13.9.0:
3424+
version "13.24.0"
3425+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
3426+
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
33843427
dependencies:
3385-
type-fest "^0.8.1"
3428+
type-fest "^0.20.2"
33863429

33873430
[email protected], globby@^11.0.3:
33883431
version "11.0.4"
@@ -4802,16 +4845,16 @@ locate-path@^5.0.0:
48024845
dependencies:
48034846
p-locate "^4.1.0"
48044847

4805-
lodash.clonedeep@^4.5.0:
4806-
version "4.5.0"
4807-
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
4808-
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
4809-
48104848
lodash.debounce@^4.0.8:
48114849
version "4.0.8"
48124850
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
48134851
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
48144852

4853+
lodash.merge@^4.6.2:
4854+
version "4.6.2"
4855+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
4856+
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
4857+
48154858
lodash.throttle@^4.1.1:
48164859
version "4.1.1"
48174860
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
@@ -4827,7 +4870,7 @@ lodash.truncate@^4.4.2:
48274870
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
48284871
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
48294872

4830-
[email protected], lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.7.0:
4873+
[email protected], lodash@^4.17.14, lodash@^4.17.15, lodash@^4.7.0:
48314874
version "4.17.21"
48324875
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
48334876
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5813,6 +5856,11 @@ path-type@^4.0.0:
58135856
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
58145857
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
58155858

5859+
picocolors@^1.0.0:
5860+
version "1.0.0"
5861+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
5862+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
5863+
58165864
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
58175865
version "2.3.0"
58185866
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -6714,6 +6762,15 @@ string-width@^3.0.0:
67146762
is-fullwidth-code-point "^2.0.0"
67156763
strip-ansi "^5.1.0"
67166764

6765+
string-width@^4.2.3:
6766+
version "4.2.3"
6767+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6768+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6769+
dependencies:
6770+
emoji-regex "^8.0.0"
6771+
is-fullwidth-code-point "^3.0.0"
6772+
strip-ansi "^6.0.1"
6773+
67176774
string.prototype.trimend@^1.0.4:
67186775
version "1.0.4"
67196776
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
@@ -6751,6 +6808,13 @@ strip-ansi@^6.0.0:
67516808
dependencies:
67526809
ansi-regex "^5.0.0"
67536810

6811+
strip-ansi@^6.0.1:
6812+
version "6.0.1"
6813+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6814+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6815+
dependencies:
6816+
ansi-regex "^5.0.1"
6817+
67546818
strip-bom@^3.0.0:
67556819
version "3.0.0"
67566820
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -6827,17 +6891,16 @@ symbol-tree@^3.2.4:
68276891
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
68286892
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
68296893

6830-
table@^6.0.4:
6831-
version "6.7.1"
6832-
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
6833-
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
6894+
table@^6.0.9:
6895+
version "6.8.2"
6896+
resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
6897+
integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==
68346898
dependencies:
68356899
ajv "^8.0.1"
6836-
lodash.clonedeep "^4.5.0"
68376900
lodash.truncate "^4.4.2"
68386901
slice-ansi "^4.0.0"
6839-
string-width "^4.2.0"
6840-
strip-ansi "^6.0.0"
6902+
string-width "^4.2.3"
6903+
strip-ansi "^6.0.1"
68416904

68426905
68436906
version "0.8.3"
@@ -7025,11 +7088,6 @@ type-fest@^0.21.3:
70257088
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
70267089
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
70277090

7028-
type-fest@^0.8.1:
7029-
version "0.8.1"
7030-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
7031-
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
7032-
70337091
typedarray-to-buffer@^3.1.5:
70347092
version "3.1.5"
70357093
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"

0 commit comments

Comments
 (0)