Skip to content

Commit 67d91b5

Browse files
Bump @babel/helpers from 7.25.9 to 7.27.0
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.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-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a86f44a commit 67d91b5

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

yarn.lock

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.25.9"
1919
picocolors "^1.0.0"
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.25.9":
2231
version "7.25.9"
2332
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
@@ -164,12 +173,12 @@
164173
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
165174

166175
"@babel/helpers@^7.25.9":
167-
version "7.25.9"
168-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
169-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
176+
version "7.27.0"
177+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
178+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
170179
dependencies:
171-
"@babel/template" "^7.25.9"
172-
"@babel/types" "^7.25.9"
180+
"@babel/template" "^7.27.0"
181+
"@babel/types" "^7.27.0"
173182

174183
"@babel/highlight@^7.25.9":
175184
version "7.25.9"
@@ -188,6 +197,13 @@
188197
dependencies:
189198
"@babel/types" "^7.25.9"
190199

200+
"@babel/parser@^7.27.0":
201+
version "7.27.0"
202+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
203+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
204+
dependencies:
205+
"@babel/types" "^7.27.0"
206+
191207
"@babel/plugin-syntax-async-generators@^7.8.4":
192208
version "7.8.4"
193209
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -368,6 +384,15 @@
368384
"@babel/parser" "^7.25.9"
369385
"@babel/types" "^7.25.9"
370386

387+
"@babel/template@^7.27.0":
388+
version "7.27.0"
389+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
390+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
391+
dependencies:
392+
"@babel/code-frame" "^7.26.2"
393+
"@babel/parser" "^7.27.0"
394+
"@babel/types" "^7.27.0"
395+
371396
"@babel/traverse@^7.25.9":
372397
version "7.25.9"
373398
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -389,6 +414,14 @@
389414
"@babel/helper-string-parser" "^7.25.9"
390415
"@babel/helper-validator-identifier" "^7.25.9"
391416

417+
"@babel/types@^7.27.0":
418+
version "7.27.0"
419+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
420+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
421+
dependencies:
422+
"@babel/helper-string-parser" "^7.25.9"
423+
"@babel/helper-validator-identifier" "^7.25.9"
424+
392425
"@bcoe/v8-coverage@^0.2.3":
393426
version "0.2.3"
394427
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)