Skip to content

Commit 81ba9e3

Browse files
committed
feat(package.json/yarn.lock): upgrade minimum version of commitizen to latest (4.2.5)
earlier minimum version of commitizen had a security vulnerability in a transitive dependency fix #1026
1 parent c9eb32a commit 81ba9e3

File tree

2 files changed

+136
-25
lines changed

2 files changed

+136
-25
lines changed

packages/web-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/react": "^18.0.15",
4343
"@types/react-dom": "^18.0.6",
4444
"commander": "^6.1.0",
45-
"commitizen": "^4.2.4",
45+
"commitizen": "^4.2.5",
4646
"cross-spawn-promise": "^0.10.1",
4747
"cz-conventional-changelog": "^3.3.0",
4848
"debug": "^4.1.1",

yarn.lock

Lines changed: 135 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,11 @@ balanced-match@^1.0.0:
28982898
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
28992899
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
29002900

2901+
base64-js@^1.3.1:
2902+
version "1.5.1"
2903+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
2904+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
2905+
29012906
before-after-hook@^2.2.0:
29022907
version "2.2.2"
29032908
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
@@ -2920,6 +2925,15 @@ binary-extensions@^2.2.0:
29202925
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
29212926
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
29222927

2928+
bl@^4.1.0:
2929+
version "4.1.0"
2930+
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
2931+
integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
2932+
dependencies:
2933+
buffer "^5.5.0"
2934+
inherits "^2.0.4"
2935+
readable-stream "^3.4.0"
2936+
29232937
bottleneck@^2.18.1:
29242938
version "2.19.5"
29252939
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91"
@@ -2987,6 +3001,14 @@ buffer-from@^1.0.0:
29873001
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
29883002
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
29893003

3004+
buffer@^5.5.0:
3005+
version "5.7.1"
3006+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
3007+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
3008+
dependencies:
3009+
base64-js "^1.3.1"
3010+
ieee754 "^1.1.13"
3011+
29903012
builtins@^1.0.3:
29913013
version "1.0.3"
29923014
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
@@ -3057,6 +3079,11 @@ cachedir@2.2.0:
30573079
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
30583080
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
30593081

3082+
cachedir@2.3.0:
3083+
version "2.3.0"
3084+
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
3085+
integrity sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
3086+
30603087
call-bind@^1.0.0, call-bind@^1.0.2:
30613088
version "1.0.2"
30623089
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -3116,7 +3143,7 @@ chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
31163143
escape-string-regexp "^1.0.5"
31173144
supports-color "^5.3.0"
31183145

3119-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
3146+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
31203147
version "4.1.2"
31213148
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
31223149
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3193,6 +3220,11 @@ cli-cursor@^3.1.0:
31933220
dependencies:
31943221
restore-cursor "^3.1.0"
31953222

3223+
cli-spinners@^2.5.0:
3224+
version "2.7.0"
3225+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a"
3226+
integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==
3227+
31963228
cli-table3@^0.6.1, cli-table3@^0.6.2:
31973229
version "0.6.2"
31983230
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.2.tgz#aaf5df9d8b5bf12634dc8b3040806a0c07120d2a"
@@ -3327,7 +3359,7 @@ commander@^9.3.0:
33273359
resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b"
33283360
integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==
33293361

3330-
commitizen@^4.0.3, commitizen@^4.2.4:
3362+
commitizen@^4.0.3:
33313363
version "4.2.4"
33323364
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.4.tgz#a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165"
33333365
integrity sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==
@@ -3347,6 +3379,26 @@ commitizen@^4.0.3, commitizen@^4.2.4:
33473379
strip-bom "4.0.0"
33483380
strip-json-comments "3.0.1"
33493381

