Skip to content

Commit 3273c01

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 7fdd9e3 commit 3273c01

File tree

2 files changed

+147
-26
lines changed

2 files changed

+147
-26
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 & 25 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"
@@ -1518,7 +1545,7 @@ chalk@^2.4.2:
15181545
escape-string-regexp "^1.0.5"
15191546
supports-color "^5.3.0"
15201547

1521-
chalk@^4.0.0, chalk@^4.1.2:
1548+
chalk@^4.0.0:
15221549
version "4.1.2"
15231550
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
15241551
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1751,6 +1778,11 @@ doctrine@^3.0.0:
17511778
dependencies:
17521779
esutils "^2.0.2"
17531780

1781+
eastasianwidth@^0.2.0:
1782+
version "0.2.0"
1783+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1784+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1785+
17541786
electron-to-chromium@^1.4.668:
17551787
version "1.4.669"
17561788
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.669.tgz#37e9cc16cc2fbdd8e06a46fc1fd3a1249e091f64"
@@ -2333,6 +2365,14 @@ foreground-child@^2.0.0:
23332365
cross-spawn "^7.0.0"
23342366
signal-exit "^3.0.2"
23352367

2368+
foreground-child@^3.1.0:
2369+
version "3.3.0"
2370+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
2371+
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
2372+
dependencies:
2373+
cross-spawn "^7.0.0"
2374+
signal-exit "^4.0.1"
2375+
23362376
fromentries@^1.2.0:
23372377
version "1.3.2"
23382378
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
@@ -2429,6 +2469,18 @@ glob-parent@^6.0.2:
24292469
dependencies:
24302470
is-glob "^4.0.3"
24312471

2472+
glob@^10.4.2:
2473+
version "10.4.5"
2474+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
2475+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
2476+
dependencies:
2477+
foreground-child "^3.1.0"
2478+
jackspeak "^3.1.2"
2479+
minimatch "^9.0.4"
2480+
minipass "^7.1.2"
2481+
package-json-from-dist "^1.0.0"
2482+
path-scurry "^1.11.1"
2483+
24322484
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
24332485
version "7.2.3"
24342486
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -2441,17 +2493,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
24412493
once "^1.3.0"
24422494
path-is-absolute "^1.0.0"
24432495

2444-
glob@^8.1.0:
2445-
version "8.1.0"
2446-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
2447-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
2448-
dependencies:
2449-
fs.realpath "^1.0.0"
2450-
inflight "^1.0.4"
2451-
inherits "2"
2452-
minimatch "^5.0.1"
2453-
once "^1.3.0"
2454-
24552496
globals@^11.1.0:
24562497
version "11.12.0"
24572498
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2903,6 +2944,15 @@ iterator.prototype@^1.1.2:
29032944
reflect.getprototypeof "^1.0.4"
29042945
set-function-name "^2.0.1"
29052946

2947+
jackspeak@^3.1.2:
2948+
version "3.4.3"
2949+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
2950+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
2951+
dependencies:
2952+
"@isaacs/cliui" "^8.0.2"
2953+
optionalDependencies:
2954+
"@pkgjs/parseargs" "^0.11.0"
2955+
29062956
jest-changed-files@^29.7.0:
29072957
version "29.7.0"
29082958
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -3419,6 +3469,11 @@ [email protected]:
34193469
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
34203470
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
34213471

3472+
lru-cache@^10.2.0:
3473+
version "10.4.3"
3474+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3475+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3476+
34223477
lru-cache@^5.1.1:
34233478
version "5.1.1"
34243479
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3496,13 +3551,6 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
34963551
dependencies:
34973552
brace-expansion "^1.1.7"
34983553

3499-
minimatch@^5.0.1:
3500-
version "5.1.6"
3501-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
3502-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
3503-
dependencies:
3504-
brace-expansion "^2.0.1"
3505-
35063554
minimatch@^9.0.4:
35073555
version "9.0.4"
35083556
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -3515,6 +3563,11 @@ minimist@^1.2.0, minimist@^1.2.6:
35153563
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
35163564
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
35173565

3566+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
3567+
version "7.1.2"
3568+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3569+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
3570+
35183571
35193572
version "2.1.2"
35203573
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -3726,6 +3779,11 @@ package-hash@^4.0.0:
37263779
lodash.flattendeep "^4.4.0"
37273780
release-zalgo "^1.0.0"
37283781

3782+
package-json-from-dist@^1.0.0:
3783+
version "1.0.0"
3784+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
3785+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
3786+
37293787
parent-module@^1.0.0:
37303788
version "1.0.1"
37313789
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3763,6 +3821,14 @@ path-parse@^1.0.7:
37633821
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
37643822
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
37653823

