Skip to content

Commit 6bbaf26

Browse files
Update dependency @rollup/plugin-babel to v7
1 parent c797561 commit 6bbaf26

2 files changed

Lines changed: 136 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/preset-env": "^7.20.2",
5656
"@babel/preset-react": "7.28.5",
5757
"@babel/runtime": "7.28.6",
58-
"@rollup/plugin-babel": "5.3.1",
58+
"@rollup/plugin-babel": "7.0.0",
5959
"@rollup/plugin-commonjs": "21.1.0",
6060
"@rollup/plugin-node-resolve": "13.3.0",
6161
"@rollup/plugin-replace": "3.1.0",

yarn.lock

Lines changed: 135 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050
js-tokens "^4.0.0"
5151
picocolors "^1.1.1"
5252

53+
"@babel/code-frame@^7.29.7":
54+
version "7.29.7"
55+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
56+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
57+
dependencies:
58+
"@babel/helper-validator-identifier" "^7.29.7"
59+
js-tokens "^4.0.0"
60+
picocolors "^1.1.1"
61+
5362
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.9":
5463
version "7.26.2"
5564
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e"
@@ -108,6 +117,17 @@
108117
"@jridgewell/trace-mapping" "^0.3.28"
109118
jsesc "^3.0.2"
110119

120+
"@babel/generator@^7.29.7":
121+
version "7.29.7"
122+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
123+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
124+
dependencies:
125+
"@babel/parser" "^7.29.7"
126+
"@babel/types" "^7.29.7"
127+
"@jridgewell/gen-mapping" "^0.3.12"
128+
"@jridgewell/trace-mapping" "^0.3.28"
129+
jsesc "^3.0.2"
130+
111131
"@babel/helper-annotate-as-pure@^7.25.9", "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
112132
version "7.27.3"
113133
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -238,6 +258,11 @@
238258
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
239259
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
240260

261+
"@babel/helper-globals@^7.29.7":
262+
version "7.29.7"
263+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
264+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
265+
241266
"@babel/helper-member-expression-to-functions@^7.25.9":
242267
version "7.25.9"
243268
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
@@ -254,7 +279,15 @@
254279
"@babel/traverse" "^7.28.5"
255280
"@babel/types" "^7.28.5"
256281

257-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.25.9":
282+
"@babel/helper-module-imports@^7.18.6":
283+
version "7.29.7"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
285+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
286+
dependencies:
287+
"@babel/traverse" "^7.29.7"
288+
"@babel/types" "^7.29.7"
289+
290+
"@babel/helper-module-imports@^7.25.9":
258291
version "7.25.9"
259292
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
260293
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
@@ -377,6 +410,11 @@
377410
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
378411
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
379412

413+
"@babel/helper-string-parser@^7.29.7":
414+
version "7.29.7"
415+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
416+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
417+
380418
"@babel/helper-validator-identifier@^7.25.9":
381419
version "7.27.1"
382420
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
@@ -387,6 +425,11 @@
387425
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
388426
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
389427

428+
"@babel/helper-validator-identifier@^7.29.7":
429+
version "7.29.7"
430+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
431+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
432+
390433
"@babel/helper-validator-option@^7.24.8", "@babel/helper-validator-option@^7.25.9":
391434
version "7.25.9"
392435
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
@@ -437,6 +480,13 @@
437480
dependencies:
438481
"@babel/types" "^7.29.0"
439482

483+
"@babel/parser@^7.29.7":
484+
version "7.29.7"
485+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
486+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
487+
dependencies:
488+
"@babel/types" "^7.29.7"
489+
440490
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
441491
version "7.25.9"
442492
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -1707,6 +1757,15 @@
17071757
"@babel/parser" "^7.28.6"
17081758
"@babel/types" "^7.28.6"
17091759

1760+
"@babel/template@^7.29.7":
1761+
version "7.29.7"
1762+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1763+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1764+
dependencies:
1765+
"@babel/code-frame" "^7.29.7"
1766+
"@babel/parser" "^7.29.7"
1767+
"@babel/types" "^7.29.7"
1768+
17101769
"@babel/traverse@^7.25.9":
17111770
version "7.25.9"
17121771
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -1733,6 +1792,19 @@
17331792
"@babel/types" "^7.29.0"
17341793
debug "^4.3.1"
17351794

1795+
"@babel/traverse@^7.29.7":
1796+
version "7.29.7"
1797+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1798+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1799+
dependencies:
1800+
"@babel/code-frame" "^7.29.7"
1801+
"@babel/generator" "^7.29.7"
1802+
"@babel/helper-globals" "^7.29.7"
1803+
"@babel/parser" "^7.29.7"
1804+
"@babel/template" "^7.29.7"
1805+
"@babel/types" "^7.29.7"
1806+
debug "^4.3.1"
1807+
17361808
"@babel/types@^7.25.9":
17371809
version "7.28.4"
17381810
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
@@ -1757,6 +1829,14 @@
17571829
"@babel/helper-string-parser" "^7.27.1"
17581830
"@babel/helper-validator-identifier" "^7.28.5"
17591831

