Skip to content

Commit 2dc3bd0

Browse files
Bump @babel/helpers from 7.22.6 to 7.26.10 in /frontend
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.22.6 to 7.26.10. - [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.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80d799a commit 2dc3bd0

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

frontend/yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@
184184
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
185185

186186
"@babel/helpers@^7.26.0":
187-
version "7.26.0"
188-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
189-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
187+
version "7.27.0"
188+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
189+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
190190
dependencies:
191-
"@babel/template" "^7.25.9"
192-
"@babel/types" "^7.26.0"
191+
"@babel/template" "^7.27.0"
192+
"@babel/types" "^7.27.0"
193193

194194
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
195195
version "7.26.5"
@@ -198,6 +198,13 @@
198198
dependencies:
199199
"@babel/types" "^7.26.5"
200200

201+
"@babel/parser@^7.27.0":
202+
version "7.27.0"
203+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
204+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
205+
dependencies:
206+
"@babel/types" "^7.27.0"
207+
201208
"@babel/plugin-syntax-async-generators@^7.8.4":
202209
version "7.8.4"
203210
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -347,6 +354,15 @@
347354
"@babel/parser" "^7.25.9"
348355
"@babel/types" "^7.25.9"
349356

357+
"@babel/template@^7.27.0":
358+
version "7.27.0"
359+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
360+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
361+
dependencies:
362+
"@babel/code-frame" "^7.26.2"
363+
"@babel/parser" "^7.27.0"
364+
"@babel/types" "^7.27.0"
365+
350366
"@babel/traverse@^7.25.9":
351367
version "7.26.5"
352368
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.5.tgz#6d0be3e772ff786456c1a37538208286f6e79021"
@@ -368,6 +384,14 @@
368384
"@babel/helper-string-parser" "^7.25.9"
369385
"@babel/helper-validator-identifier" "^7.25.9"
370386

387+
"@babel/types@^7.27.0":
388+
version "7.27.0"
389+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
390+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
391+
dependencies:
392+
"@babel/helper-string-parser" "^7.25.9"
393+
"@babel/helper-validator-identifier" "^7.25.9"
394+
371395
"@bcoe/v8-coverage@^0.2.3":
372396
version "0.2.3"
373397
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)