Skip to content

Commit 6fd9d1f

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 34730b0 commit 6fd9d1f

File tree

2 files changed

+101
-104
lines changed

2 files changed

+101
-104
lines changed

package.json

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

yarn.lock

Lines changed: 100 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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==
@@ -31,7 +31,7 @@
3131
"@csstools/css-tokenizer" "^3.0.3"
3232
lru-cache "^10.4.3"
3333

34-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.5.5":
34+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.5.5":
3535
version "7.27.1"
3636
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
3737
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -45,57 +45,36 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
4646
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
4747

48-
49-
version "7.25.2"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
51-
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
52-
dependencies:
53-
"@ampproject/remapping" "^2.2.0"
54-
"@babel/code-frame" "^7.24.7"
55-
"@babel/generator" "^7.25.0"
56-
"@babel/helper-compilation-targets" "^7.25.2"
57-
"@babel/helper-module-transforms" "^7.25.2"
58-
"@babel/helpers" "^7.25.0"
59-
"@babel/parser" "^7.25.0"
60-
"@babel/template" "^7.25.0"
61-
"@babel/traverse" "^7.25.2"
62-
"@babel/types" "^7.25.2"
63-
convert-source-map "^2.0.0"
64-
debug "^4.1.0"
65-
gensync "^1.0.0-beta.2"
66-
json5 "^2.2.3"
67-
semver "^6.3.1"
68-
69-
"@babel/core@>=7.2.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.5", "@babel/core@^7.18.9", "@babel/core@^7.21.8", "@babel/core@^7.23.7", "@babel/core@^7.23.9", "@babel/core@^7.7.7":
70-
version "7.27.3"
71-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
72-
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
48+
"@babel/[email protected]", "@babel/core@>=7.2.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.5", "@babel/core@^7.18.9", "@babel/core@^7.21.8", "@babel/core@^7.23.7", "@babel/core@^7.23.9", "@babel/core@^7.7.7":
49+
version "7.28.4"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
51+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
7352
dependencies:
74-
"@ampproject/remapping" "^2.2.0"
7553
"@babel/code-frame" "^7.27.1"
76-
"@babel/generator" "^7.27.3"
54+
"@babel/generator" "^7.28.3"
7755
"@babel/helper-compilation-targets" "^7.27.2"
78-
"@babel/helper-module-transforms" "^7.27.3"
79-
"@babel/helpers" "^7.27.3"
80-
"@babel/parser" "^7.27.3"
56+
"@babel/helper-module-transforms" "^7.28.3"
57+
"@babel/helpers" "^7.28.4"
58+
"@babel/parser" "^7.28.4"
8159
"@babel/template" "^7.27.2"
82-
"@babel/traverse" "^7.27.3"
83-
"@babel/types" "^7.27.3"
60+
"@babel/traverse" "^7.28.4"
61+
"@babel/types" "^7.28.4"
62+
"@jridgewell/remapping" "^2.3.5"
8463
convert-source-map "^2.0.0"
8564
debug "^4.1.0"
8665
gensync "^1.0.0-beta.2"
8766
json5 "^2.2.3"
8867
semver "^6.3.1"
8968

90-
"@babel/generator@^7.21.5", "@babel/generator@^7.25.0", "@babel/generator@^7.27.3", "@babel/generator@^7.7.2":
91-
version "7.27.3"
92-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
93-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
69+
"@babel/generator@^7.21.5", "@babel/generator@^7.28.3", "@babel/generator@^7.7.2":
70+
version "7.28.3"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
72+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
9473
dependencies:
95-
"@babel/parser" "^7.27.3"
96-
"@babel/types" "^7.27.3"
97-
"@jridgewell/gen-mapping" "^0.3.5"
98-
"@jridgewell/trace-mapping" "^0.3.25"
74+
"@babel/parser" "^7.28.3"
75+
"@babel/types" "^7.28.2"
76+
"@jridgewell/gen-mapping" "^0.3.12"
77+
"@jridgewell/trace-mapping" "^0.3.28"
9978
jsesc "^3.0.2"
10079

10180
"@babel/helper-annotate-as-pure@^7.27.1":
@@ -105,7 +84,7 @@
10584
dependencies:
10685
"@babel/types" "^7.27.3"
10786

