Skip to content

Commit 8e9ead0

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

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.10",
77
"@babel/preset-env": "^7.26.9",
8-
"@babel/runtime": "^7.26.10",
8+
"@babel/runtime": "^7.27.0",
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
@@ -1071,7 +1071,7 @@ __metadata:
10711071
languageName: node
10721072
linkType: hard
10731073

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

1083+
"@babel/runtime@npm:^7.27.0":
1084+
version: 7.27.0
1085+
resolution: "@babel/runtime@npm:7.27.0"
1086+
dependencies:
1087+
regenerator-runtime: "npm:^0.14.0"
1088+
checksum: 10c0/35091ea9de48bd7fd26fb177693d64f4d195eb58ab2b142b893b7f3fa0f1d7c677604d36499ae0621a3703f35ba0c6a8f6c572cc8f7dc0317213841e493cf663
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"
@@ -2562,7 +2571,7 @@ __metadata:
25622571
"@babel/core": "npm:^7.26.10"
25632572
"@babel/plugin-transform-runtime": "npm:^7.26.10"
25642573
"@babel/preset-env": "npm:^7.26.9"
2565-
"@babel/runtime": "npm:^7.26.10"
2574+
"@babel/runtime": "npm:^7.27.0"
25662575
"@egjs/hammerjs": "npm:^2.0.17"
25672576
"@fortawesome/fontawesome-free": "npm:^6.7.2"
25682577
"@github/webauthn-json": "npm:^2.1.1"

0 commit comments

Comments
 (0)