Skip to content

Commit 5f07605

Browse files
Bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers). Updates `@babel/runtime` from 7.26.9 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) Updates `@babel/helpers` from 7.26.9 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/runtime" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afef0be commit 5f07605

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "^7.26.9",
66
"@babel/plugin-transform-runtime": "^7.26.9",
77
"@babel/preset-env": "^7.26.9",
8-
"@babel/runtime": "^7.26.9",
8+
"@babel/runtime": "^7.26.10",
99
"@egjs/hammerjs": "^2.0.17",
1010
"@fortawesome/fontawesome-free": "^6.7.2",
1111
"@github/webauthn-json": "^2.1.1",

yarn.lock

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ __metadata:
254254
linkType: hard
255255

256256
"@babel/helpers@npm:^7.26.9":
257-
version: 7.26.9
258-
resolution: "@babel/helpers@npm:7.26.9"
257+
version: 7.26.10
258+
resolution: "@babel/helpers@npm:7.26.10"
259259
dependencies:
260260
"@babel/template": "npm:^7.26.9"
261-
"@babel/types": "npm:^7.26.9"
262-
checksum: 10c0/3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
261+
"@babel/types": "npm:^7.26.10"
262+
checksum: 10c0/f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
263263
languageName: node
264264
linkType: hard
265265

@@ -1071,7 +1071,7 @@ __metadata:
10711071
languageName: node
10721072
linkType: hard
10731073

1074-
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.26.9, @babel/runtime@npm:^7.8.4":
1074+
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
10751075
version: 7.26.9
10761076
resolution: "@babel/runtime@npm:7.26.9"
10771077
dependencies:
@@ -1080,6 +1080,15 @@ __metadata:
10801080
languageName: node
10811081
linkType: hard
10821082

1083+
"@babel/runtime@npm:^7.26.10":
1084+
version: 7.26.10
1085+
resolution: "@babel/runtime@npm:7.26.10"
1086+
dependencies:
1087+
regenerator-runtime: "npm:^0.14.0"
1088+
checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745
1089+
languageName: node
1090+
linkType: hard
1091+
10831092
"@babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
10841093
version: 7.26.9
10851094
resolution: "@babel/template@npm:7.26.9"
@@ -1116,6 +1125,16 @@ __metadata:
11161125
languageName: node
11171126
linkType: hard
11181127

1128+
"@babel/types@npm:^7.26.10":
1129+
version: 7.26.10
1130+
resolution: "@babel/types@npm:7.26.10"
1131+
dependencies:
1132+
"@babel/helper-string-parser": "npm:^7.25.9"
1133+
"@babel/helper-validator-identifier": "npm:^7.25.9"
1134+
checksum: 10c0/7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
1135+
languageName: node
1136+
linkType: hard
1137+
11191138
"@discoveryjs/json-ext@npm:^0.6.1":
11201139
version: 0.6.3
11211140
resolution: "@discoveryjs/json-ext@npm:0.6.3"
@@ -2574,7 +2593,7 @@ __metadata:
25742593
"@babel/core": "npm:^7.26.9"
25752594
"@babel/plugin-transform-runtime": "npm:^7.26.9"
25762595
"@babel/preset-env": "npm:^7.26.9"
2577-
"@babel/runtime": "npm:^7.26.9"
2596+
"@babel/runtime": "npm:^7.26.10"
25782597
"@egjs/hammerjs": "npm:^2.0.17"
25792598
"@fortawesome/fontawesome-free": "npm:^6.7.2"
25802599
"@github/webauthn-json": "npm:^2.1.1"

0 commit comments

Comments
 (0)