Skip to content

Commit b8bcdfa

Browse files
fix(deps): bump @babel/core from 7.26.9 to 7.29.7 (#57)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.9 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c52972 commit b8bcdfa

2 files changed

Lines changed: 101 additions & 23 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"resolutions": {
6060
"**/fsevents": "npm:empty-npm-package@1.0.0",
61-
"@babel/core": "^7.26.9",
61+
"@babel/core": "^7.29.7",
6262
"@babel/helper-define-polyfill-provider": "^0.4.3",
6363
"@babel/helpers": "^7.26.10",
6464
"@babel/plugin-transform-runtime": "^7.26.9",

yarn.lock

Lines changed: 100 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.3.0"
7-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.3.5"
11-
"@jridgewell/trace-mapping" "^0.3.24"
12-
135
"@babel/code-frame@^7.26.2":
146
version "7.26.2"
157
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
@@ -19,6 +11,15 @@
1911
js-tokens "^4.0.0"
2012
picocolors "^1.0.0"
2113

14+
"@babel/code-frame@^7.29.7":
15+
version "7.29.7"
16+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
17+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
18+
dependencies:
19+
"@babel/helper-validator-identifier" "^7.29.7"
20+
js-tokens "^4.0.0"
21+
picocolors "^1.1.1"
22+
2223
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7":
2324
version "7.25.7"
2425
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
@@ -29,21 +30,26 @@
2930
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
3031
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
3132

33+
"@babel/compat-data@^7.29.7":
34+
version "7.29.7"
35+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
36+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
37+
3238
"@babel/core@^7.12.0", "@babel/core@^7.13.8", "@babel/core@^7.26.9", "@babel/core@^7.3.4":
33-
version "7.26.9"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
35-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
39+
version "7.29.7"
40+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
41+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
3642
dependencies:
37-
"@ampproject/remapping" "^2.2.0"
38-
"@babel/code-frame" "^7.26.2"
39-
"@babel/generator" "^7.26.9"
40-
"@babel/helper-compilation-targets" "^7.26.5"
41-
"@babel/helper-module-transforms" "^7.26.0"
42-
"@babel/helpers" "^7.26.9"
43-
"@babel/parser" "^7.26.9"
44-
"@babel/template" "^7.26.9"
45-
"@babel/traverse" "^7.26.9"
46-
"@babel/types" "^7.26.9"
43+
"@babel/code-frame" "^7.29.7"
44+
"@babel/generator" "^7.29.7"
45+
"@babel/helper-compilation-targets" "^7.29.7"
46+
"@babel/helper-module-transforms" "^7.29.7"
47+
"@babel/helpers" "^7.29.7"
48+
"@babel/parser" "^7.29.7"
49+
"@babel/template" "^7.29.7"
50+
"@babel/traverse" "^7.29.7"
51+
"@babel/types" "^7.29.7"
52+
"@jridgewell/remapping" "^2.3.5"
4753
convert-source-map "^2.0.0"
4854
debug "^4.1.0"
4955
gensync "^1.0.0-beta.2"
@@ -61,6 +67,17 @@
6167
"@jridgewell/trace-mapping" "^0.3.25"
6268
jsesc "^3.0.2"
6369

70+
"@babel/generator@^7.29.7":
71+
version "7.29.7"
72+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
73+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
74+
dependencies:
75+
"@babel/parser" "^7.29.7"
76+
"@babel/types" "^7.29.7"
77+
"@jridgewell/gen-mapping" "^0.3.12"
78+
"@jridgewell/trace-mapping" "^0.3.28"
79+
jsesc "^3.0.2"
80+
6481
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.7":
6582
version "7.25.7"
6683
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972"
@@ -97,6 +114,17 @@
97114
lru-cache "^5.1.1"
98115
semver "^6.3.1"
99116

117+
"@babel/helper-compilation-targets@^7.29.7":
118+
version "7.29.7"
119+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
120+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
121+
dependencies:
122+
"@babel/compat-data" "^7.29.7"
123+
"@babel/helper-validator-option" "^7.29.7"
124+
browserslist "^4.24.0"
125+
lru-cache "^5.1.1"
126+
semver "^6.3.1"
127+
100128
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.25.7":
101129
version "7.25.7"
102130
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b"
@@ -330,6 +358,11 @@
330358
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
331359
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
332360

361+
"@babel/helper-validator-option@^7.29.7":
362+
version "7.29.7"
363+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
364+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
365+
333366
"@babel/helper-wrap-function@^7.25.9":
334367
version "7.25.9"
335368
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz#d99dfd595312e6c894bd7d237470025c85eea9d0"
@@ -339,7 +372,7 @@
339372
"@babel/traverse" "^7.25.9"
340373
"@babel/types" "^7.25.9"
341374

342-
"@babel/helpers@^7.26.10", "@babel/helpers@^7.26.9":
375+
"@babel/helpers@^7.26.10", "@babel/helpers@^7.29.7":
343376
version "7.26.10"
344377
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
345378
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
@@ -354,6 +387,13 @@
354387
dependencies:
355388
"@babel/types" "^7.26.9"
356389

390+
"@babel/parser@^7.29.7":
391+
version "7.29.7"
392+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
393+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
394+
dependencies:
395+
"@babel/types" "^7.29.7"
396+
357397
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
358398
version "7.25.9"
359399
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"
@@ -1002,6 +1042,15 @@
10021042
"@babel/parser" "^7.26.9"
10031043
"@babel/types" "^7.26.9"
10041044

1045+
"@babel/template@^7.29.7":
1046+
version "7.29.7"
1047+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1048+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1049+
dependencies:
1050+
"@babel/code-frame" "^7.29.7"
1051+
"@babel/parser" "^7.29.7"
1052+
"@babel/types" "^7.29.7"
1053+
10051054
"@babel/traverse@^7.25.7", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9", "@babel/traverse@^7.29.7":
10061055
version "7.26.9"
10071056
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
@@ -1102,6 +1151,14 @@
11021151
"@glimmer/env" "0.1.7"
11031152
"@simple-dom/interface" "^1.4.0"
11041153

1154+
"@jridgewell/gen-mapping@^0.3.12":
1155+
version "0.3.13"
1156+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
1157+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
1158+
dependencies:
1159+
"@jridgewell/sourcemap-codec" "^1.5.0"
1160+
"@jridgewell/trace-mapping" "^0.3.24"
1161+
11051162
"@jridgewell/gen-mapping@^0.3.5":
11061163
version "0.3.5"
11071164
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
@@ -1111,6 +1168,14 @@
11111168
"@jridgewell/sourcemap-codec" "^1.4.10"
11121169
"@jridgewell/trace-mapping" "^0.3.24"
11131170

1171+
"@jridgewell/remapping@^2.3.5":
1172+
version "2.3.5"
1173+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
1174+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
1175+
dependencies:
1176+
"@jridgewell/gen-mapping" "^0.3.5"
1177+
"@jridgewell/trace-mapping" "^0.3.24"
1178+
11141179
"@jridgewell/resolve-uri@^3.1.0":
11151180
version "3.1.2"
11161181
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
@@ -1126,6 +1191,11 @@
11261191
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
11271192
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
11281193

1194+
"@jridgewell/sourcemap-codec@^1.5.0":
1195+
version "1.5.5"
1196+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
1197+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
1198+
11291199
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
11301200
version "0.3.25"
11311201
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
@@ -1134,6 +1204,14 @@
11341204
"@jridgewell/resolve-uri" "^3.1.0"
11351205
"@jridgewell/sourcemap-codec" "^1.4.14"
11361206

1207+
"@jridgewell/trace-mapping@^0.3.28":
1208+
version "0.3.31"
1209+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
1210+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
1211+
dependencies:
1212+
"@jridgewell/resolve-uri" "^3.1.0"
1213+
"@jridgewell/sourcemap-codec" "^1.4.14"
1214+
11371215
"@mrmlnc/readdir-enhanced@^2.2.1":
11381216
version "2.2.1"
11391217
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"

0 commit comments

Comments
 (0)