108-
"@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":
87+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
10988
version "7.27.2"
11089
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
11190
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
@@ -149,6 +128,11 @@
149128
lodash.debounce "^4.0.8"
150129
resolve "^1.14.2"
151130

131+
"@babel/helper-globals@^7.28.0":
132+
version "7.28.0"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
134+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
135+
152136
"@babel/helper-member-expression-to-functions@^7.27.1":
153137
version "7.27.1"
154138
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -165,14 +149,14 @@
165149
"@babel/traverse" "^7.27.1"
166150
"@babel/types" "^7.27.1"
167151

168-
"@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3":
169-
version "7.27.3"
170-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
171-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
152+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
153+
version "7.28.3"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
155+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
172156
dependencies:
173157
"@babel/helper-module-imports" "^7.27.1"
174158
"@babel/helper-validator-identifier" "^7.27.1"
175-
"@babel/traverse" "^7.27.3"
159+
"@babel/traverse" "^7.28.3"
176160

177161
"@babel/helper-optimise-call-expression@^7.27.1":
178162
version "7.27.1"
@@ -236,27 +220,20 @@
236220
"@babel/traverse" "^7.27.1"
237221
"@babel/types" "^7.27.1"
238222

239-
"@babel/helpers@^7.25.0", "@babel/helpers@^7.27.3":
240-
version "7.27.3"
241-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
242-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
223+
"@babel/helpers@^7.28.4":
224+
version "7.28.4"
225+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
226+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
243227
dependencies:
244228
"@babel/template" "^7.27.2"
245-
"@babel/types" "^7.27.3"
229+
"@babel/types" "^7.28.4"
246230

247-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
248-
version "7.27.3"
249-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
250-
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
231+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8", "@babel/parser@^7.23.6", "@babel/parser@^7.23.9", "@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
232+
version "7.28.4"
233+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
234+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
251235
dependencies:
252-
"@babel/types" "^7.27.3"
253-
254-
"@babel/parser@^7.23.6", "@babel/parser@^7.27.4":
255-
version "7.27.5"
256-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
257-
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
258-
dependencies:
259-
"@babel/types" "^7.27.3"
236+
"@babel/types" "^7.28.4"
260237

261238
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
262239
version "7.27.1"
@@ -998,7 +975,7 @@
998975
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.3.tgz#10491113799fb8d77e1d9273384d5d68deeea8f6"
999976
integrity sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==
1000977

1001-
"@babel/template@^7.25.0", "@babel/template@^7.27.1", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
978+
"@babel/template@^7.27.1", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
1002979
version "7.27.2"
1003980
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1004981
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
@@ -1007,44 +984,23 @@
1007984
"@babel/parser" "^7.27.2"
1008985
"@babel/types" "^7.27.1"
1009986

1010-
"@babel/traverse@^7.18.9", "@babel/traverse@^7.23.2", "@babel/traverse@^7.25.2", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3":
1011-
version "7.27.3"
1012-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1013-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1014-
dependencies:
1015-
"@babel/code-frame" "^7.27.1"
1016-
"@babel/generator" "^7.27.3"
1017-
"@babel/parser" "^7.27.3"
1018-
"@babel/template" "^7.27.2"
1019-
"@babel/types" "^7.27.3"
1020-
debug "^4.3.1"
1021-
globals "^11.1.0"
1022-
1023-
"@babel/traverse@^7.23.7":
1024-
version "7.27.4"
1025-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
1026-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
987+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
988+
version "7.28.4"
989+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
990+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
1027991
dependencies:
1028992
"@babel/code-frame" "^7.27.1"
1029-
"@babel/generator" "^7.27.3"
1030-
"@babel/parser" "^7.27.4"
993+
"@babel/generator" "^7.28.3"
994+
"@babel/helper-globals" "^7.28.0"
995+
"@babel/parser" "^7.28.4"
1031996
"@babel/template" "^7.27.2"
1032-
"@babel/types" "^7.27.3"
997+
"@babel/types" "^7.28.4"
1033998
debug "^4.3.1"
1034-
globals "^11.1.0"
1035-
1036-
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@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.3.3", "@babel/types@^7.4.4":
1037-
version "7.27.3"
1038-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1039-
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1040-
dependencies:
1041-
"@babel/helper-string-parser" "^7.27.1"
1042-
"@babel/helper-validator-identifier" "^7.27.1"
1043999

