Skip to content

Commit b19d94f

Browse files
renovate-botTurbo87
authored andcommitted
Update dependency eslint to v8
1 parent cdab311 commit b19d94f

File tree

2 files changed

+66
-91
lines changed

2 files changed

+66
-91
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"ember-truth-helpers": "3.0.0",
108108
"ember-web-app": "5.0.1",
109109
"ember-window-mock": "0.7.2",
110-
"eslint": "7.32.0",
110+
"eslint": "8.0.1",
111111
"eslint-config-prettier": "8.3.0",
112112
"eslint-plugin-ember": "10.5.7",
113113
"eslint-plugin-ember-concurrency": "0.4.0",

yarn.lock

Lines changed: 65 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.12.11":
6-
version "7.12.11"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8-
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
9-
dependencies:
10-
"@babel/highlight" "^7.10.4"
11-
125
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
136
version "7.15.8"
147
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
@@ -258,7 +251,7 @@
258251
"@babel/traverse" "^7.15.4"
259252
"@babel/types" "^7.15.4"
260253

261-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
254+
"@babel/highlight@^7.14.5":
262255
version "7.14.5"
263256
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
264257
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
@@ -1483,14 +1476,14 @@
14831476
terser "^5.7.0"
14841477
thread-loader "^3.0.4"
14851478

1486-
"@eslint/eslintrc@^0.4.3":
1487-
version "0.4.3"
1488-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1489-
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
1479+
"@eslint/eslintrc@^1.0.3":
1480+
version "1.0.3"
1481+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
1482+
integrity sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==
14901483
dependencies:
14911484
ajv "^6.12.4"
1492-
debug "^4.1.1"
1493-
espree "^7.3.0"
1485+
debug "^4.3.2"
1486+
espree "^9.0.0"
14941487
globals "^13.9.0"
14951488
ignore "^4.0.6"
14961489
import-fresh "^3.2.1"
@@ -1688,10 +1681,10 @@
16881681
resolved "https://registry.yarnpkg.com/@handlebars/parser/-/parser-1.1.0.tgz#d6dbc7574774b238114582410e8fee0dc3532bdf"
16891682
integrity sha512-rR7tJoSwJ2eooOpYGxGGW95sLq6GXUaS1UtWvN7pei6n2/okYvCGld9vsUTvkl2migxbkszsycwtMf/GEc1k1A==
16901683

1691-
"@humanwhocodes/config-array@^0.5.0":
1692-
version "0.5.0"
1693-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1694-
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1684+
"@humanwhocodes/config-array@^0.6.0":
1685+
version "0.6.0"
1686+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
1687+
integrity sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==
16951688
dependencies:
16961689
"@humanwhocodes/object-schema" "^1.2.0"
16971690
debug "^4.1.1"
@@ -2821,12 +2814,12 @@ acorn@^6.4.1:
28212814
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
28222815
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
28232816

2824-
acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0:
2817+
acorn@^7.1.0, acorn@^7.1.1:
28252818
version "7.4.1"
28262819
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
28272820
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
28282821

2829-
acorn@^8.2.4, acorn@^8.4.1:
2822+
acorn@^8.2.4, acorn@^8.4.1, acorn@^8.5.0:
28302823
version "8.5.0"
28312824
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
28322825
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
@@ -2866,7 +2859,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
28662859
json-schema-traverse "^0.4.1"
28672860
uri-js "^4.2.2"
28682861

2869-
ajv@^8.0.1, ajv@^8.6.2:
2862+
ajv@^8.6.2:
28702863
version "8.6.3"
28712864
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764"
28722865
integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==
@@ -3107,11 +3100,6 @@ ast-types@0.13.3:
31073100
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7"
31083101
integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==
31093102

3110-
astral-regex@^2.0.0:
3111-
version "2.0.0"
3112-
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
3113-
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
3114-
31153103
async-disk-cache@^1.2.1:
31163104
version "1.3.5"
31173105
resolved "https://registry.yarnpkg.com/async-disk-cache/-/async-disk-cache-1.3.5.tgz#cc6206ed79bb6982b878fc52e0505e4f52b62a02"
@@ -5805,7 +5793,7 @@ debug@2.6.9, debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.
58055793
dependencies:
58065794
ms "2.0.0"
58075795

