Skip to content

Commit fee01ea

Browse files
chore(deps): bump the npm_and_yarn group with 2 updates (#3618)
Bumps the npm_and_yarn group with 2 updates: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `@babel/helpers` from 7.26.0 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) Updates `@babel/runtime` from 7.24.4 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-runtime) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e2624a commit fee01ea

File tree

1 file changed

+42
-19
lines changed

1 file changed

+42
-19
lines changed

yarn.lock

+42-19
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ __metadata:
386386
languageName: node
387387
linkType: hard
388388

389-
"@babel/code-frame@npm:^7.12.13":
389+
"@babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.26.2":
390390
version: 7.26.2
391391
resolution: "@babel/code-frame@npm:7.26.2"
392392
dependencies:
@@ -543,12 +543,12 @@ __metadata:
543543
linkType: hard
544544

545545
"@babel/helpers@npm:^7.26.0":
546-
version: 7.26.0
547-
resolution: "@babel/helpers@npm:7.26.0"
546+
version: 7.26.10
547+
resolution: "@babel/helpers@npm:7.26.10"
548548
dependencies:
549-
"@babel/template": "npm:^7.25.9"
550-
"@babel/types": "npm:^7.26.0"
551-
checksum: 10c0/343333cced6946fe46617690a1d0789346960910225ce359021a88a60a65bc0d791f0c5d240c0ed46cf8cc63b5fd7df52734ff14e43b9c32feae2b61b1647097
549+
"@babel/template": "npm:^7.26.9"
550+
"@babel/types": "npm:^7.26.10"
551+
checksum: 10c0/f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
552552
languageName: node
553553
linkType: hard
554554

@@ -595,6 +595,17 @@ __metadata:
595595
languageName: node
596596
linkType: hard
597597

598+
"@babel/parser@npm:^7.26.9":
599+
version: 7.26.10
600+
resolution: "@babel/parser@npm:7.26.10"
601+
dependencies:
602+
"@babel/types": "npm:^7.26.10"
603+
bin:
604+
parser: ./bin/babel-parser.js
605+
checksum: 10c0/c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
606+
languageName: node
607+
linkType: hard
608+
598609
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
599610
version: 7.8.4
600611
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -782,21 +793,12 @@ __metadata:
782793
languageName: node
783794
linkType: hard
784795

785-
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.3.1":
786-
version: 7.24.8
787-
resolution: "@babel/runtime@npm:7.24.8"
796+
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.5.5":
797+
version: 7.26.10
798+
resolution: "@babel/runtime@npm:7.26.10"
788799
dependencies:
789800
regenerator-runtime: "npm:^0.14.0"
790-
checksum: 10c0/f24b30af6b3ecae19165b3b032f9bc37b2d1769677bd63b69a6f81061967cfc847aa822518402ea6616b1d301d7eb46986b99c9f69cdb5880834fca2e6b34881
791-
languageName: node
792-
linkType: hard
793-
794-
"@babel/runtime@npm:^7.5.5":
795-
version: 7.24.4
796-
resolution: "@babel/runtime@npm:7.24.4"
797-
dependencies:
798-
regenerator-runtime: "npm:^0.14.0"
799-
checksum: 10c0/785aff96a3aa8ff97f90958e1e8a7b1d47f793b204b47c6455eaadc3f694f48c97cd5c0a921fe3596d818e71f18106610a164fb0f1c71fd68c622a58269d537c
801+
checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745
800802
languageName: node
801803
linkType: hard
802804

@@ -811,6 +813,17 @@ __metadata:
811813
languageName: node
812814
linkType: hard
813815

816+
"@babel/template@npm:^7.26.9":
817+
version: 7.26.9
818+
resolution: "@babel/template@npm:7.26.9"
819+
dependencies:
820+
"@babel/code-frame": "npm:^7.26.2"
821+
"@babel/parser": "npm:^7.26.9"
822+
"@babel/types": "npm:^7.26.9"
823+
checksum: 10c0/019b1c4129cc01ad63e17529089c2c559c74709d225f595eee017af227fee11ae8a97a6ab19ae6768b8aa22d8d75dcb60a00b28f52e9fa78140672d928bc1ae9
824+
languageName: node
825+
linkType: hard
826+
814827
"@babel/traverse@npm:^7.25.9":
815828
version: 7.25.9
816829
resolution: "@babel/traverse@npm:7.25.9"
@@ -857,6 +870,16 @@ __metadata:
857870
languageName: node
858871
linkType: hard
859872

873+
"@babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9":
874+
version: 7.26.10
875+
resolution: "@babel/types@npm:7.26.10"
876+
dependencies:
877+
"@babel/helper-string-parser": "npm:^7.25.9"
878+
"@babel/helper-validator-identifier": "npm:^7.25.9"
879+
checksum: 10c0/7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
880+
languageName: node
881+
linkType: hard
882+
860883
"@bcoe/v8-coverage@npm:^0.2.3":
861884
version: 0.2.3
862885
resolution: "@bcoe/v8-coverage@npm:0.2.3"

0 commit comments

Comments
 (0)