Skip to content

Commit b2e2376

Browse files
build(deps-dev): bump @babel/core from 7.28.6 to 7.29.0 (#1663)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.6 to 7.29.0. - [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.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f21cff0 commit b2e2376

2 files changed

Lines changed: 15 additions & 63 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"winston": "^3.19.0"
6060
},
6161
"devDependencies": {
62-
"@babel/core": "^7.28.6",
62+
"@babel/core": "^7.29.0",
6363
"@babel/preset-env": "^7.29.0",
6464
"@babel/preset-typescript": "^7.28.5",
6565
"@eslint/eslintrc": "^3.3.3",

yarn.lock

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

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.28.6":
6-
version "7.28.6"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7"
8-
integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==
9-
dependencies:
10-
"@babel/helper-validator-identifier" "^7.28.5"
11-
js-tokens "^4.0.0"
12-
picocolors "^1.1.1"
13-
14-
"@babel/code-frame@^7.29.0":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
156
version "7.29.0"
167
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
178
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
@@ -25,39 +16,28 @@
2516
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
2617
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
2718

28-
"@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.6":
29-
version "7.28.6"
30-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.6.tgz#531bf883a1126e53501ba46eb3bb414047af507f"
31-
integrity sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==
19+
"@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.29.0":
20+
version "7.29.0"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
22+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
3223
dependencies:
33-
"@babel/code-frame" "^7.28.6"
34-
"@babel/generator" "^7.28.6"
24+
"@babel/code-frame" "^7.29.0"
25+
"@babel/generator" "^7.29.0"
3526
"@babel/helper-compilation-targets" "^7.28.6"
3627
"@babel/helper-module-transforms" "^7.28.6"
3728
"@babel/helpers" "^7.28.6"
38-
"@babel/parser" "^7.28.6"
29+
"@babel/parser" "^7.29.0"
3930
"@babel/template" "^7.28.6"
40-
"@babel/traverse" "^7.28.6"
41-
"@babel/types" "^7.28.6"
31+
"@babel/traverse" "^7.29.0"
32+
"@babel/types" "^7.29.0"
4233
"@jridgewell/remapping" "^2.3.5"
4334
convert-source-map "^2.0.0"
4435
debug "^4.1.0"
4536
gensync "^1.0.0-beta.2"
4637
json5 "^2.2.3"
4738
semver "^6.3.1"
4839

49-
"@babel/generator@^7.27.5", "@babel/generator@^7.28.6":
50-
version "7.28.6"
51-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
52-
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
53-
dependencies:
54-
"@babel/parser" "^7.28.6"
55-
"@babel/types" "^7.28.6"
56-
"@jridgewell/gen-mapping" "^0.3.12"
57-
"@jridgewell/trace-mapping" "^0.3.28"
58-
jsesc "^3.0.2"
59-
60-
"@babel/generator@^7.29.0":
40+
"@babel/generator@^7.27.5", "@babel/generator@^7.29.0":
6141
version "7.29.1"
6242
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
6343
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
@@ -241,14 +221,7 @@
241221
"@babel/template" "^7.28.6"
242222
"@babel/types" "^7.28.6"
243223

244-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.28.6":
245-
version "7.28.6"
246-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd"
247-
integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==
248-
dependencies:
249-
"@babel/types" "^7.28.6"
250-
251-
"@babel/parser@^7.29.0":
224+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
252225
version "7.29.0"
253226
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
254227
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
@@ -951,20 +924,7 @@
951924
"@babel/parser" "^7.28.6"
952925
"@babel/types" "^7.28.6"
953926

954-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6":
955-
version "7.28.6"
956-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
957-
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
958-
dependencies:
959-
"@babel/code-frame" "^7.28.6"
960-
"@babel/generator" "^7.28.6"
961-
"@babel/helper-globals" "^7.28.0"
962-
"@babel/parser" "^7.28.6"
963-
"@babel/template" "^7.28.6"
964-
"@babel/types" "^7.28.6"
965-
debug "^4.3.1"
966-
967-
"@babel/traverse@^7.29.0":
927+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
968928
version "7.29.0"
969929
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
970930
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
@@ -977,15 +937,7 @@
977937
"@babel/types" "^7.29.0"
978938
debug "^4.3.1"
979939

980-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.4.4":
981-
version "7.28.6"
982-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df"
983-
integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==
984-
dependencies:
985-
"@babel/helper-string-parser" "^7.27.1"
986-
"@babel/helper-validator-identifier" "^7.28.5"
987-
988-
"@babel/types@^7.29.0":
940+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4":
989941
version "7.29.0"
990942
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
991943
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==

0 commit comments

Comments
 (0)