3824+
path-scurry@^1.11.1:
3825+
version "1.11.1"
3826+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
3827+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
3828+
dependencies:
3829+
lru-cache "^10.2.0"
3830+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3831+
37663832
path-type@^4.0.0:
37673833
version "4.0.0"
37683834
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -3886,13 +3952,13 @@ release-zalgo@^1.0.0:
38863952
dependencies:
38873953
es6-error "^4.0.1"
38883954

3889-
replace-in-file@^7.1.0:
3890-
version "7.1.0"
3891-
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.1.0.tgz#ec5d50283a3ce835d62c99d90700aacbada1d2f8"
3892-
integrity sha512-1uZmJ78WtqNYCSuPC9IWbweXkGxPOtk2rKuar8diTw7naVIQZiE3Tm8ACx2PCMXDtVH6N+XxwaRY2qZ2xHPqXw==
3955+
replace-in-file@^8.2.0:
3956+
version "8.2.0"
3957+
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-8.2.0.tgz#5284a5ce0f1a04f3118b9afd4e2dfc15250c7ba8"
3958+
integrity sha512-hMsQtdYHwWviQT5ZbNsgfu0WuCiNlcUSnnD+aHAL081kbU9dPkPocDaHlDvAHKydTWWpx1apfcEcmvIyQk3CpQ==
38933959
dependencies:
3894-
chalk "^4.1.2"
3895-
glob "^8.1.0"
3960+
chalk "^5.3.0"
3961+
glob "^10.4.2"
38963962
yargs "^17.7.2"
38973963

38983964
require-directory@^2.1.1:
@@ -4051,6 +4117,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
40514117
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
40524118
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
40534119

4120+
signal-exit@^4.0.1:
4121+
version "4.1.0"
4122+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
4123+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
4124+
40544125
sisteransi@^1.0.5:
40554126
version "1.0.5"
40564127
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -4106,6 +4177,15 @@ string-length@^4.0.1:
41064177
char-regex "^1.0.2"
41074178
strip-ansi "^6.0.0"
41084179

4180+
"string-width-cjs@npm:string-width@^4.2.0":
4181+
version "4.2.3"
4182+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4183+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4184+
dependencies:
4185+
emoji-regex "^8.0.0"
4186+
is-fullwidth-code-point "^3.0.0"
4187+
strip-ansi "^6.0.1"
4188+
41094189
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
41104190
version "4.2.3"
41114191
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4115,6 +4195,15 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
41154195
is-fullwidth-code-point "^3.0.0"
41164196
strip-ansi "^6.0.1"
41174197

4198+
string-width@^5.0.1, string-width@^5.1.2:
4199+
version "5.1.2"
4200+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
4201+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
4202+
dependencies:
4203+
eastasianwidth "^0.2.0"
4204+
emoji-regex "^9.2.2"
4205+
strip-ansi "^7.0.1"
4206+
41184207
string.prototype.trim@^1.2.8:
41194208
version "1.2.8"
41204209
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
@@ -4142,13 +4231,27 @@ string.prototype.trimstart@^1.0.7:
41424231
define-properties "^1.2.0"
41434232
es-abstract "^1.22.1"
41444233

4234+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4235+
version "6.0.1"
4236+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4237+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4238+
dependencies:
4239+
ansi-regex "^5.0.1"
4240+
41454241
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
41464242
version "6.0.1"
41474243
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
41484244
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
41494245
dependencies:
41504246
ansi-regex "^5.0.1"
41514247

4248+
strip-ansi@^7.0.1:
4249+
version "7.1.0"
4250+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
4251+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
4252+
dependencies:
4253+
ansi-regex "^6.0.1"
4254+
41524255
strip-bom@^3.0.0:
41534256
version "3.0.0"
41544257
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -4486,6 +4589,15 @@ which@^2.0.1:
44864589
dependencies:
44874590
isexe "^2.0.0"
44884591

4592+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4593+
version "7.0.0"
4594+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4595+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4596+
dependencies:
4597+
ansi-styles "^4.0.0"
4598+
string-width "^4.1.0"
4599+
strip-ansi "^6.0.0"
4600+
44894601
wrap-ansi@^6.2.0:
44904602
version "6.2.0"
44914603
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -4504,6 +4616,15 @@ wrap-ansi@^7.0.0:
45044616
string-width "^4.1.0"
45054617
strip-ansi "^6.0.0"
45064618

4619+
wrap-ansi@^8.1.0:
4620+
version "8.1.0"
4621+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
4622+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
4623+
dependencies:
4624+
ansi-styles "^6.1.0"
4625+
string-width "^5.0.1"
4626+
strip-ansi "^7.0.1"
4627+
45074628
wrappy@1:
45084629
version "1.0.2"
45094630
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)