Skip to content

Commit ffb0cf6

Browse files
chore(deps): bump @babel/core from 7.29.0 to 7.29.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.0 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fe512e commit ffb0cf6

1 file changed

Lines changed: 152 additions & 33 deletions

File tree

yarn.lock

Lines changed: 152 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,34 @@
3333
js-tokens "^4.0.0"
3434
picocolors "^1.1.1"
3535

36-
"@babel/compat-data@^7.28.6":
37-
version "7.29.0"
38-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
39-
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
36+
"@babel/code-frame@^7.29.7":
37+
version "7.29.7"
38+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
39+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
40+
dependencies:
41+
"@babel/helper-validator-identifier" "^7.29.7"
42+
js-tokens "^4.0.0"
43+
picocolors "^1.1.1"
44+
45+
"@babel/compat-data@^7.29.7":
46+
version "7.29.7"
47+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
48+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
4049

4150
"@babel/core@^7.24.7":
42-
version "7.29.0"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
44-
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
45-
dependencies:
46-
"@babel/code-frame" "^7.29.0"
47-
"@babel/generator" "^7.29.0"
48-
"@babel/helper-compilation-targets" "^7.28.6"
49-
"@babel/helper-module-transforms" "^7.28.6"
50-
"@babel/helpers" "^7.28.6"
51-
"@babel/parser" "^7.29.0"
52-
"@babel/template" "^7.28.6"
53-
"@babel/traverse" "^7.29.0"
54-
"@babel/types" "^7.29.0"
51+
version "7.29.7"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
53+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
54+
dependencies:
55+
"@babel/code-frame" "^7.29.7"
56+
"@babel/generator" "^7.29.7"
57+
"@babel/helper-compilation-targets" "^7.29.7"
58+
"@babel/helper-module-transforms" "^7.29.7"
59+
"@babel/helpers" "^7.29.7"
60+
"@babel/parser" "^7.29.7"
61+
"@babel/template" "^7.29.7"
62+
"@babel/traverse" "^7.29.7"
63+
"@babel/types" "^7.29.7"
5564
"@jridgewell/remapping" "^2.3.5"
5665
convert-source-map "^2.0.0"
5766
debug "^4.1.0"
@@ -70,20 +79,31 @@
7079
"@jridgewell/trace-mapping" "^0.3.28"
7180
jsesc "^3.0.2"
7281

82+
"@babel/generator@^7.29.7":
83+
version "7.29.7"
84+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
85+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
86+
dependencies:
87+
"@babel/parser" "^7.29.7"
88+
"@babel/types" "^7.29.7"
89+
"@jridgewell/gen-mapping" "^0.3.12"
90+
"@jridgewell/trace-mapping" "^0.3.28"
91+
jsesc "^3.0.2"
92+
7393
"@babel/helper-annotate-as-pure@^7.27.3":
7494
version "7.27.3"
7595
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
7696
integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
7797
dependencies:
7898
"@babel/types" "^7.27.3"
7999

80-
"@babel/helper-compilation-targets@^7.28.6":
81-
version "7.28.6"
82-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
83-
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
100+
"@babel/helper-compilation-targets@^7.29.7":
101+
version "7.29.7"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
103+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
84104
dependencies:
85-
"@babel/compat-data" "^7.28.6"
86-
"@babel/helper-validator-option" "^7.27.1"
105+
"@babel/compat-data" "^7.29.7"
106+
"@babel/helper-validator-option" "^7.29.7"
87107
browserslist "^4.24.0"
88108
lru-cache "^5.1.1"
89109
semver "^6.3.1"
@@ -106,6 +126,11 @@
106126
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
107127
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
108128

129+
"@babel/helper-globals@^7.29.7":
130+
version "7.29.7"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
132+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
133+
109134
"@babel/helper-member-expression-to-functions@^7.28.5":
110135
version "7.28.5"
111136
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
@@ -122,6 +147,14 @@
122147
"@babel/traverse" "^7.28.6"
123148
"@babel/types" "^7.28.6"
124149

150+
"@babel/helper-module-imports@^7.29.7":
151+
version "7.29.7"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
153+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
154+
dependencies:
155+
"@babel/traverse" "^7.29.7"
156+
"@babel/types" "^7.29.7"
157+
125158
"@babel/helper-module-transforms@^7.28.6":
126159
version "7.28.6"
127160
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -131,6 +164,15 @@
131164
"@babel/helper-validator-identifier" "^7.28.5"
132165
"@babel/traverse" "^7.28.6"
133166

167+
"@babel/helper-module-transforms@^7.29.7":
168+
version "7.29.7"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
170+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
171+
dependencies:
172+
"@babel/helper-module-imports" "^7.29.7"
173+
"@babel/helper-validator-identifier" "^7.29.7"
174+
"@babel/traverse" "^7.29.7"
175+
134176
"@babel/helper-optimise-call-expression@^7.27.1":
135177
version "7.27.1"
136178
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -165,6 +207,11 @@
165207
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
166208
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
167209

210+
"@babel/helper-string-parser@^7.29.7":
211+
version "7.29.7"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
213+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
214+
168215
"@babel/helper-validator-identifier@^7.24.7":
169216
version "7.24.7"
170217
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -175,18 +222,28 @@
175222
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
176223
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
177224