3382+
commitizen@^4.2.5:
3383+
version "4.2.5"
3384+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.5.tgz#48e5a5c28334c6e8ed845cc24fc9f072efd3961e"
3385+
integrity sha512-9sXju8Qrz1B4Tw7kC5KhnvwYQN88qs2zbiB8oyMsnXZyJ24PPGiNM3nHr73d32dnE3i8VJEXddBFIbOgYSEXtQ==
3386+
dependencies:
3387+
cachedir "2.3.0"
3388+
cz-conventional-changelog "3.3.0"
3389+
dedent "0.7.0"
3390+
detect-indent "6.1.0"
3391+
find-node-modules "^2.1.2"
3392+
find-root "1.1.0"
3393+
fs-extra "9.1.0"
3394+
glob "7.2.3"
3395+
inquirer "8.2.4"
3396+
is-utf8 "^0.2.1"
3397+
lodash "4.17.21"
3398+
minimist "1.2.6"
3399+
strip-bom "4.0.0"
3400+
strip-json-comments "3.1.1"
3401+
33503402
common-ancestor-path@^1.0.1:
33513403
version "1.0.1"
33523404
resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
@@ -3589,7 +3641,7 @@ cz-conventional-changelog@3.2.0:
35893641
optionalDependencies:
35903642
"@commitlint/load" ">6.1.1"
35913643

3592-
cz-conventional-changelog@^3.3.0:
3644+
cz-conventional-changelog@3.3.0, cz-conventional-changelog@^3.3.0:
35933645
version "3.3.0"
35943646
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
35953647
integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
@@ -3717,16 +3769,16 @@ detect-indent@6.0.0:
37173769
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
37183770
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
37193771

3772+
detect-indent@6.1.0, detect-indent@^6.0.0:
3773+
version "6.1.0"
3774+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
3775+
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
3776+
37203777
detect-indent@^5.0.0:
37213778
version "5.0.0"
37223779
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
37233780
integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50=
37243781

3725-
detect-indent@^6.0.0:
3726-
version "6.1.0"
3727-
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
3728-
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
3729-
37303782
detect-newline@^3.0.0:
37313783
version "3.1.0"
37323784
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
@@ -4345,21 +4397,21 @@ fs-extra@8.1.0:
43454397
jsonfile "^4.0.0"
43464398
universalify "^0.1.0"
43474399

4348-
fs-extra@^10.0.0:
4349-
version "10.1.0"
4350-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
4351-
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
4400+
fs-extra@9.1.0, fs-extra@^9.1.0:
4401+
version "9.1.0"
4402+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
4403+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
43524404
dependencies:
4405+
at-least-node "^1.0.0"
43534406
graceful-fs "^4.2.0"
43544407
jsonfile "^6.0.1"
43554408
universalify "^2.0.0"
43564409

4357-
fs-extra@^9.1.0:
4358-
version "9.1.0"
4359-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
4360-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
4410+
fs-extra@^10.0.0:
4411+
version "10.1.0"
4412+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
4413+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
43614414
dependencies:
4362-
at-least-node "^1.0.0"
43634415
graceful-fs "^4.2.0"
43644416
jsonfile "^6.0.1"
43654417
universalify "^2.0.0"
@@ -4559,7 +4611,7 @@ glob@7.1.4:
45594611
once "^1.3.0"
45604612
path-is-absolute "^1.0.0"
45614613

4562-
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4614+
glob@7.2.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
45634615
version "7.2.3"
45644616
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
45654617
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -4809,6 +4861,11 @@ iconv-lite@^0.6.2:
48094861
dependencies:
48104862
safer-buffer ">= 2.1.2 < 3.0.0"
48114863

4864+
ieee754@^1.1.13:
4865+
version "1.2.1"
4866+
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
4867+
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
4868+
48124869
ignore-walk@^3.0.3:
48134870
version "3.0.4"
48144871
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335"
@@ -4872,7 +4929,7 @@ inflight@^1.0.4:
48724929
once "^1.3.0"
48734930
wrappy "1"
48744931

4875-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
4932+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3:
48764933
version "2.0.4"
48774934
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
48784935
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -4932,6 +4989,27 @@ inquirer@6.5.2:
49324989
strip-ansi "^5.1.0"
49334990
through "^2.3.6"
49344991

