Skip to content

Commit 2c6c4ca

Browse files
Bump @babel/runtime from 7.26.9 to 7.26.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/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) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b591263 commit 2c6c4ca

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
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.10",
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ __metadata:
10951095
languageName: node
10961096
linkType: hard
10971097

1098-
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.26.9, @babel/runtime@npm:^7.8.4":
1098+
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
10991099
version: 7.26.9
11001100
resolution: "@babel/runtime@npm:7.26.9"
11011101
dependencies:
@@ -1104,6 +1104,15 @@ __metadata:
11041104
languageName: node
11051105
linkType: hard
11061106

1107+
"@babel/runtime@npm:^7.26.10":
1108+
version: 7.26.10
1109+
resolution: "@babel/runtime@npm:7.26.10"
1110+
dependencies:
1111+
regenerator-runtime: "npm:^0.14.0"
1112+
checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745
1113+
languageName: node
1114+
linkType: hard
1115+
11071116
"@babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
11081117
version: 7.26.9
11091118
resolution: "@babel/template@npm:7.26.9"
@@ -2623,7 +2632,7 @@ __metadata:
26232632
"@babel/core": "npm:^7.26.10"
26242633
"@babel/plugin-transform-runtime": "npm:^7.26.9"
26252634
"@babel/preset-env": "npm:^7.26.9"
2626-
"@babel/runtime": "npm:^7.26.9"
2635+
"@babel/runtime": "npm:^7.26.10"
26272636
"@egjs/hammerjs": "npm:^2.0.17"
26282637
"@fortawesome/fontawesome-free": "npm:^6.7.2"
26292638
"@github/webauthn-json": "npm:^2.1.1"

0 commit comments

Comments
 (0)