Skip to content

Commit d57c4e3

Browse files
chore(deps): update dependency rimraf to v5
1 parent 052696a commit d57c4e3

File tree

2 files changed

+147
-18
lines changed

2 files changed

+147
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"jest": "29.5.0",
3737
"prettier": "2.8.2",
3838
"pretty-quick": "3.1.3",
39-
"rimraf": "4.1.2",
39+
"rimraf": "5.0.1",
4040
"ts-jest": "29.1.0",
4141
"typescript": "4.8.4"
4242
},

yarn.lock

Lines changed: 146 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,18 @@
590590
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
591591
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
592592

593+
"@isaacs/cliui@^8.0.2":
594+
version "8.0.2"
595+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
596+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
597+
dependencies:
598+
string-width "^5.1.2"
599+
string-width-cjs "npm:string-width@^4.2.0"
600+
strip-ansi "^7.0.1"
601+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
602+
wrap-ansi "^8.1.0"
603+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
604+
593605
"@istanbuljs/load-nyc-config@^1.0.0":
594606
version "1.1.0"
595607
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -868,6 +880,11 @@
868880
"@nodelib/fs.scandir" "2.1.3"
869881
fastq "^1.6.0"
870882

883+
"@pkgjs/parseargs@^0.11.0":
884+
version "0.11.0"
885+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
886+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
887+
871888
"@sinclair/typebox@^0.25.16":
872889
version "0.25.24"
873890
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
@@ -1092,6 +1109,11 @@ ansi-regex@^5.0.1:
10921109
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
10931110
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
10941111

1112+
ansi-regex@^6.0.1:
1113+
version "6.0.1"
1114+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1115+
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1116+
10951117
ansi-styles@^3.2.1:
10961118
version "3.2.1"
10971119
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1111,6 +1133,11 @@ ansi-styles@^5.0.0:
11111133
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
11121134
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
11131135

1136+
ansi-styles@^6.1.0:
1137+
version "6.2.1"
1138+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1139+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1140+
11141141
anymatch@^3.0.3:
11151142
version "3.1.1"
11161143
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
@@ -1219,6 +1246,13 @@ brace-expansion@^1.1.7:
12191246
balanced-match "^1.0.0"
12201247
concat-map "0.0.1"
12211248

1249+
brace-expansion@^2.0.1:
1250+
version "2.0.1"
1251+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1252+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1253+
dependencies:
1254+
balanced-match "^1.0.0"
1255+
12221256
braces@^3.0.1:
12231257
version "3.0.2"
12241258
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1461,6 +1495,11 @@ doctrine@^3.0.0:
14611495
dependencies:
14621496
esutils "^2.0.2"
14631497

1498+
eastasianwidth@^0.2.0:
1499+
version "0.2.0"
1500+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1501+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1502+
14641503
electron-to-chromium@^1.4.118:
14651504
version "1.4.137"
14661505
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.137.tgz#186180a45617283f1c012284458510cd99d6787f"
@@ -1481,6 +1520,11 @@ emoji-regex@^8.0.0:
14811520
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
14821521
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
14831522

1523+
emoji-regex@^9.2.2:
1524+
version "9.2.2"
1525+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
1526+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
1527+
14841528
end-of-stream@^1.1.0:
14851529
version "1.4.4"
14861530
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
@@ -1761,6 +1805,14 @@ flatted@^3.1.0:
17611805
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
17621806
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
17631807

1808+
foreground-child@^3.1.0:
1809+
version "3.1.1"
1810+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1811+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1812+
dependencies:
1813+
cross-spawn "^7.0.0"
1814+
signal-exit "^4.0.1"
1815+
17641816
fs.realpath@^1.0.0:
17651817
version "1.0.0"
17661818
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -1822,6 +1874,17 @@ glob-parent@^6.0.1:
18221874
dependencies:
18231875
is-glob "^4.0.3"
18241876

1877+
glob@^10.2.5:
1878+
version "10.2.6"
1879+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
1880+
integrity sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==
1881+
dependencies:
1882+
foreground-child "^3.1.0"
1883+
jackspeak "^2.0.3"
1884+
minimatch "^9.0.1"
1885+
minipass "^5.0.0 || ^6.0.2"
1886+
path-scurry "^1.7.0"
1887+
18251888
glob@^7.1.3, glob@^7.1.4:
18261889
version "7.1.6"
18271890
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -2052,6 +2115,15 @@ istanbul-reports@^3.1.3:
20522115
html-escaper "^2.0.0"
20532116
istanbul-lib-report "^3.0.0"
20542117

2118+
jackspeak@^2.0.3:
2119+
version "2.2.1"
2120+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6"
2121+
integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==
2122+
dependencies:
2123+
"@isaacs/cliui" "^8.0.2"
2124+
optionalDependencies:
2125+
"@pkgjs/parseargs" "^0.11.0"
2126+
20552127
jest-changed-files@^29.5.0:
20562128
version "29.5.0"
20572129
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.5.0.tgz#e88786dca8bf2aa899ec4af7644e16d9dcf9b23e"
@@ -2529,6 +2601,11 @@ lru-cache@^6.0.0:
25292601
dependencies:
25302602
yallist "^4.0.0"
25312603

