Skip to content

Commit 9bb1549

Browse files
chore(deps): update dependency rimraf to v6
1 parent 34776b6 commit 9bb1549

2 files changed

Lines changed: 56 additions & 125 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"npm-run-all2": "7.0.2",
6767
"pre-commit": "1.2.2",
6868
"prettier": "3.8.1",
69-
"rimraf": "5.0.10",
69+
"rimraf": "6.1.2",
7070
"rollup": "4.57.1",
7171
"rollup-plugin-dts": "6.3.0",
7272
"ts-jest": "29.4.6",

yarn.lock

Lines changed: 55 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,17 +1416,17 @@
14161416
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
14171417
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
14181418

1419-
"@isaacs/cliui@^8.0.2":
1420-
version "8.0.2"
1421-
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1422-
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1423-
dependencies:
1424-
string-width "^5.1.2"
1425-
string-width-cjs "npm:string-width@^4.2.0"
1426-
strip-ansi "^7.0.1"
1427-
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1428-
wrap-ansi "^8.1.0"
1429-
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1419+
"@isaacs/balanced-match@^4.0.1":
1420+
version "4.0.1"
1421+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1422+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1423+
1424+
"@isaacs/brace-expansion@^5.0.0":
1425+
version "5.0.0"
1426+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1427+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1428+
dependencies:
1429+
"@isaacs/balanced-match" "^4.0.1"
14301430

14311431
"@istanbuljs/load-nyc-config@^1.0.0":
14321432
version "1.1.0"
@@ -1785,11 +1785,6 @@
17851785
"@nodelib/fs.scandir" "2.1.5"
17861786
fastq "^1.6.0"
17871787

1788-
"@pkgjs/parseargs@^0.11.0":
1789-
version "0.11.0"
1790-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1791-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1792-
17931788
"@rollup/plugin-babel@6.1.0":
17941789
version "6.1.0"
17951790
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz#5766913722057f28a56365bb6c1ca61306c7e527"
@@ -2292,7 +2287,7 @@ ansi-styles@^5.0.0:
22922287
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
22932288
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
22942289

2295-
ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
2290+
ansi-styles@^6.0.0, ansi-styles@^6.2.1:
22962291
version "6.2.1"
22972292
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
22982293
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -2688,7 +2683,7 @@ cross-spawn@^5.0.1:
26882683
shebang-command "^1.2.0"
26892684
which "^1.2.9"
26902685

2691-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2686+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
26922687
version "7.0.3"
26932688
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
26942689
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -2776,11 +2771,6 @@ doctrine@^3.0.0:
27762771
dependencies:
27772772
esutils "^2.0.2"
27782773

2779-
eastasianwidth@^0.2.0:
2780-
version "0.2.0"
2781-
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
2782-
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
2783-
27842774
electron-to-chromium@^1.4.431:
27852775
version "1.4.461"
27862776
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.461.tgz#6b14af66042732bf883ab63a4d82cac8f35eb252"
@@ -2811,11 +2801,6 @@ emoji-regex@^8.0.0:
28112801
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
28122802
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
28132803

2814-
emoji-regex@^9.2.2:
2815-
version "9.2.2"
2816-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
2817-
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
2818-
28192804
environment@^1.0.0:
28202805
version "1.1.0"
28212806
resolved "https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz#8e86c66b180f363c7ab311787e0259665f45a9f1"
@@ -3164,14 +3149,6 @@ flatted@^3.1.0:
31643149
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
31653150
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
31663151

3167-
foreground-child@^3.1.0:
3168-
version "3.1.1"
3169-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
3170-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
3171-
dependencies:
3172-
cross-spawn "^7.0.0"
3173-
signal-exit "^4.0.1"
3174-
31753152
fs.realpath@^1.0.0:
31763153
version "1.0.0"
31773154
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -3236,16 +3213,14 @@ glob-parent@^6.0.2:
32363213
dependencies:
32373214
is-glob "^4.0.3"
32383215