1044-
"@babel/types@^7.23.6":
1045-
version "7.27.6"
1046-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
1047-
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
1000+
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@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.3.3", "@babel/types@^7.4.4":
1001+
version "7.28.4"
1002+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1003+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
10481004
dependencies:
10491005
"@babel/helper-string-parser" "^7.27.1"
10501006
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1717,6 +1673,14 @@
17171673
"@types/yargs" "^17.0.8"
17181674
chalk "^4.0.0"
17191675

1676+
"@jridgewell/gen-mapping@^0.3.12":
1677+
version "0.3.13"
1678+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
1679+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
1680+
dependencies:
1681+
"@jridgewell/sourcemap-codec" "^1.5.0"
1682+
"@jridgewell/trace-mapping" "^0.3.24"
1683+
17201684
"@jridgewell/gen-mapping@^0.3.5":
17211685
version "0.3.8"
17221686
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -1726,6 +1690,14 @@
17261690
"@jridgewell/sourcemap-codec" "^1.4.10"
17271691
"@jridgewell/trace-mapping" "^0.3.24"
17281692

1693+
"@jridgewell/remapping@^2.3.5":
1694+
version "2.3.5"
1695+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
1696+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
1697+
dependencies:
1698+
"@jridgewell/gen-mapping" "^0.3.5"
1699+
"@jridgewell/trace-mapping" "^0.3.24"
1700+
17291701
"@jridgewell/resolve-uri@^3.1.0":
17301702
version "3.1.2"
17311703
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
@@ -1762,7 +1734,7 @@
17621734
"@jridgewell/resolve-uri" "^3.1.0"
17631735
"@jridgewell/sourcemap-codec" "^1.4.14"
17641736

1765-
"@jridgewell/trace-mapping@^0.3.30":
1737+
"@jridgewell/trace-mapping@^0.3.28", "@jridgewell/trace-mapping@^0.3.30":
17661738
version "0.3.31"
17671739
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
17681740
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
@@ -13106,7 +13078,7 @@ string-length@^4.0.1:
1310613078
char-regex "^1.0.2"
1310713079
strip-ansi "^6.0.0"
1310813080

13109-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13081+
"string-width-cjs@npm:string-width@^4.2.0":
1311013082
version "4.2.3"
1311113083
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1311213084
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13124,6 +13096,15 @@ string-width@^3.0.0:
1312413096
is-fullwidth-code-point "^2.0.0"
1312513097
strip-ansi "^5.1.0"
1312613098

13099+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13100+
version "4.2.3"
13101+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13102+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13103+
dependencies:
13104+
emoji-regex "^8.0.0"
13105+
is-fullwidth-code-point "^3.0.0"
13106+
strip-ansi "^6.0.1"
13107+
1312713108
string-width@^5.0.1, string-width@^5.1.2:
1312813109
version "5.1.2"
1312913110
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -13235,7 +13216,7 @@ stringify-entities@^4.0.0:
1323513216
character-entities-html4 "^2.0.0"
1323613217
character-entities-legacy "^3.0.0"
1323713218

13238-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13219+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1323913220
version "6.0.1"
1324013221
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1324113222
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13249,6 +13230,13 @@ strip-ansi@^5.1.0:
1324913230
dependencies:
1325013231
ansi-regex "^4.1.0"
1325113232

13233+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13234+
version "6.0.1"
13235+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13236+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13237+
dependencies:
13238+
ansi-regex "^5.0.1"
13239+
1325213240
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1325313241
version "7.1.0"
1325413242
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -14702,7 +14690,7 @@ wordwrap@^1.0.0:
1470214690
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1470314691
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1470414692

14705-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
14693+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1470614694
version "7.0.0"
1470714695
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1470814696
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -14720,6 +14708,15 @@ wrap-ansi@^6.2.0:
1472014708
string-width "^4.1.0"
1472114709
strip-ansi "^6.0.0"
1472214710

14711+
wrap-ansi@^7.0.0:
14712+
version "7.0.0"
14713+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14714+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14715+
dependencies:
14716+
ansi-styles "^4.0.0"
14717+
string-width "^4.1.0"
14718+
strip-ansi "^6.0.0"
14719+
1472314720
wrap-ansi@^8.1.0:
1472414721
version "8.1.0"
1472514722
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)