Skip to content

Commit 3558671

Browse files
[MAINTENANCE] Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs/docusaurus (#11123)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Stauffer <[email protected]>
1 parent e9a269e commit 3558671

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

docs/docusaurus/yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,15 @@
226226
js-tokens "^4.0.0"
227227
picocolors "^1.0.0"
228228

229+
"@babel/code-frame@^7.27.1":
230+
version "7.27.1"
231+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
232+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
233+
dependencies:
234+
"@babel/helper-validator-identifier" "^7.27.1"
235+
js-tokens "^4.0.0"
236+
picocolors "^1.1.1"
237+
229238
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
230239
version "7.26.8"
231240
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
@@ -382,11 +391,21 @@
382391
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
383392
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
384393

394+
"@babel/helper-string-parser@^7.27.1":
395+
version "7.27.1"
396+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
397+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
398+
385399
"@babel/helper-validator-identifier@^7.25.9":
386400
version "7.25.9"
387401
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
388402
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
389403

404+
"@babel/helper-validator-identifier@^7.27.1":
405+
version "7.27.1"
406+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
407+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
408+
390409
"@babel/helper-validator-option@^7.25.9":
391410
version "7.25.9"
392411
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
@@ -402,12 +421,12 @@
402421
"@babel/types" "^7.25.9"
403422

404423
"@babel/helpers@^7.26.9":
405-
version "7.26.9"
406-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
407-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
424+
version "7.27.1"
425+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
426+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
408427
dependencies:
409-
"@babel/template" "^7.26.9"
410-
"@babel/types" "^7.26.9"
428+
"@babel/template" "^7.27.1"
429+
"@babel/types" "^7.27.1"
411430

412431
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.9":
413432
version "7.26.9"
@@ -416,6 +435,13 @@
416435
dependencies:
417436
"@babel/types" "^7.26.9"
418437

438+
"@babel/parser@^7.27.2":
439+
version "7.27.2"
440+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
441+
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
442+
dependencies:
443+
"@babel/types" "^7.27.1"
444+
419445
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
420446
version "7.25.9"
421447
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"
@@ -1180,6 +1206,15 @@
11801206
"@babel/parser" "^7.26.9"
11811207
"@babel/types" "^7.26.9"
11821208

1209+
"@babel/template@^7.27.1":
1210+
version "7.27.2"
1211+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1212+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1213+
dependencies:
1214+
"@babel/code-frame" "^7.27.1"
1215+
"@babel/parser" "^7.27.2"
1216+
"@babel/types" "^7.27.1"
1217+
11831218
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
11841219
version "7.26.9"
11851220
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
@@ -1201,6 +1236,14 @@
12011236
"@babel/helper-string-parser" "^7.25.9"
12021237
"@babel/helper-validator-identifier" "^7.25.9"
12031238

1239+
"@babel/types@^7.27.1":
1240+
version "7.27.1"
1241+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1242+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
1243+
dependencies:
1244+
"@babel/helper-string-parser" "^7.27.1"
1245+
"@babel/helper-validator-identifier" "^7.27.1"
1246+
12041247
"@bcoe/v8-coverage@^0.2.3":
12051248
version "0.2.3"
12061249
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)