1832+
"@babel/types@^7.29.7":
1833+
version "7.29.7"
1834+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1835+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1836+
dependencies:
1837+
"@babel/helper-string-parser" "^7.29.7"
1838+
"@babel/helper-validator-identifier" "^7.29.7"
1839+
17601840
"@colors/colors@1.5.0":
17611841
version "1.5.0"
17621842
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -2196,13 +2276,13 @@
21962276
"@pnpm/network.ca-file" "^1.0.1"
21972277
config-chain "^1.1.11"
21982278

2199-
"@rollup/plugin-babel@5.3.1":
2200-
version "5.3.1"
2201-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
2202-
integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
2279+
"@rollup/plugin-babel@7.0.0":
2280+
version "7.0.0"
2281+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-7.0.0.tgz#bbdc39ca023afc1a67d3488cf20731695b27a911"
2282+
integrity sha512-NS2+P7v80N3MQqehZEjgpaFb9UyX3URNMW/zvoECKGo4PY4DvJfQusTI7BX/Ks+CPvtTfk3TqcR6S9VYBi/C+A==
22032283
dependencies:
2204-
"@babel/helper-module-imports" "^7.10.4"
2205-
"@rollup/pluginutils" "^3.1.0"
2284+
"@babel/helper-module-imports" "^7.18.6"
2285+
"@rollup/pluginutils" "^5.0.1"
22062286

22072287
"@rollup/plugin-commonjs@21.1.0":
22082288
version "21.1.0"
@@ -2246,6 +2326,15 @@
22462326
estree-walker "^1.0.1"
22472327
picomatch "^2.2.2"
22482328

2329+
"@rollup/pluginutils@^5.0.1":
2330+
version "5.3.0"
2331+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4"
2332+
integrity sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==
2333+
dependencies:
2334+
"@types/estree" "^1.0.0"
2335+
estree-walker "^2.0.2"
2336+
picomatch "^4.0.2"
2337+
22492338
"@rollup/rollup-android-arm-eabi@4.24.4":
22502339
version "4.24.4"
22512340
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.4.tgz#c460b54c50d42f27f8254c435a4f3b3e01910bc8"
@@ -2402,6 +2491,11 @@
24022491
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
24032492
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
24042493

2494+
"@types/estree@^1.0.0":
2495+
version "1.0.9"
2496+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.9.tgz#cf3f0e876d7bee15a93ab925b82bf570a3904a24"
2497+
integrity sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==
2498+
24052499
"@types/http-cache-semantics@^4.0.2":
24062500
version "4.0.4"
24072501
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
@@ -5619,7 +5713,7 @@ estree-walker@^1.0.1:
56195713
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
56205714
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
56215715

5622-
estree-walker@^2.0.1:
5716+
estree-walker@^2.0.1, estree-walker@^2.0.2:
56235717
version "2.0.2"
56245718
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
56255719
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
@@ -9625,6 +9719,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
96259719
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
96269720
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
96279721

9722+
picomatch@^4.0.2:
9723+
version "4.0.4"
9724+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
9725+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
9726+
96289727
pify@^2.0.0:
96299728
version "2.3.0"
96309729
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -11274,7 +11373,7 @@ streamx@^2.12.5:
1127411373
optionalDependencies:
1127511374
bare-events "^2.2.0"
1127611375

11277-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
11376+
"string-width-cjs@npm:string-width@^4.2.0":
1127811377
version "4.2.3"
1127911378
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1128011379
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11309,6 +11408,15 @@ string-width@^3.0.0:
1130911408
is-fullwidth-code-point "^2.0.0"
1131011409
strip-ansi "^5.1.0"
1131111410

11411+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
11412+
version "4.2.3"
11413+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11414+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11415+
dependencies:
11416+
emoji-regex "^8.0.0"
11417+
is-fullwidth-code-point "^3.0.0"
11418+
strip-ansi "^6.0.1"
11419+
1131211420
string-width@^5.0.1, string-width@^5.1.2:
1131311421
version "5.1.2"
1131411422
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -11356,7 +11464,7 @@ stringify-entities@^1.0.1:
1135611464
is-alphanumerical "^1.0.0"
1135711465
is-hexadecimal "^1.0.0"
1135811466

11359-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11467+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1136011468
version "6.0.1"
1136111469
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1136211470
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11384,6 +11492,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1138411492
dependencies:
1138511493
ansi-regex "^4.1.0"
1138611494

11495+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11496+
version "6.0.1"
11497+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11498+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11499+
dependencies:
11500+
ansi-regex "^5.0.1"
11501+
1138711502
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1138811503
version "7.1.0"
1138911504
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12519,7 +12634,7 @@ wordwrap@^1.0.0:
1251912634
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1252012635
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1252112636

12522-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12637+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1252312638
version "7.0.0"
1252412639
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1252512640
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12545,6 +12660,15 @@ wrap-ansi@^6.2.0:
1254512660
string-width "^4.1.0"
1254612661
strip-ansi "^6.0.0"
1254712662

12663+
wrap-ansi@^7.0.0:
12664+
version "7.0.0"
12665+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12666+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12667+
dependencies:
12668+
ansi-styles "^4.0.0"
12669+
string-width "^4.1.0"
12670+
strip-ansi "^6.0.0"
12671+
1254812672
wrap-ansi@^8.1.0:
1254912673
version "8.1.0"
1255012674
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)