Skip to content

Commit 80a3055

Browse files
build(deps): bump @babel/runtime from 7.27.0 to 7.27.1
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.0 to 7.27.1. - [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.1/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e471f2f commit 80a3055

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-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.27.1",
66
"@babel/plugin-transform-runtime": "7.27.1",
77
"@babel/preset-env": "7.26.9",
8-
"@babel/runtime": "7.27.0",
8+
"@babel/runtime": "7.27.1",
99
"@fortawesome/fontawesome-free": "^6.7.2",
1010
"@popperjs/core": "^2.11.8",
1111
"@sentry/browser": "^9.15.0",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,14 @@ __metadata:
11771177
languageName: node
11781178
linkType: hard
11791179

1180-
"@babel/runtime@npm:7.27.0, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
1180+
"@babel/runtime@npm:7.27.1":
1181+
version: 7.27.1
1182+
resolution: "@babel/runtime@npm:7.27.1"
1183+
checksum: 10c0/530a7332f86ac5a7442250456823a930906911d895c0b743bf1852efc88a20a016ed4cd26d442d0ca40ae6d5448111e02a08dd638a4f1064b47d080e2875dc05
1184+
languageName: node
1185+
linkType: hard
1186+
1187+
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
11811188
version: 7.27.0
11821189
resolution: "@babel/runtime@npm:7.27.0"
11831190
dependencies:
@@ -2664,7 +2671,7 @@ __metadata:
26642671
"@babel/core": "npm:7.27.1"
26652672
"@babel/plugin-transform-runtime": "npm:7.27.1"
26662673
"@babel/preset-env": "npm:7.26.9"
2667-
"@babel/runtime": "npm:7.27.0"
2674+
"@babel/runtime": "npm:7.27.1"
26682675
"@fortawesome/fontawesome-free": "npm:^6.7.2"
26692676
"@popperjs/core": "npm:^2.11.8"
26702677
"@sentry/browser": "npm:^9.15.0"

0 commit comments

Comments
 (0)