Skip to content

Commit 8047401

Browse files
dependabot[bot]tyler-dane
authored andcommitted
build(deps): bump @babel/helpers from 7.26.0 to 7.27.0
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 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] <support@github.com>
1 parent fac3156 commit 8047401

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,12 +472,12 @@
472472
"@babel/types" "^7.25.9"
473473

474474
"@babel/helpers@^7.26.0":
475-
version "7.26.0"
476-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
477-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
475+
version "7.27.0"
476+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
477+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
478478
dependencies:
479-
"@babel/template" "^7.25.9"
480-
"@babel/types" "^7.26.0"
479+
"@babel/template" "^7.27.0"
480+
"@babel/types" "^7.27.0"
481481

482482
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
483483
version "7.26.3"
@@ -486,6 +486,13 @@
486486
dependencies:
487487
"@babel/types" "^7.26.3"
488488

489+
"@babel/parser@^7.27.0":
490+
version "7.27.0"
491+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
492+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
493+
dependencies:
494+
"@babel/types" "^7.27.0"
495+
489496
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
490497
version "7.25.9"
491498
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"
@@ -1154,6 +1161,15 @@
11541161
"@babel/parser" "^7.25.9"
11551162
"@babel/types" "^7.25.9"
11561163

1164+
"@babel/template@^7.27.0":
1165+
version "7.27.0"
1166+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1167+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1168+
dependencies:
1169+
"@babel/code-frame" "^7.26.2"
1170+
"@babel/parser" "^7.27.0"
1171+
"@babel/types" "^7.27.0"
1172+
11571173
"@babel/traverse@^7.25.9":
11581174
version "7.26.4"
11591175
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
@@ -1175,6 +1191,14 @@
11751191
"@babel/helper-string-parser" "^7.25.9"
11761192
"@babel/helper-validator-identifier" "^7.25.9"
11771193

1194+
"@babel/types@^7.27.0":
1195+
version "7.27.0"
1196+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1197+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1198+
dependencies:
1199+
"@babel/helper-string-parser" "^7.25.9"
1200+
"@babel/helper-validator-identifier" "^7.25.9"
1201+
11781202
"@braintree/sanitize-url@^7.0.4":
11791203
version "7.1.1"
11801204
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz#15e19737d946559289b915e5dad3b4c28407735e"

0 commit comments

Comments
 (0)