Skip to content

Commit 05fcf66

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 92755ae commit 05fcf66

File tree

2 files changed

+147
-19
lines changed

2 files changed

+147
-19
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: 146 additions & 18 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"
@@ -1185,6 +1202,11 @@ ansi-regex@^5.0.1:
11851202
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
11861203
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
11871204

1205+
ansi-regex@^6.0.1:
1206+
version "6.1.0"
1207+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1208+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
1209+
11881210
ansi-styles@^3.2.1:
11891211
version "3.2.1"
11901212
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1204,6 +1226,11 @@ ansi-styles@^5.0.0:
12041226
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
12051227
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
12061228

1229+
ansi-styles@^6.1.0:
1230+
version "6.2.1"
1231+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1232+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1233+
12071234
anymatch@^3.0.3:
12081235
version "3.1.3"
12091236
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
@@ -1523,7 +1550,7 @@ chalk@^2.4.2:
15231550
escape-string-regexp "^1.0.5"
15241551
supports-color "^5.3.0"
15251552

1526-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2:
1553+
chalk@^4.0.0, chalk@^4.0.2:
15271554
version "4.1.2"
15281555
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
15291556
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1756,6 +1783,11 @@ doctrine@^3.0.0:
17561783
dependencies:
17571784
esutils "^2.0.2"
17581785

1786+
eastasianwidth@^0.2.0:
1787+
version "0.2.0"
1788+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1789+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1790+
17591791
ejs@^3.1.10:
17601792
version "3.1.10"
17611793
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
@@ -2352,6 +2384,14 @@ foreground-child@^2.0.0:
23522384
cross-spawn "^7.0.0"
23532385
signal-exit "^3.0.2"
23542386

2387+
foreground-child@^3.1.0:
2388+
version "3.3.0"
2389+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
2390+
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
2391+
dependencies:
2392+
cross-spawn "^7.0.0"
2393+
signal-exit "^4.0.1"
2394+
23552395
fromentries@^1.2.0:
23562396
version "1.3.2"
23572397
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
@@ -2448,6 +2488,18 @@ glob-parent@^6.0.2:
24482488
dependencies:
24492489
is-glob "^4.0.3"
24502490

2491+
glob@^10.4.2:
2492+
version "10.4.5"
2493+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
2494+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
2495+
dependencies:
2496+
foreground-child "^3.1.0"
2497+
jackspeak "^3.1.2"
2498+
minimatch "^9.0.4"
2499+
minipass "^7.1.2"
2500+
package-json-from-dist "^1.0.0"
2501+
path-scurry "^1.11.1"
2502+
24512503
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
24522504
version "7.2.3"
24532505
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -2460,17 +2512,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
24602512
once "^1.3.0"
24612513
path-is-absolute "^1.0.0"
24622514

2463-
glob@^8.1.0:
2464-
version "8.1.0"
2465-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
2466-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
2467-
dependencies:
2468-
fs.realpath "^1.0.0"
2469-
inflight "^1.0.4"
2470-
inherits "2"
2471-
minimatch "^5.0.1"
2472-
once "^1.3.0"
2473-
24742515
globals@^11.1.0:
24752516
version "11.12.0"
24762517
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2922,6 +2963,15 @@ iterator.prototype@^1.1.2:
29222963
reflect.getprototypeof "^1.0.4"
29232964
set-function-name "^2.0.1"
29242965

2966+
jackspeak@^3.1.2:
2967+
version "3.4.3"
2968+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
2969+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
2970+
dependencies:
2971+
"@isaacs/cliui" "^8.0.2"
2972+
optionalDependencies:
2973+
"@pkgjs/parseargs" "^0.11.0"
2974+
29252975
jake@^10.8.5:
29262976
version "10.9.2"
29272977
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -3448,6 +3498,11 @@ [email protected]:
34483498
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
34493499
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
34503500

3501+
lru-cache@^10.2.0:
3502+
version "10.4.3"
3503+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3504+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3505+
34513506
lru-cache@^5.1.1:
34523507
version "5.1.1"
34533508
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3537,6 +3592,11 @@ minimist@^1.2.0, minimist@^1.2.6:
35373592
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
35383593
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
35393594

3595+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
3596+
version "7.1.2"
3597+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3598+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
3599+
35403600
35413601
version "2.1.2"
35423602
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -3748,6 +3808,11 @@ package-hash@^4.0.0:
37483808
lodash.flattendeep "^4.4.0"
37493809
release-zalgo "^1.0.0"
37503810

3811+
package-json-from-dist@^1.0.0:
3812+
version "1.0.1"
3813+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
3814+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
3815+
37513816
parent-module@^1.0.0:
37523817
version "1.0.1"
37533818
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3785,6 +3850,14 @@ path-parse@^1.0.7:
37853850
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
37863851
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
37873852

