Skip to content

Commit 4e21640

Browse files
chore(deps): bump @babel/helpers from 7.23.9 to 7.27.0 in /js (#94)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.9 to 7.27.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.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 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 63800e2 commit 4e21640

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

js/yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.23.4"
1919
chalk "^2.4.2"
2020

21+
"@babel/code-frame@^7.26.2":
22+
version "7.26.2"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
24+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
25+
dependencies:
26+
"@babel/helper-validator-identifier" "^7.25.9"
27+
js-tokens "^4.0.0"
28+
picocolors "^1.0.0"
29+
2130
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
2231
version "7.23.5"
2332
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
@@ -215,11 +224,21 @@
215224
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
216225
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
217226

227+
"@babel/helper-string-parser@^7.25.9":
228+
version "7.25.9"
229+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
230+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
231+
218232
"@babel/helper-validator-identifier@^7.22.20":
219233
version "7.22.20"
220234
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
221235
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
222236

237+
"@babel/helper-validator-identifier@^7.25.9":
238+
version "7.25.9"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
240+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
241+
223242
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
224243
version "7.23.5"
225244
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -235,13 +254,12 @@
235254
"@babel/types" "^7.22.19"
236255

237256
"@babel/helpers@^7.23.9":
238-
version "7.23.9"
239-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
240-
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
257+
version "7.27.0"
258+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
259+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
241260
dependencies:
242-
"@babel/template" "^7.23.9"
243-
"@babel/traverse" "^7.23.9"
244-
"@babel/types" "^7.23.9"
261+
"@babel/template" "^7.27.0"
262+
"@babel/types" "^7.27.0"
245263

246264
"@babel/highlight@^7.23.4":
247265
version "7.23.4"
@@ -257,6 +275,13 @@
257275
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
258276
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
259277

278+
"@babel/parser@^7.27.0":
279+
version "7.27.0"
280+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
281+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
282+
dependencies:
283+
"@babel/types" "^7.27.0"
284+
260285
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
261286
version "7.23.3"
262287
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz#5cd1c87ba9380d0afb78469292c954fee5d2411a"
@@ -1032,6 +1057,15 @@
10321057
"@babel/parser" "^7.23.9"
10331058
"@babel/types" "^7.23.9"
10341059

1060+
"@babel/template@^7.27.0":
1061+
version "7.27.0"
1062+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1063+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1064+
dependencies:
1065+
"@babel/code-frame" "^7.26.2"
1066+
"@babel/parser" "^7.27.0"
1067+
"@babel/types" "^7.27.0"
1068+
10351069
"@babel/traverse@^7.23.9":
10361070
version "7.23.9"
10371071
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
@@ -1057,6 +1091,14 @@
10571091
"@babel/helper-validator-identifier" "^7.22.20"
10581092
to-fast-properties "^2.0.0"
10591093

1094+
"@babel/types@^7.27.0":
1095+
version "7.27.0"
1096+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1097+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1098+
dependencies:
1099+
"@babel/helper-string-parser" "^7.25.9"
1100+
"@babel/helper-validator-identifier" "^7.25.9"
1101+
10601102
"@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.0":
10611103
version "0.5.7"
10621104
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"

0 commit comments

Comments
 (0)