Skip to content

Commit d6d6328

Browse files
build(deps): 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 866dd69 commit d6d6328

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.9",
66
"@babel/plugin-transform-runtime": "7.26.10",
77
"@babel/preset-env": "7.26.9",
8-
"@babel/runtime": "7.26.9",
8+
"@babel/runtime": "7.26.10",
99
"@fortawesome/fontawesome-free": "^6.7.2",
1010
"@popperjs/core": "^2.11.8",
1111
"@sentry/browser": "^9.5.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.9, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
1074+
"@babel/runtime@npm:7.26.10":
1075+
version: 7.26.10
1076+
resolution: "@babel/runtime@npm:7.26.10"
1077+
dependencies:
1078+
regenerator-runtime: "npm:^0.14.0"
1079+
checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745
1080+
languageName: node
1081+
linkType: hard
1082+
1083+
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
10751084
version: 7.26.9
10761085
resolution: "@babel/runtime@npm:7.26.9"
10771086
dependencies:
@@ -2523,7 +2532,7 @@ __metadata:
25232532
"@babel/core": "npm:7.26.9"
25242533
"@babel/plugin-transform-runtime": "npm:7.26.10"
25252534
"@babel/preset-env": "npm:7.26.9"
2526-
"@babel/runtime": "npm:7.26.9"
2535+
"@babel/runtime": "npm:7.26.10"
25272536
"@fortawesome/fontawesome-free": "npm:^6.7.2"
25282537
"@popperjs/core": "npm:^2.11.8"
25292538
"@sentry/browser": "npm:^9.5.0"

0 commit comments

Comments
 (0)