Skip to content

Commit ebfee88

Browse files
Bump @babel/core from 7.25.2 to 7.28.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.2 to 7.28.4. - [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.28.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37e7161 commit ebfee88

File tree

2 files changed

+39
-142
lines changed

2 files changed

+39
-142
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"node": ">=20.17.0"
1919
},
2020
"dependencies": {
21-
"@babel/core": "7.25.2",
21+
"@babel/core": "7.28.4",
2222
"@babel/plugin-transform-runtime": "^7.25.4",
2323
"@babel/preset-env": "^7.25.4",
2424
"@babel/preset-react": "^7.24.7",

yarn.lock

Lines changed: 38 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
1313
integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
1414

15-
"@ampproject/remapping@^2.2.0", "@ampproject/remapping@^2.3.0":
15+
"@ampproject/remapping@^2.3.0":
1616
version "2.3.0"
1717
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
1818
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
1919
dependencies:
2020
"@jridgewell/gen-mapping" "^0.3.5"
2121
"@jridgewell/trace-mapping" "^0.3.24"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.5.5":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.5.5":
2424
version "7.27.1"
2525
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
2626
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -34,49 +34,7 @@
3434
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
3535
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
3636

37-
38-
version "7.25.2"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
40-
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
41-
dependencies:
42-
"@ampproject/remapping" "^2.2.0"
43-
"@babel/code-frame" "^7.24.7"
44-
"@babel/generator" "^7.25.0"
45-
"@babel/helper-compilation-targets" "^7.25.2"
46-
"@babel/helper-module-transforms" "^7.25.2"
47-
"@babel/helpers" "^7.25.0"
48-
"@babel/parser" "^7.25.0"
49-
"@babel/template" "^7.25.0"
50-
"@babel/traverse" "^7.25.2"
51-
"@babel/types" "^7.25.2"
52-
convert-source-map "^2.0.0"
53-
debug "^4.1.0"
54-
gensync "^1.0.0-beta.2"
55-
json5 "^2.2.3"
56-
semver "^6.3.1"
57-
58-
"@babel/core@>=7.2.2", "@babel/core@^7.18.5", "@babel/core@^7.21.8", "@babel/core@^7.23.7", "@babel/core@^7.7.7":
59-
version "7.27.3"
60-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
61-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
62-
dependencies:
63-
"@ampproject/remapping" "^2.2.0"
64-
"@babel/code-frame" "^7.27.1"
65-
"@babel/generator" "^7.27.3"
66-
"@babel/helper-compilation-targets" "^7.27.2"
67-
"@babel/helper-module-transforms" "^7.27.3"
68-
"@babel/helpers" "^7.27.3"
69-
"@babel/parser" "^7.27.3"
70-
"@babel/template" "^7.27.2"
71-
"@babel/traverse" "^7.27.3"
72-
"@babel/types" "^7.27.3"
73-
convert-source-map "^2.0.0"
74-
debug "^4.1.0"
75-
gensync "^1.0.0-beta.2"
76-
json5 "^2.2.3"
77-
semver "^6.3.1"
78-
79-
"@babel/core@^7.28.0", "@babel/core@^7.28.4":
37+
"@babel/[email protected]", "@babel/core@>=7.2.2", "@babel/core@^7.18.5", "@babel/core@^7.21.8", "@babel/core@^7.23.7", "@babel/core@^7.28.0", "@babel/core@^7.28.4", "@babel/core@^7.7.7":
8038
version "7.28.4"
8139
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
8240
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
@@ -97,18 +55,7 @@
9755
json5 "^2.2.3"
9856
semver "^6.3.1"
9957

100-
"@babel/generator@^7.21.5", "@babel/generator@^7.25.0", "@babel/generator@^7.27.3":
101-
version "7.27.3"
102-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
103-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
104-
dependencies:
105-
"@babel/parser" "^7.27.3"
106-
"@babel/types" "^7.27.3"
107-
"@jridgewell/gen-mapping" "^0.3.5"
108-
"@jridgewell/trace-mapping" "^0.3.25"
109-
jsesc "^3.0.2"
110-
111-
"@babel/generator@^7.28.3":
58+
"@babel/generator@^7.21.5", "@babel/generator@^7.28.3":
11259
version "7.28.3"
11360
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
11461
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
@@ -126,7 +73,7 @@
12673
dependencies:
12774
"@babel/types" "^7.27.3"
12875

129-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
76+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
13077
version "7.27.2"
13178
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
13279
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
@@ -191,16 +138,7 @@
191138
"@babel/traverse" "^7.27.1"
192139
"@babel/types" "^7.27.1"
193140

194-
"@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3":
195-
version "7.27.3"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
197-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
198-
dependencies:
199-
"@babel/helper-module-imports" "^7.27.1"
200-
"@babel/helper-validator-identifier" "^7.27.1"
201-
"@babel/traverse" "^7.27.3"
202-
203-
"@babel/helper-module-transforms@^7.28.3":
141+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
204142
version "7.28.3"
205143
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
206144
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
@@ -271,14 +209,6 @@
271209
"@babel/traverse" "^7.27.1"
272210
"@babel/types" "^7.27.1"
273211

274-
"@babel/helpers@^7.25.0", "@babel/helpers@^7.27.3":
275-
version "7.27.3"
276-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
277-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
278-
dependencies:
279-
"@babel/template" "^7.27.2"
280-
"@babel/types" "^7.27.3"
281-
282212
"@babel/helpers@^7.28.4":
283213
version "7.28.4"
284214
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
@@ -287,21 +217,7 @@
287217
"@babel/template" "^7.27.2"
288218
"@babel/types" "^7.28.4"
289219

290-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
291-
version "7.27.3"
292-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
293-
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
294-
dependencies:
295-
"@babel/types" "^7.27.3"
296-
297-
"@babel/parser@^7.23.6", "@babel/parser@^7.27.4":
298-
version "7.27.5"
299-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
300-
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
301-
dependencies:
302-
"@babel/types" "^7.27.3"
303-
304-
"@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
220+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8", "@babel/parser@^7.23.6", "@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
305221
version "7.28.4"
306222
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
307223
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
@@ -969,7 +885,7 @@
969885
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.3.tgz#10491113799fb8d77e1d9273384d5d68deeea8f6"
970886
integrity sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==
971887

972-
"@babel/template@^7.25.0", "@babel/template@^7.27.1", "@babel/template@^7.27.2":
888+
"@babel/template@^7.27.1", "@babel/template@^7.27.2":
973889
version "7.27.2"
974890
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
975891
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
@@ -978,33 +894,7 @@
978894
"@babel/parser" "^7.27.2"
979895
"@babel/types" "^7.27.1"
980896

981-
"@babel/traverse@^7.23.2", "@babel/traverse@^7.25.2", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3":
982-
version "7.27.3"
983-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
984-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
985-
dependencies:
986-
"@babel/code-frame" "^7.27.1"
987-
"@babel/generator" "^7.27.3"
988-
"@babel/parser" "^7.27.3"
989-
"@babel/template" "^7.27.2"
990-
"@babel/types" "^7.27.3"
991-
debug "^4.3.1"
992-
globals "^11.1.0"
993-
994-
"@babel/traverse@^7.23.7":
995-
version "7.27.4"
996-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
997-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
998-
dependencies:
999-
"@babel/code-frame" "^7.27.1"
1000-
"@babel/generator" "^7.27.3"
1001-
"@babel/parser" "^7.27.4"
1002-
"@babel/template" "^7.27.2"
1003-
"@babel/types" "^7.27.3"
1004-
debug "^4.3.1"
1005-
globals "^11.1.0"
1006-
1007-
"@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
897+
"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
1008898
version "7.28.4"
1009899
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1010900
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
@@ -1017,23 +907,7 @@
1017907
"@babel/types" "^7.28.4"
1018908
debug "^4.3.1"
1019909

1020-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.25.2", "@babel/types@^7.25.4", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.4.4":
1021-
version "7.27.3"
1022-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1023-
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1024-
dependencies:
1025-
"@babel/helper-string-parser" "^7.27.1"
1026-
"@babel/helper-validator-identifier" "^7.27.1"
1027-
1028-
"@babel/types@^7.23.6":
1029-
version "7.27.6"
1030-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
1031-
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
1032-
dependencies:
1033-
"@babel/helper-string-parser" "^7.27.1"
1034-
"@babel/helper-validator-identifier" "^7.27.1"
1035-
1036-
"@babel/types@^7.28.2", "@babel/types@^7.28.4":
910+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.23.6", "@babel/types@^7.25.4", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4":
1037911
version "7.28.4"
1038912
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1039913
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
@@ -11179,8 +11053,7 @@ stream-slice@^0.1.2:
1117911053
resolved "https://registry.yarnpkg.com/stream-slice/-/stream-slice-0.1.2.tgz#2dc4f4e1b936fb13f3eb39a2def1932798d07a4b"
1118011054
integrity sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==
1118111055

11182-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11183-
name string-width-cjs
11056+
"string-width-cjs@npm:string-width@^4.2.0":
1118411057
version "4.2.3"
1118511058
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1118611059
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11198,6 +11071,15 @@ string-width@^3.0.0:
1119811071
is-fullwidth-code-point "^2.0.0"
1119911072
strip-ansi "^5.1.0"
1120011073

11074+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11075+
version "4.2.3"
11076+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11077+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11078+
dependencies:
11079+
emoji-regex "^8.0.0"
11080+
is-fullwidth-code-point "^3.0.0"
11081+
strip-ansi "^6.0.1"
11082+
1120111083
string-width@^5.0.1, string-width@^5.1.2:
1120211084
version "5.1.2"
1120311085
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -11309,7 +11191,7 @@ stringify-entities@^4.0.0:
1130911191
character-entities-html4 "^2.0.0"
1131011192
character-entities-legacy "^3.0.0"
1131111193

11312-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11194+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1131311195
version "6.0.1"
1131411196
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1131511197
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11323,6 +11205,13 @@ strip-ansi@^5.1.0:
1132311205
dependencies:
1132411206
ansi-regex "^4.1.0"
1132511207

11208+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11209+
version "6.0.1"
11210+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11211+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11212+
dependencies:
11213+
ansi-regex "^5.0.1"
11214+
1132611215
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1132711216
version "7.1.0"
1132811217
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12581,8 +12470,7 @@ wordwrap@^1.0.0:
1258112470
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1258212471
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1258312472

12584-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12585-
name wrap-ansi-cjs
12473+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1258612474
version "7.0.0"
1258712475
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1258812476
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12600,6 +12488,15 @@ wrap-ansi@^6.2.0:
1260012488
string-width "^4.1.0"
1260112489
strip-ansi "^6.0.0"
1260212490

12491+
wrap-ansi@^7.0.0:
12492+
version "7.0.0"
12493+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12494+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12495+
dependencies:
12496+
ansi-styles "^4.0.0"
12497+
string-width "^4.1.0"
12498+
strip-ansi "^6.0.0"
12499+
1260312500
wrap-ansi@^8.1.0:
1260412501
version "8.1.0"
1260512502
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)