Skip to content

Commit e91b902

Browse files
chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 (#154)
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-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 1fb78a3 commit e91b902

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
@@ -109,12 +109,12 @@
109109
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
110110

111111
"@babel/helpers@^7.26.0":
112-
version "7.26.0"
113-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
114-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
112+
version "7.27.0"
113+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
114+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
115115
dependencies:
116-
"@babel/template" "^7.25.9"
117-
"@babel/types" "^7.26.0"
116+
"@babel/template" "^7.27.0"
117+
"@babel/types" "^7.27.0"
118118

119119
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
120120
version "7.26.3"
@@ -123,6 +123,13 @@
123123
dependencies:
124124
"@babel/types" "^7.26.3"
125125

126+
"@babel/parser@^7.27.0":
127+
version "7.27.0"
128+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
129+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
130+
dependencies:
131+
"@babel/types" "^7.27.0"
132+
126133
"@babel/template@^7.25.9":
127134
version "7.25.9"
128135
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
@@ -132,6 +139,15 @@
132139
"@babel/parser" "^7.25.9"
133140
"@babel/types" "^7.25.9"
134141

142+
"@babel/template@^7.27.0":
143+
version "7.27.0"
144+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
145+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
146+
dependencies:
147+
"@babel/code-frame" "^7.26.2"
148+
"@babel/parser" "^7.27.0"
149+
"@babel/types" "^7.27.0"
150+
135151
"@babel/traverse@^7.25.9":
136152
version "7.26.4"
137153
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
@@ -153,6 +169,14 @@
153169
"@babel/helper-string-parser" "^7.25.9"
154170
"@babel/helper-validator-identifier" "^7.25.9"
155171

172+
"@babel/types@^7.27.0":
173+
version "7.27.0"
174+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
175+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
176+
dependencies:
177+
"@babel/helper-string-parser" "^7.25.9"
178+
"@babel/helper-validator-identifier" "^7.25.9"
179+
156180
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
157181
version "4.4.0"
158182
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"

0 commit comments

Comments
 (0)