Skip to content

Commit c38366e

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 979cd07 commit c38366e

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.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
549549
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
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"
@@ -836,6 +848,11 @@
836848
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
837849
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
838850

851+
"@pkgjs/parseargs@^0.11.0":
852+
version "0.11.0"
853+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
854+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
855+
839856
"@pkgr/core@^0.1.0":
840857
version "0.1.1"
841858
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -1236,6 +1253,11 @@ ansi-regex@^5.0.1:
12361253
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
12371254
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
12381255

1256+
ansi-regex@^6.0.1:
1257+
version "6.1.0"
1258+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1259+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
1260+
12391261
ansi-styles@^3.2.1:
12401262
version "3.2.1"
12411263
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1255,6 +1277,11 @@ ansi-styles@^5.0.0:
12551277
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
12561278
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
12571279

1280+
ansi-styles@^6.1.0:
1281+
version "6.2.1"
1282+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1283+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1284+
12581285
anymatch@^3.0.3:
12591286
version "3.1.3"
12601287
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
@@ -1574,7 +1601,7 @@ chalk@^2.4.2:
15741601
escape-string-regexp "^1.0.5"
15751602
supports-color "^5.3.0"
15761603

1577-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2:
1604+
chalk@^4.0.0, chalk@^4.0.2:
15781605
version "4.1.2"
15791606
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
15801607
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1814,6 +1841,11 @@ doctrine@^3.0.0:
18141841
dependencies:
18151842
esutils "^2.0.2"
18161843

1844+
eastasianwidth@^0.2.0:
1845+
version "0.2.0"
1846+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1847+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1848+
18171849
ejs@^3.1.10:
18181850
version "3.1.10"
18191851
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
@@ -2426,7 +2458,7 @@ foreground-child@^2.0.0:
24262458
cross-spawn "^7.0.0"
24272459
signal-exit "^3.0.2"
24282460

2429-
foreground-child@^3.3.0:
2461+
foreground-child@^3.1.0, foreground-child@^3.3.0:
24302462
version "3.3.0"
24312463
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
24322464
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
@@ -2530,6 +2562,18 @@ glob-parent@^6.0.2:
25302562
dependencies:
25312563
is-glob "^4.0.3"
25322564

2565+
glob@^10.4.2:
2566+
version "10.4.5"
2567+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
2568+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
2569+
dependencies:
2570+
foreground-child "^3.1.0"
2571+
jackspeak "^3.1.2"
2572+
minimatch "^9.0.4"
2573+
minipass "^7.1.2"
2574+
package-json-from-dist "^1.0.0"
2575+
path-scurry "^1.11.1"
2576+
25332577
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
25342578
version "7.2.3"
25352579
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -2542,17 +2586,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
25422586
once "^1.3.0"
25432587
path-is-absolute "^1.0.0"
25442588

2545-
glob@^8.1.0:
2546-
version "8.1.0"
2547-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
2548-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
2549-
dependencies:
2550-
fs.realpath "^1.0.0"
2551-
inflight "^1.0.4"
2552-
inherits "2"
2553-
minimatch "^5.0.1"
2554-
once "^1.3.0"
2555-
25562589
globals@^11.1.0:
25572590
version "11.12.0"
25582591
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -3016,6 +3049,15 @@ iterator.prototype@^1.1.2:
30163049
reflect.getprototypeof "^1.0.4"
30173050
set-function-name "^2.0.1"
30183051

3052+
jackspeak@^3.1.2:
3053+
version "3.4.3"
3054+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
3055+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
3056+
dependencies:
3057+
"@isaacs/cliui" "^8.0.2"
3058+
optionalDependencies:
3059+
"@pkgjs/parseargs" "^0.11.0"
3060+
30193061
jake@^10.8.5:
30203062
version "10.9.2"
30213063
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -3542,6 +3584,11 @@ [email protected]:
35423584
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
35433585
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
35443586

3587+
lru-cache@^10.2.0:
3588+
version "10.4.3"
3589+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3590+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3591+
35453592
lru-cache@^5.1.1:
35463593
version "5.1.1"
35473594
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3631,6 +3678,11 @@ minimist@^1.2.0, minimist@^1.2.6:
36313678
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
36323679
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
36333680

3681+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
3682+
version "7.1.2"
3683+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3684+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
3685+
36343686
36353687
version "2.1.2"
36363688
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -3842,6 +3894,11 @@ package-hash@^4.0.0:
38423894
lodash.flattendeep "^4.4.0"
38433895
release-zalgo "^1.0.0"
38443896

