Skip to content

Commit a7e04f2

Browse files
Bump @babel/helpers from 7.25.7 to 7.26.10 in /docuilib (#3608)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.7 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d089996 commit a7e04f2

File tree

1 file changed

+39
-17
lines changed

1 file changed

+39
-17
lines changed

docuilib/yarn.lock

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ __metadata:
226226
languageName: node
227227
linkType: hard
228228

229-
"@babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0":
229+
"@babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0, @babel/code-frame@npm:^7.26.2":
230230
version: 7.26.2
231231
resolution: "@babel/code-frame@npm:7.26.2"
232232
dependencies:
@@ -716,23 +716,13 @@ __metadata:
716716
languageName: node
717717
linkType: hard
718718

719-
"@babel/helpers@npm:^7.25.7":
720-
version: 7.25.7
721-
resolution: "@babel/helpers@npm:7.25.7"
719+
"@babel/helpers@npm:^7.25.7, @babel/helpers@npm:^7.26.0":
720+
version: 7.26.10
721+
resolution: "@babel/helpers@npm:7.26.10"
722722
dependencies:
723-
"@babel/template": ^7.25.7
724-
"@babel/types": ^7.25.7
725-
checksum: a73242850915ef2956097431fbab3a840b7d6298555ad4c6f596db7d1b43cf769181716e7b65f8f7015fe48748b9c454d3b9c6cf4506cb840b967654463b0819
726-
languageName: node
727-
linkType: hard
728-
729-
"@babel/helpers@npm:^7.26.0":
730-
version: 7.26.0
731-
resolution: "@babel/helpers@npm:7.26.0"
732-
dependencies:
733-
"@babel/template": ^7.25.9
734-
"@babel/types": ^7.26.0
735-
checksum: d77fe8d45033d6007eadfa440355c1355eed57902d5a302f450827ad3d530343430a21210584d32eef2f216ae463d4591184c6fc60cf205bbf3a884561469200
723+
"@babel/template": ^7.26.9
724+
"@babel/types": ^7.26.10
725+
checksum: daa3689024a4fc5e024fea382915c6fb0fde15cf1b2f6093435725c79edccbef7646d4a656b199c046ff5c61846d1b3876d6096b7bf0635823de6aaff2a1e1a4
736726
languageName: node
737727
linkType: hard
738728

@@ -770,6 +760,17 @@ __metadata:
770760
languageName: node
771761
linkType: hard
772762

763+
"@babel/parser@npm:^7.26.9":
764+
version: 7.26.10
765+
resolution: "@babel/parser@npm:7.26.10"
766+
dependencies:
767+
"@babel/types": ^7.26.10
768+
bin:
769+
parser: ./bin/babel-parser.js
770+
checksum: 81f9af962aea55a2973d213dffc6191939df7eba0511ba585d23f0d838931f5fca2efb83ae382e4b9bb486f20ae1b2607cb1b8be49af89e9f011fb4355727f47
771+
languageName: node
772+
linkType: hard
773+
773774
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.7":
774775
version: 7.25.7
775776
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
@@ -2792,6 +2793,17 @@ __metadata:
27922793
languageName: node
27932794
linkType: hard
27942795

2796+
"@babel/template@npm:^7.26.9":
2797+
version: 7.26.9
2798+
resolution: "@babel/template@npm:7.26.9"
2799+
dependencies:
2800+
"@babel/code-frame": ^7.26.2
2801+
"@babel/parser": ^7.26.9
2802+
"@babel/types": ^7.26.9
2803+
checksum: 32259298c775e543ab994daff0c758b3d6a184349b146d6497aa46cec5907bc47a6bc09e7295a81a5eccfbd023d4811a9777cb5d698d582d09a87cabf5b576e7
2804+
languageName: node
2805+
linkType: hard
2806+
27952807
"@babel/traverse@npm:^7.25.7":
27962808
version: 7.25.7
27972809
resolution: "@babel/traverse@npm:7.25.7"
@@ -2843,6 +2855,16 @@ __metadata:
28432855
languageName: node
28442856
linkType: hard
28452857

2858+
"@babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9":
2859+
version: 7.26.10
2860+
resolution: "@babel/types@npm:7.26.10"
2861+
dependencies:
2862+
"@babel/helper-string-parser": ^7.25.9
2863+
"@babel/helper-validator-identifier": ^7.25.9
2864+
checksum: 07340068ea3824dcaccf702dfc9628175c9926912ad6efba182d8b07e20953297d0a514f6fb103a61b9d5c555c8b87fc2237ddb06efebe14794eefc921dfa114
2865+
languageName: node
2866+
linkType: hard
2867+
28462868
"@colors/colors@npm:1.5.0":
28472869
version: 1.5.0
28482870
resolution: "@colors/colors@npm:1.5.0"

0 commit comments

Comments
 (0)