3239-
glob@^10.3.7:
3240-
version "10.3.7"
3241-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
3242-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
3216+
glob@^13.0.0:
3217+
version "13.0.0"
3218+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
3219+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
32433220
dependencies:
3244-
foreground-child "^3.1.0"
3245-
jackspeak "^2.0.3"
3246-
minimatch "^9.0.1"
3247-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3248-
path-scurry "^1.10.1"
3221+
minimatch "^10.1.1"
3222+
minipass "^7.1.2"
3223+
path-scurry "^2.0.0"
32493224

32503225
glob@^7.1.3, glob@^7.1.4:
32513226
version "7.2.3"
@@ -3534,15 +3509,6 @@ istanbul-reports@^3.1.3:
35343509
html-escaper "^2.0.0"
35353510
istanbul-lib-report "^3.0.0"
35363511

3537-
jackspeak@^2.0.3:
3538-
version "2.2.1"
3539-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6"
3540-
integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==
3541-
dependencies:
3542-
"@isaacs/cliui" "^8.0.2"
3543-
optionalDependencies:
3544-
"@pkgjs/parseargs" "^0.11.0"
3545-
35463512
jest-changed-files@^29.7.0:
35473513
version "29.7.0"
35483514
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -4119,6 +4085,11 @@ log-update@^6.1.0:
41194085
strip-ansi "^7.1.0"
41204086
wrap-ansi "^9.0.0"
41214087

4088+
lru-cache@^11.0.0:
4089+
version "11.2.5"
4090+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.5.tgz#6811ae01652ae5d749948cdd80bcc22218c6744f"
4091+
integrity sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==
4092+
41224093
lru-cache@^4.0.1:
41234094
version "4.1.5"
41244095
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -4141,11 +4112,6 @@ lru-cache@^6.0.0:
41414112
dependencies:
41424113
yallist "^4.0.0"
41434114

4144-
"lru-cache@^9.1.1 || ^10.0.0":
4145-
version "10.0.0"
4146-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"
4147-
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==
4148-
41494115
magic-string@^0.30.21:
41504116
version "0.30.21"
41514117
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.21.tgz#56763ec09a0fa8091df27879fd94d19078c00d91"
@@ -4218,14 +4184,21 @@ mimic-function@^5.0.0:
42184184
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
42194185
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
42204186

4187+
minimatch@^10.1.1:
4188+
version "10.1.1"
4189+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
4190+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
4191+
dependencies:
4192+
"@isaacs/brace-expansion" "^5.0.0"
4193+
42214194
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
42224195
version "3.1.2"
42234196
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
42244197
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
42254198
dependencies:
42264199
brace-expansion "^1.1.7"
42274200

4228-
minimatch@^9.0.0, minimatch@^9.0.1:
4201+
minimatch@^9.0.0:
42294202
version "9.0.3"
42304203
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
42314204
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -4244,10 +4217,10 @@ minimist@^1.2.5:
42444217
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
42454218
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
42464219

4247-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
4248-
version "7.0.2"
4249-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e"
4250-
integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==
4220+
minipass@^7.1.2:
4221+
version "7.1.2"
4222+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4223+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
42514224

42524225
ms@2.1.2:
42534226
version "2.1.2"
@@ -4410,6 +4383,11 @@ p-try@^2.0.0:
44104383
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
44114384
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
44124385

4386+
package-json-from-dist@^1.0.1:
4387+
version "1.0.1"
4388+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
4389+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
4390+
44134391
parent-module@^1.0.0:
44144392
version "1.0.1"
44154393
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4452,13 +4430,13 @@ path-parse@^1.0.7:
44524430
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
44534431
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
44544432

4455-
path-scurry@^1.10.1:
4456-
version "1.10.1"
4457-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
4458-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
4433+
path-scurry@^2.0.0:
4434+
version "2.0.1"
4435+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
4436+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
44594437
dependencies:
4460-
lru-cache "^9.1.1 || ^10.0.0"
4461-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4438+
lru-cache "^11.0.0"
4439+
minipass "^7.1.2"
44624440

44634441
path-type@^4.0.0:
44644442
version "4.0.0"
@@ -4759,12 +4737,13 @@ rfdc@^1.4.1:
47594737
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
47604738
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
47614739