3897+
package-json-from-dist@^1.0.0:
3898+
version "1.0.1"
3899+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
3900+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
3901+
38453902
parent-module@^1.0.0:
38463903
version "1.0.1"
38473904
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3879,6 +3936,14 @@ path-parse@^1.0.7:
38793936
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
38803937
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
38813938

3939+
path-scurry@^1.11.1:
3940+
version "1.11.1"
3941+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
3942+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
3943+
dependencies:
3944+
lru-cache "^10.2.0"
3945+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3946+
38823947
path-type@^4.0.0:
38833948
version "4.0.0"
38843949
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -4002,13 +4067,13 @@ release-zalgo@^1.0.0:
40024067
dependencies:
40034068
es6-error "^4.0.1"
40044069

4005-
replace-in-file@^7.1.0:
4006-
version "7.2.0"
4007-
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.2.0.tgz#bd66f97202ae2196fc9126d3bceab1dda68b7cc2"
4008-
integrity sha512-CiLXVop3o8/h2Kd1PwKPPimmS9wUV0Ki6Fl8+1ITD35nB3Gl/PrW5IONpTE0AXk0z4v8WYcpEpdeZqMXvSnWpg==
4070+
replace-in-file@^8.2.0:
4071+
version "8.2.0"
4072+
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-8.2.0.tgz#5284a5ce0f1a04f3118b9afd4e2dfc15250c7ba8"
4073+
integrity sha512-hMsQtdYHwWviQT5ZbNsgfu0WuCiNlcUSnnD+aHAL081kbU9dPkPocDaHlDvAHKydTWWpx1apfcEcmvIyQk3CpQ==
40094074
dependencies:
4010-
chalk "^4.1.2"
4011-
glob "^8.1.0"
4075+
chalk "^5.3.0"
4076+
glob "^10.4.2"
40124077
yargs "^17.7.2"
40134078

40144079
require-directory@^2.1.1:
@@ -4225,6 +4290,15 @@ string-length@^4.0.1:
42254290
char-regex "^1.0.2"
42264291
strip-ansi "^6.0.0"
42274292

4293+
"string-width-cjs@npm:string-width@^4.2.0":
4294+
version "4.2.3"
4295+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4296+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4297+
dependencies:
4298+
emoji-regex "^8.0.0"
4299+
is-fullwidth-code-point "^3.0.0"
4300+
strip-ansi "^6.0.1"
4301+
42284302
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
42294303
version "4.2.3"
42304304
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4234,6 +4308,15 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
42344308
is-fullwidth-code-point "^3.0.0"
42354309
strip-ansi "^6.0.1"
42364310

4311+
string-width@^5.0.1, string-width@^5.1.2:
4312+
version "5.1.2"
4313+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
4314+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
4315+
dependencies:
4316+
eastasianwidth "^0.2.0"
4317+
emoji-regex "^9.2.2"
4318+
strip-ansi "^7.0.1"
4319+
42374320
string.prototype.trim@^1.2.8:
42384321
version "1.2.8"
42394322
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
@@ -4261,13 +4344,27 @@ string.prototype.trimstart@^1.0.7:
42614344
define-properties "^1.2.0"
42624345
es-abstract "^1.22.1"
42634346

4347+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4348+
version "6.0.1"
4349+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4350+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4351+
dependencies:
4352+
ansi-regex "^5.0.1"
4353+
42644354
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
42654355
version "6.0.1"
42664356
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
42674357
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
42684358
dependencies:
42694359
ansi-regex "^5.0.1"
42704360

4361+
strip-ansi@^7.0.1:
4362+
version "7.1.0"
4363+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
4364+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
4365+
dependencies:
4366+
ansi-regex "^6.0.1"
4367+
42714368
strip-bom@^3.0.0:
42724369
version "3.0.0"
42734370
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -4619,6 +4716,15 @@ word-wrap@^1.2.5:
46194716
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
46204717
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
46214718

4719+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4720+
version "7.0.0"
4721+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4722+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4723+
dependencies:
4724+
ansi-styles "^4.0.0"
4725+
string-width "^4.1.0"
4726+
strip-ansi "^6.0.0"
4727+
46224728
wrap-ansi@^6.2.0:
46234729
version "6.2.0"
46244730
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -4637,6 +4743,15 @@ wrap-ansi@^7.0.0:
46374743
string-width "^4.1.0"
46384744
strip-ansi "^6.0.0"
46394745

4746+
wrap-ansi@^8.1.0:
4747+
version "8.1.0"
4748+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
4749+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
4750+
dependencies:
4751+
ansi-styles "^6.1.0"
4752+
string-width "^5.0.1"
4753+
strip-ansi "^7.0.1"
4754+
46404755
wrappy@1:
46414756
version "1.0.2"
46424757
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)