Skip to content

Commit 7eba446

Browse files
chore(deps): bump @babel/helpers from 7.25.7 to 7.27.0 in /documentation (#468)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.7 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 360f4f2 commit 7eba446

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

documentation/yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@
176176
"@babel/highlight" "^7.25.7"
177177
picocolors "^1.0.0"
178178

179+
"@babel/code-frame@^7.26.2":
180+
version "7.26.2"
181+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
182+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
183+
dependencies:
184+
"@babel/helper-validator-identifier" "^7.25.9"
185+
js-tokens "^4.0.0"
186+
picocolors "^1.0.0"
187+
179188
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7":
180189
version "7.25.7"
181190
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
@@ -348,11 +357,21 @@
348357
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
349358
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
350359

360+
"@babel/helper-string-parser@^7.25.9":
361+
version "7.25.9"
362+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
363+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
364+
351365
"@babel/helper-validator-identifier@^7.25.7":
352366
version "7.25.7"
353367
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
354368
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
355369

370+
"@babel/helper-validator-identifier@^7.25.9":
371+
version "7.25.9"
372+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
373+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
374+
356375
"@babel/helper-validator-option@^7.25.7":
357376
version "7.25.7"
358377
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
@@ -368,12 +387,12 @@
368387
"@babel/types" "^7.25.7"
369388

370389
"@babel/helpers@^7.25.7":
371-
version "7.25.7"
372-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
373-
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
390+
version "7.27.0"
391+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
392+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
374393
dependencies:
375-
"@babel/template" "^7.25.7"
376-
"@babel/types" "^7.25.7"
394+
"@babel/template" "^7.27.0"
395+
"@babel/types" "^7.27.0"
377396

378397
"@babel/highlight@^7.25.7":
379398
version "7.25.7"
@@ -392,6 +411,13 @@
392411
dependencies:
393412
"@babel/types" "^7.25.7"
394413

414+
"@babel/parser@^7.27.0":
415+
version "7.27.0"
416+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
417+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
418+
dependencies:
419+
"@babel/types" "^7.27.0"
420+
395421
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
396422
version "7.25.7"
397423
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
@@ -1178,6 +1204,15 @@
11781204
"@babel/parser" "^7.25.7"
11791205
"@babel/types" "^7.25.7"
11801206

1207+
"@babel/template@^7.27.0":
1208+
version "7.27.0"
1209+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1210+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1211+
dependencies:
1212+
"@babel/code-frame" "^7.26.2"
1213+
"@babel/parser" "^7.27.0"
1214+
"@babel/types" "^7.27.0"
1215+
11811216
"@babel/traverse@^7.22.8", "@babel/traverse@^7.25.7":
11821217
version "7.25.7"
11831218
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
@@ -1200,6 +1235,14 @@
12001235
"@babel/helper-validator-identifier" "^7.25.7"
12011236
to-fast-properties "^2.0.0"
12021237

1238+
"@babel/types@^7.27.0":
1239+
version "7.27.0"
1240+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1241+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1242+
dependencies:
1243+
"@babel/helper-string-parser" "^7.25.9"
1244+
"@babel/helper-validator-identifier" "^7.25.9"
1245+
12031246
12041247
version "1.5.0"
12051248
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)