3853+
path-scurry@^1.11.1:
3854+
version "1.11.1"
3855+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
3856+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
3857+
dependencies:
3858+
lru-cache "^10.2.0"
3859+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3860+
37883861
path-type@^4.0.0:
37893862
version "4.0.0"
37903863
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -3908,13 +3981,13 @@ release-zalgo@^1.0.0:
39083981
dependencies:
39093982
es6-error "^4.0.1"
39103983

3911-
replace-in-file@^7.1.0:
3912-
version "7.1.0"
3913-
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.1.0.tgz#ec5d50283a3ce835d62c99d90700aacbada1d2f8"
3914-
integrity sha512-1uZmJ78WtqNYCSuPC9IWbweXkGxPOtk2rKuar8diTw7naVIQZiE3Tm8ACx2PCMXDtVH6N+XxwaRY2qZ2xHPqXw==
3984+
replace-in-file@^8.2.0:
3985+
version "8.2.0"
3986+
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-8.2.0.tgz#5284a5ce0f1a04f3118b9afd4e2dfc15250c7ba8"
3987+
integrity sha512-hMsQtdYHwWviQT5ZbNsgfu0WuCiNlcUSnnD+aHAL081kbU9dPkPocDaHlDvAHKydTWWpx1apfcEcmvIyQk3CpQ==
39153988
dependencies:
3916-
chalk "^4.1.2"
3917-
glob "^8.1.0"
3989+
chalk "^5.3.0"
3990+
glob "^10.4.2"
39183991
yargs "^17.7.2"
39193992

39203993
require-directory@^2.1.1:
@@ -4071,6 +4144,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
40714144
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
40724145
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
40734146

4147+
signal-exit@^4.0.1:
4148+
version "4.1.0"
4149+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
4150+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
4151+
40744152
sisteransi@^1.0.5:
40754153
version "1.0.5"
40764154
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -4126,6 +4204,15 @@ string-length@^4.0.1:
41264204
char-regex "^1.0.2"
41274205
strip-ansi "^6.0.0"
41284206

4207+
"string-width-cjs@npm:string-width@^4.2.0":
4208+
version "4.2.3"
4209+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4210+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4211+
dependencies:
4212+
emoji-regex "^8.0.0"
4213+
is-fullwidth-code-point "^3.0.0"
4214+
strip-ansi "^6.0.1"
4215+
41294216
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
41304217
version "4.2.3"
41314218
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4135,6 +4222,15 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
41354222
is-fullwidth-code-point "^3.0.0"
41364223
strip-ansi "^6.0.1"
41374224

4225+
string-width@^5.0.1, string-width@^5.1.2:
4226+
version "5.1.2"
4227+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
4228+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
4229+
dependencies:
4230+
eastasianwidth "^0.2.0"
4231+
emoji-regex "^9.2.2"
4232+
strip-ansi "^7.0.1"
4233+
41384234
string.prototype.trim@^1.2.8:
41394235
version "1.2.8"
41404236
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
@@ -4162,13 +4258,27 @@ string.prototype.trimstart@^1.0.7:
41624258
define-properties "^1.2.0"
41634259
es-abstract "^1.22.1"
41644260

4261+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4262+
version "6.0.1"
4263+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4264+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4265+
dependencies:
4266+
ansi-regex "^5.0.1"
4267+
41654268
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
41664269
version "6.0.1"
41674270
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
41684271
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
41694272
dependencies:
41704273
ansi-regex "^5.0.1"
41714274

4275+
strip-ansi@^7.0.1:
4276+
version "7.1.0"
4277+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
4278+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
4279+
dependencies:
4280+
ansi-regex "^6.0.1"
4281+
41724282
strip-bom@^3.0.0:
41734283
version "3.0.0"
41744284
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -4507,6 +4617,15 @@ which@^2.0.1:
45074617
dependencies:
45084618
isexe "^2.0.0"
45094619

4620+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4621+
version "7.0.0"
4622+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4623+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4624+
dependencies:
4625+
ansi-styles "^4.0.0"
4626+
string-width "^4.1.0"
4627+
strip-ansi "^6.0.0"
4628+
45104629
wrap-ansi@^6.2.0:
45114630
version "6.2.0"
45124631
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -4525,6 +4644,15 @@ wrap-ansi@^7.0.0:
45254644
string-width "^4.1.0"
45264645
strip-ansi "^6.0.0"
45274646

4647+
wrap-ansi@^8.1.0:
4648+
version "8.1.0"
4649+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
4650+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
4651+
dependencies:
4652+
ansi-styles "^6.1.0"
4653+
string-width "^5.0.1"
4654+
strip-ansi "^7.0.1"
4655+
45284656
wrappy@1:
45294657
version "1.0.2"
45304658
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)