Skip to content

Commit 3ea2af5

Browse files
build(deps): 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 4afa591 commit 3ea2af5

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
"@fortawesome/fontawesome-free": "^6.7.2",
1010
"@popperjs/core": "^2.11.8",
1111
"@sentry/browser": "^9.9.0",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,16 @@ __metadata:
10711071
languageName: node
10721072
linkType: hard
10731073

1074-
"@babel/runtime@npm:7.26.10, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
1074+
"@babel/runtime@npm:7.27.0":
1075+
version: 7.27.0
1076+
resolution: "@babel/runtime@npm:7.27.0"
1077+
dependencies:
1078+
regenerator-runtime: "npm:^0.14.0"
1079+
checksum: 10c0/35091ea9de48bd7fd26fb177693d64f4d195eb58ab2b142b893b7f3fa0f1d7c677604d36499ae0621a3703f35ba0c6a8f6c572cc8f7dc0317213841e493cf663
1080+
languageName: node
1081+
linkType: hard
1082+
1083+
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
10751084
version: 7.26.10
10761085
resolution: "@babel/runtime@npm:7.26.10"
10771086
dependencies:
@@ -2523,7 +2532,7 @@ __metadata:
25232532
"@babel/core": "npm:7.26.10"
25242533
"@babel/plugin-transform-runtime": "npm:7.26.10"
25252534
"@babel/preset-env": "npm:7.26.9"
2526-
"@babel/runtime": "npm:7.26.10"
2535+
"@babel/runtime": "npm:7.27.0"
25272536
"@fortawesome/fontawesome-free": "npm:^6.7.2"
25282537
"@popperjs/core": "npm:^2.11.8"
25292538
"@sentry/browser": "npm:^9.9.0"

0 commit comments

Comments
 (0)