2604+
lru-cache@^9.1.1:
2605+
version "9.1.1"
2606+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.1.tgz#c58a93de58630b688de39ad04ef02ef26f1902f1"
2607+
integrity sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==
2608+
25322609
make-dir@^3.0.0:
25332610
version "3.1.0"
25342611
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -2585,11 +2662,23 @@ minimatch@^3.1.2:
25852662
dependencies:
25862663
brace-expansion "^1.1.7"
25872664

2665+
minimatch@^9.0.1:
2666+
version "9.0.1"
2667+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
2668+
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
2669+
dependencies:
2670+
brace-expansion "^2.0.1"
2671+
25882672
minimist@^1.2.5:
25892673
version "1.2.5"
25902674
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
25912675
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
25922676

2677+
"minipass@^5.0.0 || ^6.0.2":
2678+
version "6.0.2"
2679+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
2680+
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
2681+
25932682
mri@^1.1.5:
25942683
version "1.1.6"
25952684
resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.6.tgz#49952e1044db21dbf90f6cd92bc9c9a777d415a6"
@@ -2739,6 +2828,14 @@ path-parse@^1.0.6:
27392828
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
27402829
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
27412830

2831+
path-scurry@^1.7.0:
2832+
version "1.9.2"
2833+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63"
2834+
integrity sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==
2835+
dependencies:
2836+
lru-cache "^9.1.1"
2837+
minipass "^5.0.0 || ^6.0.2"
2838+
27422839
path-type@^4.0.0:
27432840
version "4.0.0"
27442841
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -2878,10 +2975,12 @@ reusify@^1.0.4:
28782975
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
28792976
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
28802977

2881-
rimraf@4.1.2:
2882-
version "4.1.2"
2883-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
2884-
integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
2978+
rimraf@5.0.1:
2979+
version "5.0.1"
2980+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.1.tgz#0881323ab94ad45fec7c0221f27ea1a142f3f0d0"
2981+
integrity sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==
2982+
dependencies:
2983+
glob "^10.2.5"
28852984

28862985
rimraf@^3.0.2:
28872986
version "3.0.2"
@@ -2948,6 +3047,11 @@ signal-exit@^3.0.7:
29483047
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
29493048
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
29503049

3050+
signal-exit@^4.0.1:
3051+
version "4.0.2"
3052+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967"
3053+
integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==
3054+
29513055
sisteransi@^1.0.5:
29523056
version "1.0.5"
29533057
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -2996,6 +3100,15 @@ string-length@^4.0.1:
29963100
char-regex "^1.0.2"
29973101
strip-ansi "^6.0.0"
29983102

3103+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3:
3104+
version "4.2.3"
3105+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3106+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3107+
dependencies:
3108+
emoji-regex "^8.0.0"
3109+
is-fullwidth-code-point "^3.0.0"
3110+
strip-ansi "^6.0.1"
3111+
29993112
string-width@^4.1.0, string-width@^4.2.0:
30003113
version "4.2.0"
30013114
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -3005,14 +3118,21 @@ string-width@^4.1.0, string-width@^4.2.0:
30053118
is-fullwidth-code-point "^3.0.0"
30063119
strip-ansi "^6.0.0"
30073120

3008-
string-width@^4.2.3:
3009-
version "4.2.3"
3010-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3011-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3121+
string-width@^5.0.1, string-width@^5.1.2:
3122+
version "5.1.2"
3123+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
3124+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
30123125
dependencies:
3013-
emoji-regex "^8.0.0"
3014-
is-fullwidth-code-point "^3.0.0"
3015-
strip-ansi "^6.0.1"
3126+
eastasianwidth "^0.2.0"
3127+
emoji-regex "^9.2.2"
3128+
strip-ansi "^7.0.1"
3129+
3130+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
3131+
version "6.0.1"
3132+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3133+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3134+
dependencies:
3135+
ansi-regex "^5.0.1"
30163136

30173137
strip-ansi@^6.0.0:
30183138
version "6.0.0"
@@ -3021,12 +3141,12 @@ strip-ansi@^6.0.0:
30213141
dependencies:
30223142
ansi-regex "^5.0.0"
30233143

3024-
strip-ansi@^6.0.1:
3025-
version "6.0.1"
3026-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3027-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3144+
strip-ansi@^7.0.1:
3145+
version "7.1.0"
3146+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
3147+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
30283148
dependencies:
3029-
ansi-regex "^5.0.1"
3149+
ansi-regex "^6.0.1"
30303150

30313151
strip-bom@^4.0.0:
30323152
version "4.0.0"
@@ -3188,7 +3308,7 @@ word-wrap@^1.2.3:
31883308
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
31893309
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
31903310

3191-
wrap-ansi@^7.0.0:
3311+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
31923312
version "7.0.0"
31933313
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
31943314
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -3197,6 +3317,15 @@ wrap-ansi@^7.0.0:
31973317
string-width "^4.1.0"
31983318
strip-ansi "^6.0.0"
31993319

3320+
wrap-ansi@^8.1.0:
3321+
version "8.1.0"
3322+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
3323+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
3324+
dependencies:
3325+
ansi-styles "^6.1.0"
3326+
string-width "^5.0.1"
3327+
strip-ansi "^7.0.1"
3328+
32003329
wrappy@1:
32013330
version "1.0.2"
32023331
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)