4762-
rimraf@5.0.10:
4763-
version "5.0.10"
4764-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
4765-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
4740+
rimraf@6.1.2:
4741+
version "6.1.2"
4742+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz#9a0f3cea2ab853e81291127422116ecf2a86ae89"
4743+
integrity sha512-cFCkPslJv7BAXJsYlK1dZsbP8/ZNLkCAQ0bi1hf5EKX2QHegmDFEFA6QhuYJlk7UDdc+02JjO80YSOrWPpw06g==
47664744
dependencies:
4767-
glob "^10.3.7"
4745+
glob "^13.0.0"
4746+
package-json-from-dist "^1.0.1"
47684747

47694748
rimraf@^3.0.2:
47704749
version "3.0.2"
@@ -4884,11 +4863,6 @@ signal-exit@^3.0.3, signal-exit@^3.0.7:
48844863
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
48854864
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
48864865

4887-
signal-exit@^4.0.1:
4888-
version "4.0.2"
4889-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967"
4890-
integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==
4891-
48924866
signal-exit@^4.1.0:
48934867
version "4.1.0"
48944868
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
@@ -4966,15 +4940,6 @@ string-length@^4.0.1:
49664940
char-regex "^1.0.2"
49674941
strip-ansi "^6.0.0"
49684942

4969-
"string-width-cjs@npm:string-width@^4.2.0":
4970-
version "4.2.3"
4971-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4972-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4973-
dependencies:
4974-
emoji-regex "^8.0.0"
4975-
is-fullwidth-code-point "^3.0.0"
4976-
strip-ansi "^6.0.1"
4977-
49784943
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
49794944
version "4.2.3"
49804945
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -4984,15 +4949,6 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
49844949
is-fullwidth-code-point "^3.0.0"
49854950
strip-ansi "^6.0.1"
49864951

4987-
string-width@^5.0.1, string-width@^5.1.2:
4988-
version "5.1.2"
4989-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
4990-
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
4991-
dependencies:
4992-
eastasianwidth "^0.2.0"
4993-
emoji-regex "^9.2.2"
4994-
strip-ansi "^7.0.1"
4995-
49964952
string-width@^7.0.0:
49974953
version "7.0.0"
49984954
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.0.0.tgz#14aa1b7aaa126d5b64fa79d3c894da8a9650ba06"
@@ -5009,21 +4965,14 @@ string_decoder@~1.1.1:
50094965
dependencies:
50104966
safe-buffer "~5.1.0"
50114967

5012-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5013-
version "6.0.1"
5014-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5015-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5016-
dependencies:
5017-
ansi-regex "^5.0.1"
5018-
50194968
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50204969
version "6.0.1"
50214970
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50224971
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
50234972
dependencies:
50244973
ansi-regex "^5.0.1"
50254974

5026-
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
4975+
strip-ansi@^7.1.0:
50274976
version "7.1.0"
50284977
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
50294978
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -5316,15 +5265,6 @@ wordwrap@^1.0.0:
53165265
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
53175266
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
53185267

5319-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5320-
version "7.0.0"
5321-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5322-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5323-
dependencies:
5324-
ansi-styles "^4.0.0"
5325-
string-width "^4.1.0"
5326-
strip-ansi "^6.0.0"
5327-
53285268
wrap-ansi@^7.0.0:
53295269
version "7.0.0"
53305270
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
@@ -5334,15 +5274,6 @@ wrap-ansi@^7.0.0:
53345274
string-width "^4.1.0"
53355275
strip-ansi "^6.0.0"
53365276

5337-
wrap-ansi@^8.1.0:
5338-
version "8.1.0"
5339-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
5340-
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
5341-
dependencies:
5342-
ansi-styles "^6.1.0"
5343-
string-width "^5.0.1"
5344-
strip-ansi "^7.0.1"
5345-
53465277
wrap-ansi@^9.0.0:
53475278
version "9.0.0"
53485279
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"

0 commit comments

Comments
 (0)