4992+
inquirer@8.2.4:
4993+
version "8.2.4"
4994+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4"
4995+
integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==
4996+
dependencies:
4997+
ansi-escapes "^4.2.1"
4998+
chalk "^4.1.1"
4999+
cli-cursor "^3.1.0"
5000+
cli-width "^3.0.0"
5001+
external-editor "^3.0.3"
5002+
figures "^3.0.0"
5003+
lodash "^4.17.21"
5004+
mute-stream "0.0.8"
5005+
ora "^5.4.1"
5006+
run-async "^2.4.0"
5007+
rxjs "^7.5.5"
5008+
string-width "^4.1.0"
5009+
strip-ansi "^6.0.0"
5010+
through "^2.3.6"
5011+
wrap-ansi "^7.0.0"
5012+
49355013
inquirer@^7.3.3:
49365014
version "7.3.3"
49375015
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
@@ -5063,6 +5141,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
50635141
dependencies:
50645142
is-extglob "^2.1.1"
50655143

5144+
is-interactive@^1.0.0:
5145+
version "1.0.0"
5146+
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
5147+
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
5148+
50665149
is-lambda@^1.0.1:
50675150
version "1.0.1"
50685151
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
@@ -5180,6 +5263,11 @@ is-typedarray@^1.0.0:
51805263
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
51815264
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
51825265

5266+
is-unicode-supported@^0.1.0:
5267+
version "0.1.0"
5268+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
5269+
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
5270+
51835271
is-utf8@^0.2.1:
51845272
version "0.2.1"
51855273
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -6070,11 +6158,19 @@ lodash.uniqby@^4.7.0:
60706158
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
60716159
integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==
60726160

6073-
lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
6161+
lodash@4.17.21, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
60746162
version "4.17.21"
60756163
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
60766164
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
60776165

6166+
log-symbols@^4.1.0:
6167+
version "4.1.0"
6168+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
6169+
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
6170+
dependencies:
6171+
chalk "^4.1.0"
6172+
is-unicode-supported "^0.1.0"
6173+
60786174
log-update@^4.0.0:
60796175
version "4.0.0"
60806176
resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
@@ -6329,7 +6425,7 @@ minimist-options@4.1.0:
63296425
is-plain-obj "^1.1.0"
63306426
kind-of "^6.0.3"
63316427

6332-
minimist@1.2.5, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
6428+
minimist@1.2.5, minimist@1.2.6, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
63336429
version "1.2.6"
63346430
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
63356431
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
@@ -6917,6 +7013,21 @@ optionator@^0.9.1:
69177013
type-check "^0.4.0"
69187014
word-wrap "^1.2.3"
69197015

7016+
ora@^5.4.1:
7017+
version "5.4.1"
7018+
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
7019+
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
7020+
dependencies:
7021+
bl "^4.1.0"
7022+
chalk "^4.1.0"
7023+
cli-cursor "^3.1.0"
7024+
cli-spinners "^2.5.0"
7025+
is-interactive "^1.0.0"
7026+
is-unicode-supported "^0.1.0"
7027+
log-symbols "^4.1.0"
7028+
strip-ansi "^6.0.0"
7029+
wcwidth "^1.0.1"
7030+
69207031
os-tmpdir@~1.0.2:
69217032
version "1.0.2"
69227033
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
@@ -7461,7 +7572,7 @@ read@1, read@^1.0.7, read@~1.0.1, read@~1.0.7:
74617572
dependencies:
74627573
mute-stream "~0.0.4"
74637574

7464-
readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.6.0:
7575+
readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.4.0, readable-stream@^3.6.0:
74657576
version "3.6.0"
74667577
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
74677578
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
@@ -8153,7 +8264,7 @@ strip-json-comments@3.0.1:
81538264
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
81548265
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
81558266

8156-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
8267+
strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
81578268
version "3.1.1"
81588269
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
81598270
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -8628,7 +8739,7 @@ walker@^1.0.8:
86288739
dependencies:
86298740
makeerror "1.0.12"
86308741

8631-
wcwidth@^1.0.0:
8742+
wcwidth@^1.0.0, wcwidth@^1.0.1:
86328743
version "1.0.1"
86338744
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
86348745
integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==

0 commit comments

Comments
 (0)