Skip to content

Commit 5f65d44

Browse files
fix(deps): bump replace-in-file from 7.1.0 to 8.2.0
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 7.1.0 to 8.2.0. - [Release notes](https://github.com/adamreisnz/replace-in-file/releases) - [Changelog](https://github.com/adamreisnz/replace-in-file/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamreisnz/replace-in-file/commits) --- updated-dependencies: - dependency-name: replace-in-file dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef62806 commit 5f65d44

File tree

2 files changed

+135
-20
lines changed

2 files changed

+135
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"chalk": "^5.3.0",
4242
"figlet": "^1.7.0",
43-
"replace-in-file": "^7.1.0",
43+
"replace-in-file": "^8.2.0",
4444
"showdown": "^2.1.0",
4545
"yaml": "^2.3.4",
4646
"yargs": "^17.7.2"

yarn.lock

Lines changed: 134 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,18 @@
548548
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
549549
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
550550

551+
"@isaacs/cliui@^8.0.2":
552+
version "8.0.2"
553+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
554+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
555+
dependencies:
556+
string-width "^5.1.2"
557+
string-width-cjs "npm:string-width@^4.2.0"
558+
strip-ansi "^7.0.1"
559+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
560+
wrap-ansi "^8.1.0"
561+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
562+
551563
"@istanbuljs/load-nyc-config@^1.0.0":
552564
version "1.1.0"
553565
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -831,6 +843,11 @@
831843
"@nodelib/fs.scandir" "2.1.5"
832844
fastq "^1.6.0"
833845

846+
"@pkgjs/parseargs@^0.11.0":
847+
version "0.11.0"
848+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
849+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
850+
834851
"@pkgr/core@^0.1.0":
835852
version "0.1.1"
836853
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -1231,6 +1248,11 @@ ansi-regex@^5.0.1:
12311248
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
12321249
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
12331250

1251+
ansi-regex@^6.0.1:
1252+
version "6.1.0"
1253+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1254+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
1255+
12341256
ansi-styles@^3.2.1:
12351257
version "3.2.1"
12361258
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1250,6 +1272,11 @@ ansi-styles@^5.0.0:
12501272
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
12511273
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
12521274

1275+
ansi-styles@^6.1.0:
1276+
version "6.2.1"
1277+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1278+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1279+
12531280
anymatch@^3.0.3:
12541281
version "3.1.3"
12551282
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
@@ -1569,7 +1596,7 @@ chalk@^2.4.2:
15691596
escape-string-regexp "^1.0.5"
15701597
supports-color "^5.3.0"
15711598

1572-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2:
1599+
chalk@^4.0.0, chalk@^4.0.2:
15731600
version "4.1.2"
15741601
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
15751602
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1802,6 +1829,11 @@ doctrine@^3.0.0:
18021829
dependencies:
18031830
esutils "^2.0.2"
18041831

1832+
eastasianwidth@^0.2.0:
1833+
version "0.2.0"
1834+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1835+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1836+
18051837
ejs@^3.1.10:
18061838
version "3.1.10"
18071839
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
@@ -2398,7 +2430,7 @@ foreground-child@^2.0.0:
23982430
cross-spawn "^7.0.0"
23992431
signal-exit "^3.0.2"
24002432

2401-
foreground-child@^3.3.0:
2433+
foreground-child@^3.1.0, foreground-child@^3.3.0:
24022434
version "3.3.0"
24032435
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
24042436
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
@@ -2502,6 +2534,18 @@ glob-parent@^6.0.2:
25022534
dependencies:
25032535
is-glob "^4.0.3"
25042536

2537+
glob@^10.4.2:
2538+
version "10.4.5"
2539+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
2540+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
2541+
dependencies:
2542+
foreground-child "^3.1.0"
2543+
jackspeak "^3.1.2"
2544+
minimatch "^9.0.4"
2545+
minipass "^7.1.2"
2546+
package-json-from-dist "^1.0.0"
2547+
path-scurry "^1.11.1"
2548+
25052549
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
25062550
version "7.2.3"
25072551
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -2514,17 +2558,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
25142558
once "^1.3.0"
25152559
path-is-absolute "^1.0.0"
25162560

2517-
glob@^8.1.0:
2518-
version "8.1.0"
2519-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
2520-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
2521-
dependencies:
2522-
fs.realpath "^1.0.0"
2523-
inflight "^1.0.4"
2524-
inherits "2"
2525-
minimatch "^5.0.1"
2526-
once "^1.3.0"
2527-
25282561
globals@^11.1.0:
25292562
version "11.12.0"
25302563
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2976,6 +3009,15 @@ iterator.prototype@^1.1.2:
29763009
reflect.getprototypeof "^1.0.4"
29773010
set-function-name "^2.0.1"
29783011

3012+
jackspeak@^3.1.2:
3013+
version "3.4.3"
3014+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
3015+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
3016+
dependencies:
3017+
"@isaacs/cliui" "^8.0.2"
3018+
optionalDependencies:
3019+
"@pkgjs/parseargs" "^0.11.0"
3020+
29793021
jake@^10.8.5:
29803022
version "10.9.2"
29813023
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -3502,6 +3544,11 @@ [email protected]:
35023544
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
35033545
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
35043546

3547+
lru-cache@^10.2.0:
3548+
version "10.4.3"
3549+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3550+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3551+
35053552
lru-cache@^5.1.1:
35063553
version "5.1.1"
35073554
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3591,6 +3638,11 @@ minimist@^1.2.0, minimist@^1.2.6:
35913638
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
35923639
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
35933640

3641+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
3642+
version "7.1.2"
3643+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3644+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
3645+
35943646
35953647
version "2.1.2"
35963648
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -3802,6 +3854,11 @@ package-hash@^4.0.0:
38023854
lodash.flattendeep "^4.4.0"
38033855
release-zalgo "^1.0.0"
38043856

3857+
package-json-from-dist@^1.0.0:
3858+
version "1.0.1"
3859+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
3860+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
3861+
38053862
parent-module@^1.0.0:
38063863
version "1.0.1"
38073864
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3839,6 +3896,14 @@ path-parse@^1.0.7:
38393896
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
38403897
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
38413898

3899+
path-scurry@^1.11.1:
3900+
version "1.11.1"
3901+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
3902+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
3903+
dependencies:
3904+
lru-cache "^10.2.0"
3905+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3906+
38423907
path-type@^4.0.0:
38433908
version "4.0.0"
38443909
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -3962,13 +4027,13 @@ release-zalgo@^1.0.0:
39624027
dependencies:
39634028
es6-error "^4.0.1"
39644029

3965-
replace-in-file@^7.1.0:
3966-
version "7.1.0"
3967-
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.1.0.tgz#ec5d50283a3ce835d62c99d90700aacbada1d2f8"
3968-
integrity sha512-1uZmJ78WtqNYCSuPC9IWbweXkGxPOtk2rKuar8diTw7naVIQZiE3Tm8ACx2PCMXDtVH6N+XxwaRY2qZ2xHPqXw==
4030+
replace-in-file@^8.2.0:
4031+
version "8.2.0"
4032+
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-8.2.0.tgz#5284a5ce0f1a04f3118b9afd4e2dfc15250c7ba8"
4033+
integrity sha512-hMsQtdYHwWviQT5ZbNsgfu0WuCiNlcUSnnD+aHAL081kbU9dPkPocDaHlDvAHKydTWWpx1apfcEcmvIyQk3CpQ==
39694034
dependencies:
3970-
chalk "^4.1.2"
3971-
glob "^8.1.0"
4035+
chalk "^5.3.0"
4036+
glob "^10.4.2"
39724037
yargs "^17.7.2"
39734038

39744039
require-directory@^2.1.1:
@@ -4185,6 +4250,15 @@ string-length@^4.0.1:
41854250
char-regex "^1.0.2"
41864251
strip-ansi "^6.0.0"
41874252

4253+
"string-width-cjs@npm:string-width@^4.2.0":
4254+
version "4.2.3"
4255+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4256+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4257+
dependencies:
4258+
emoji-regex "^8.0.0"
4259+
is-fullwidth-code-point "^3.0.0"
4260+
strip-ansi "^6.0.1"
4261+
41884262
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
41894263
version "4.2.3"
41904264
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4194,6 +4268,15 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
41944268
is-fullwidth-code-point "^3.0.0"
41954269
strip-ansi "^6.0.1"
41964270

4271+
string-width@^5.0.1, string-width@^5.1.2:
4272+
version "5.1.2"
4273+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
4274+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
4275+
dependencies:
4276+
eastasianwidth "^0.2.0"
4277+
emoji-regex "^9.2.2"
4278+
strip-ansi "^7.0.1"
4279+
41974280
string.prototype.trim@^1.2.8:
41984281
version "1.2.8"
41994282
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
@@ -4221,13 +4304,27 @@ string.prototype.trimstart@^1.0.7:
42214304
define-properties "^1.2.0"
42224305
es-abstract "^1.22.1"
42234306

4307+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4308+
version "6.0.1"
4309+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4310+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4311+
dependencies:
4312+
ansi-regex "^5.0.1"
4313+
42244314
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
42254315
version "6.0.1"
42264316
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
42274317
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
42284318
dependencies:
42294319
ansi-regex "^5.0.1"
42304320

4321+
strip-ansi@^7.0.1:
4322+
version "7.1.0"
4323+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
4324+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
4325+
dependencies:
4326+
ansi-regex "^6.0.1"
4327+
42314328
strip-bom@^3.0.0:
42324329
version "3.0.0"
42334330
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -4566,6 +4663,15 @@ which@^2.0.1:
45664663
dependencies:
45674664
isexe "^2.0.0"
45684665

4666+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4667+
version "7.0.0"
4668+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4669+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4670+
dependencies:
4671+
ansi-styles "^4.0.0"
4672+
string-width "^4.1.0"
4673+
strip-ansi "^6.0.0"
4674+
45694675
wrap-ansi@^6.2.0:
45704676
version "6.2.0"
45714677
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -4584,6 +4690,15 @@ wrap-ansi@^7.0.0:
45844690
string-width "^4.1.0"
45854691
strip-ansi "^6.0.0"
45864692

4693+
wrap-ansi@^8.1.0:
4694+
version "8.1.0"
4695+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
4696+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
4697+
dependencies:
4698+
ansi-styles "^6.1.0"
4699+
string-width "^5.0.1"
4700+
strip-ansi "^7.0.1"
4701+
45874702
wrappy@1:
45884703
version "1.0.2"
45894704
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)