225+
"@babel/helper-validator-identifier@^7.29.7":
226+
version "7.29.7"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
228+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
229+
178230
"@babel/helper-validator-option@^7.27.1":
179231
version "7.27.1"
180232
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
181233
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
182234

183-
"@babel/helpers@^7.28.6":
184-
version "7.28.6"
185-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
186-
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
235+
"@babel/helper-validator-option@^7.29.7":
236+
version "7.29.7"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
238+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
239+
240+
"@babel/helpers@^7.29.7":
241+
version "7.29.7"
242+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
243+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
187244
dependencies:
188-
"@babel/template" "^7.28.6"
189-
"@babel/types" "^7.28.6"
245+
"@babel/template" "^7.29.7"
246+
"@babel/types" "^7.29.7"
190247

191248
"@babel/highlight@^7.24.7":
192249
version "7.24.7"
@@ -205,6 +262,13 @@
205262
dependencies:
206263
"@babel/types" "^7.29.0"
207264

265+
"@babel/parser@^7.29.7":
266+
version "7.29.7"
267+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
268+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
269+
dependencies:
270+
"@babel/types" "^7.29.7"
271+
208272
"@babel/plugin-syntax-flow@^7.27.1":
209273
version "7.28.6"
210274
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz#447559a225e66c4cd477a3ffb1a74d8c1fe25a62"
@@ -324,7 +388,16 @@
324388
"@babel/parser" "^7.28.6"
325389
"@babel/types" "^7.28.6"
326390

327-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
391+
"@babel/template@^7.29.7":
392+
version "7.29.7"
393+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
394+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
395+
dependencies:
396+
"@babel/code-frame" "^7.29.7"
397+
"@babel/parser" "^7.29.7"
398+
"@babel/types" "^7.29.7"
399+
400+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6":
328401
version "7.29.0"
329402
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
330403
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
@@ -337,6 +410,19 @@
337410
"@babel/types" "^7.29.0"
338411
debug "^4.3.1"
339412

413+
"@babel/traverse@^7.29.7":
414+
version "7.29.7"
415+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
416+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
417+
dependencies:
418+
"@babel/code-frame" "^7.29.7"
419+
"@babel/generator" "^7.29.7"
420+
"@babel/helper-globals" "^7.29.7"
421+
"@babel/parser" "^7.29.7"
422+
"@babel/template" "^7.29.7"
423+
"@babel/types" "^7.29.7"
424+
debug "^4.3.1"
425+
340426
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0":
341427
version "7.29.0"
342428
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
@@ -345,6 +431,14 @@
345431
"@babel/helper-string-parser" "^7.27.1"
346432
"@babel/helper-validator-identifier" "^7.28.5"
347433

434+
"@babel/types@^7.29.7":
435+
version "7.29.7"
436+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
437+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
438+
dependencies:
439+
"@babel/helper-string-parser" "^7.29.7"
440+
"@babel/helper-validator-identifier" "^7.29.7"
441+
348442
"@bcoe/v8-coverage@^0.2.3":
349443
version "0.2.3"
350444
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -9969,7 +10063,16 @@ streamx@^2.21.0:
996910063
fast-fifo "^1.3.2"
997010064
text-decoder "^1.1.0"
997110065

9972-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10066+
"string-width-cjs@npm:string-width@^4.2.0":
10067+
version "4.2.3"
10068+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10069+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10070+
dependencies:
10071+
emoji-regex "^8.0.0"
10072+
is-fullwidth-code-point "^3.0.0"
10073+
strip-ansi "^6.0.1"
10074+
10075+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
997310076
version "4.2.3"
997410077
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
997510078
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10075,7 +10178,7 @@ string_decoder@~1.1.1:
1007510178
dependencies:
1007610179
safe-buffer "~5.1.0"
1007710180

10078-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10181+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1007910182
version "6.0.1"
1008010183
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1008110184
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10089,6 +10192,13 @@ strip-ansi@^3.0.0:
1008910192
dependencies:
1009010193
ansi-regex "^2.0.0"
1009110194

10195+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10196+
version "6.0.1"
10197+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10198+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10199+
dependencies:
10200+
ansi-regex "^5.0.1"
10201+
1009210202
strip-ansi@^7.0.1:
1009310203
version "7.1.0"
1009410204
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -11049,7 +11159,7 @@ wordwrapjs@^5.1.0:
1104911159
resolved "https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-5.1.1.tgz#bfd1eb426f0f7eec73b7df32cf7df1f618bfb3a9"
1105011160
integrity sha512-0yweIbkINJodk27gX9LBGMzyQdBDan3s/dEAiwBOj+Mf0PPyWL6/rikalkv8EeD0E8jm4o5RXEOrFTP3NXbhJg==
1105111161

11052-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11162+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1105311163
version "7.0.0"
1105411164
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1105511165
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11067,6 +11177,15 @@ wrap-ansi@^6.0.1:
1106711177
string-width "^4.1.0"
1106811178
strip-ansi "^6.0.0"
1106911179

11180+
wrap-ansi@^7.0.0:
11181+
version "7.0.0"
11182+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11183+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11184+
dependencies:
11185+
ansi-styles "^4.0.0"
11186+
string-width "^4.1.0"
11187+
strip-ansi "^6.0.0"
11188+
1107011189
wrap-ansi@^8.1.0:
1107111190
version "8.1.0"
1107211191
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)