5808-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@~4.3.1, debug@~4.3.2:
5796+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@~4.3.1, debug@~4.3.2:
58095797
version "4.3.2"
58105798
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
58115799
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -7507,6 +7495,14 @@ eslint-scope@^4.0.3:
75077495
esrecurse "^4.1.0"
75087496
estraverse "^4.1.1"
75097497

7498+
eslint-scope@^6.0.0:
7499+
version "6.0.0"
7500+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
7501+
integrity sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==
7502+
dependencies:
7503+
esrecurse "^4.3.0"
7504+
estraverse "^5.2.0"
7505+
75107506
eslint-template-visitor@^2.3.2:
75117507
version "2.3.2"
75127508
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
@@ -7518,73 +7514,64 @@ eslint-template-visitor@^2.3.2:
75187514
esquery "^1.3.1"
75197515
multimap "^1.1.0"
75207516

7521-
eslint-utils@^2.1.0:
7522-
version "2.1.0"
7523-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
7524-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
7525-
dependencies:
7526-
eslint-visitor-keys "^1.1.0"
7527-
75287517
eslint-utils@^3.0.0:
75297518
version "3.0.0"
75307519
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
75317520
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
75327521
dependencies:
75337522
eslint-visitor-keys "^2.0.0"
75347523

7535-
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
7536-
version "1.3.0"
7537-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
7538-
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
7539-
75407524
eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
75417525
version "2.1.0"
75427526
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
75437527
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
75447528

7545-
eslint@7.32.0:
7546-
version "7.32.0"
7547-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
7548-
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
7529+
eslint-visitor-keys@^3.0.0:
7530+
version "3.0.0"
7531+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
7532+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
7533+
7534+
eslint@8.0.1:
7535+
version "8.0.1"
7536+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.1.tgz#3610e7fe4a05c2154669515ca60835a76a19f700"
7537+
integrity sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==
75497538
dependencies:
7550-
"@babel/code-frame" "7.12.11"
7551-
"@eslint/eslintrc" "^0.4.3"
7552-
"@humanwhocodes/config-array" "^0.5.0"
7539+
"@eslint/eslintrc" "^1.0.3"
7540+
"@humanwhocodes/config-array" "^0.6.0"
75537541
ajv "^6.10.0"
75547542
chalk "^4.0.0"
75557543
cross-spawn "^7.0.2"
7556-
debug "^4.0.1"
7544+
debug "^4.3.2"
75577545
doctrine "^3.0.0"
75587546
enquirer "^2.3.5"
75597547
escape-string-regexp "^4.0.0"
7560-
eslint-scope "^5.1.1"
7561-
eslint-utils "^2.1.0"
7562-
eslint-visitor-keys "^2.0.0"
7563-
espree "^7.3.1"
7548+
eslint-scope "^6.0.0"
7549+
eslint-utils "^3.0.0"
7550+
eslint-visitor-keys "^3.0.0"
7551+
espree "^9.0.0"
75647552
esquery "^1.4.0"
75657553
esutils "^2.0.2"
75667554
fast-deep-equal "^3.1.3"
75677555
file-entry-cache "^6.0.1"
75687556
functional-red-black-tree "^1.0.1"
7569-
glob-parent "^5.1.2"
7557+
glob-parent "^6.0.1"
75707558
globals "^13.6.0"
75717559
ignore "^4.0.6"
75727560
import-fresh "^3.0.0"
75737561
imurmurhash "^0.1.4"
75747562
is-glob "^4.0.0"
7575-
js-yaml "^3.13.1"
7563+
js-yaml "^4.1.0"
75767564
json-stable-stringify-without-jsonify "^1.0.1"
75777565
levn "^0.4.1"
75787566
lodash.merge "^4.6.2"
75797567
minimatch "^3.0.4"
75807568
natural-compare "^1.4.0"
75817569
optionator "^0.9.1"
75827570
progress "^2.0.0"
7583-
regexpp "^3.1.0"
7571+
regexpp "^3.2.0"
75847572
semver "^7.2.1"
75857573
strip-ansi "^6.0.0"
75867574
strip-json-comments "^3.1.0"
7587-
table "^6.0.9"
75887575
text-table "^0.2.0"
75897576
v8-compile-cache "^2.0.3"
75907577

@@ -7593,14 +7580,14 @@ esm@^3.2.25, esm@^3.2.4:
75937580
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
75947581
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
75957582

