Skip to content

Commit e5429c4

Browse files
dependabot[bot]BridgeAR
authored andcommitted
chore(deps-dev): bump @babel/helpers from 7.29.7 to 8.0.0 (#9015)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.29.7 to 8.0.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/v8.0.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bd883a commit e5429c4

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"devDependencies": {
181181
"@actions/core": "^3.0.1",
182182
"@actions/github": "^9.1.1",
183-
"@babel/helpers": "^7.29.7",
183+
"@babel/helpers": "^8.0.0",
184184
"@eslint/eslintrc": "^3.3.5",
185185
"@eslint/js": "^9.39.2",
186186
"@msgpack/msgpack": "^3.1.3",

yarn.lock

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
js-tokens "^4.0.0"
6161
picocolors "^1.1.1"
6262

63+
"@babel/code-frame@^8.0.0":
64+
version "8.0.0"
65+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-8.0.0.tgz#f374ea9392011ffecf223805dd0d9315606e5bbf"
66+
integrity sha512-dYYg153EyN2Ekbqw2zAsbd6/JR+9N2SEoC7YV2GyyqMM7x9bLDTjBD6XBhSMLH0wtIVyJj03jWNriQhaN+eoCw==
67+
dependencies:
68+
"@babel/helper-validator-identifier" "^8.0.0"
69+
js-tokens "^10.0.0"
70+
6371
"@babel/compat-data@^7.29.7":
6472
version "7.29.7"
6573
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
@@ -135,11 +143,21 @@
135143
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
136144
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
137145

146+
"@babel/helper-string-parser@^8.0.0":
147+
version "8.0.0"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz#4d47d9ad35d0f5bd7d202b348bf558328a347977"
149+
integrity sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==
150+
138151
"@babel/helper-validator-identifier@^7.28.5", "@babel/helper-validator-identifier@^7.29.7":
139152
version "7.29.7"
140153
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
141154
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
142155

156+
"@babel/helper-validator-identifier@^8.0.0":
157+
version "8.0.2"
158+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.2.tgz#5527f2e24e5a9f4de7426dca448031749691bb6f"
159+
integrity sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==
160+
143161
"@babel/helper-validator-option@^7.29.7":
144162
version "7.29.7"
145163
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
@@ -153,13 +171,28 @@
153171
"@babel/template" "^7.29.7"
154172
"@babel/types" "^7.29.7"
155173

174+
"@babel/helpers@^8.0.0":
175+
version "8.0.0"
176+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-8.0.0.tgz#2c612d4b7fdbd5f1d2fa7321015e36b02d1a2d79"
177+
integrity sha512-wfbi91pM3py96oIiJEz7qIpyXDytgr9zQC1HEWwlGNVRAEmItuU/0a41ZUKu1sJGyhhOIpc4t5vk4PYzt8wpsg==
178+
dependencies:
179+
"@babel/template" "^8.0.0"
180+
"@babel/types" "^8.0.0"
181+
156182
"@babel/parser@^7.23.9", "@babel/parser@^7.29.7":
157183
version "7.29.7"
158184
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
159185
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
160186
dependencies:
161187
"@babel/types" "^7.29.7"
162188

189+
"@babel/parser@^8.0.0":
190+
version "8.0.0"
191+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-8.0.0.tgz#31f6860840277dc1c6d6f8b67bf74e0ccaa5df0a"
192+
integrity sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==
193+
dependencies:
194+
"@babel/types" "^8.0.0"
195+
163196
"@babel/template@^7.29.7":
164197
version "7.29.7"
165198
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
@@ -169,6 +202,15 @@
169202
"@babel/parser" "^7.29.7"
170203
"@babel/types" "^7.29.7"
171204

205+
"@babel/template@^8.0.0":
206+
version "8.0.0"
207+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-8.0.0.tgz#18c12626b0d6d23a0443771655864ed7566a3452"
208+
integrity sha512-eAD0QW/AlbamBbw0FeGiwasbCVPq5ncW0HNVyLP3B9czqLyh4gvw+5JTSNt6le9+ziAU7mqDZsKTHf3jTb4chQ==
209+
dependencies:
210+
"@babel/code-frame" "^8.0.0"
211+
"@babel/parser" "^8.0.0"
212+
"@babel/types" "^8.0.0"
213+
172214
"@babel/traverse@^7.29.7":
173215
version "7.29.7"
174216
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
@@ -190,6 +232,14 @@
190232
"@babel/helper-string-parser" "^7.29.7"
191233
"@babel/helper-validator-identifier" "^7.29.7"
192234

235+
"@babel/types@^8.0.0":
236+
version "8.0.0"
237+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-8.0.0.tgz#b518f1ef7f9838bffdca4e123b449d3f644f4494"
238+
integrity sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==
239+
dependencies:
240+
"@babel/helper-string-parser" "^8.0.0"
241+
"@babel/helper-validator-identifier" "^8.0.0"
242+
193243
"@datadog/flagging-core@1.2.1":
194244
version "1.2.1"
195245
resolved "https://registry.yarnpkg.com/@datadog/flagging-core/-/flagging-core-1.2.1.tgz#1bb2d1ecfd749033ed2570eccc8fb0697b8adfac"
@@ -2977,6 +3027,11 @@ jackspeak@^3.1.2:
29773027
optionalDependencies:
29783028
"@pkgjs/parseargs" "^0.11.0"
29793029

3030+
js-tokens@^10.0.0:
3031+
version "10.0.0"
3032+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-10.0.0.tgz#dffe7599b4a8bb7fe30aff8d0235234dffb79831"
3033+
integrity sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==
3034+
29803035
js-tokens@^4.0.0:
29813036
version "4.0.0"
29823037
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)