7596-
espree@^7.3.0, espree@^7.3.1:
7597-
version "7.3.1"
7598-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
7599-
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
7583+
espree@^9.0.0:
7584+
version "9.0.0"
7585+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090"
7586+
integrity sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==
76007587
dependencies:
7601-
acorn "^7.4.0"
7588+
acorn "^8.5.0"
76027589
acorn-jsx "^5.3.1"
7603-
eslint-visitor-keys "^1.3.0"
7590+
eslint-visitor-keys "^3.0.0"
76047591

76057592
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
76067593
version "4.0.1"
@@ -8638,6 +8625,13 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
86388625
dependencies:
86398626
is-glob "^4.0.1"
86408627

8628+
glob-parent@^6.0.1:
8629+
version "6.0.2"
8630+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
8631+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
8632+
dependencies:
8633+
is-glob "^4.0.3"
8634+
86418635
glob-to-regexp@^0.4.1:
86428636
version "0.4.1"
86438637
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -9474,7 +9468,7 @@ is-glob@^3.1.0:
94749468
dependencies:
94759469
is-extglob "^2.1.0"
94769470

9477-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.2, is-glob@~4.0.1:
9471+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.2, is-glob@^4.0.3, is-glob@~4.0.1:
94789472
version "4.0.3"
94799473
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
94809474
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9780,6 +9774,13 @@ js-yaml@3.x.x, js-yaml@^3.13.1, js-yaml@^3.14.0, js-yaml@^3.2.5, js-yaml@^3.2.7:
97809774
argparse "^1.0.7"
97819775
esprima "^4.0.0"
97829776

9777+
js-yaml@^4.1.0:
9778+
version "4.1.0"
9779+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
9780+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
9781+
dependencies:
9782+
argparse "^2.0.1"
9783+
97839784
jsbn@~0.1.0:
97849785
version "0.1.1"
97859786
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -10417,11 +10418,6 @@ lodash.toarray@^3.0.0:
1041710418
lodash._basevalues "^3.0.0"
1041810419
lodash.keys "^3.0.0"
1041910420

10420-
lodash.truncate@^4.4.2:
10421-
version "4.4.2"
10422-
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
10423-
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
10424-
1042510421
lodash.uniq@^4.2.0, lodash.uniq@^4.5.0:
1042610422
version "4.5.0"
1042710423
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -12610,7 +12606,7 @@ regexp.prototype.flags@^1.3.1:
1261012606
call-bind "^1.0.2"
1261112607
define-properties "^1.1.3"
1261212608

12613-
regexpp@^3.1.0:
12609+
regexpp@^3.2.0:
1261412610
version "3.2.0"
1261512611
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1261612612
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -13228,15 +13224,6 @@ slash@^3.0.0:
1322813224
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1322913225
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1323013226

13231-
slice-ansi@^4.0.0:
13232-
version "4.0.0"
13233-
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
13234-
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
13235-
dependencies:
13236-
ansi-styles "^4.0.0"
13237-
astral-regex "^2.0.0"
13238-
is-fullwidth-code-point "^3.0.0"
13239-
1324013227
snake-case@^3.0.3:
1324113228
version "3.0.4"
1324213229
resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c"
@@ -13567,7 +13554,7 @@ string-width@^1.0.1:
1356713554
is-fullwidth-code-point "^2.0.0"
1356813555
strip-ansi "^4.0.0"
1356913556

13570-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13557+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
1357113558
version "4.2.3"
1357213559
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1357313560
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13775,18 +13762,6 @@ sync-disk-cache@^2.0.0:
1377513762
rimraf "^3.0.0"
1377613763
username-sync "^1.0.2"
1377713764

13778-
table@^6.0.9:
13779-
version "6.7.2"
13780-
resolved "https://registry.yarnpkg.com/table/-/table-6.7.2.tgz#a8d39b9f5966693ca8b0feba270a78722cbaf3b0"
13781-
integrity sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==
13782-
dependencies:
13783-
ajv "^8.0.1"
13784-
lodash.clonedeep "^4.5.0"
13785-
lodash.truncate "^4.4.2"
13786-
slice-ansi "^4.0.0"
13787-
string-width "^4.2.3"
13788-
strip-ansi "^6.0.1"
13789-
1379013765
tap-parser@^7.0.0:
1379113766
version "7.0.0"
1379213767
resolved "https://registry.yarnpkg.com/tap-parser/-/tap-parser-7.0.0.tgz#54db35302fda2c2ccc21954ad3be22b2cba42721"

0 commit comments

Comments
 (0)