Skip to content

Commit 9215b9c

Browse files
Bump @babel/runtime from 7.25.7 to 7.25.9
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.7 to 7.25.9. - [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.25.9/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 b12f1e0 commit 9215b9c

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.25.8",
66
"@babel/plugin-transform-runtime": "^7.25.7",
77
"@babel/preset-env": "^7.25.8",
8-
"@babel/runtime": "^7.25.7",
8+
"@babel/runtime": "^7.25.9",
99
"@egjs/hammerjs": "^2.0.17",
1010
"@fortawesome/fontawesome-free": "^6.6.0",
1111
"@popperjs/core": "^2.11.8",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ __metadata:
10911091
languageName: node
10921092
linkType: hard
10931093

1094-
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.25.7, @babel/runtime@npm:^7.8.4":
1094+
"@babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.8.4":
10951095
version: 7.25.7
10961096
resolution: "@babel/runtime@npm:7.25.7"
10971097
dependencies:
@@ -1100,6 +1100,15 @@ __metadata:
11001100
languageName: node
11011101
linkType: hard
11021102

1103+
"@babel/runtime@npm:^7.25.9":
1104+
version: 7.25.9
1105+
resolution: "@babel/runtime@npm:7.25.9"
1106+
dependencies:
1107+
regenerator-runtime: "npm:^0.14.0"
1108+
checksum: 10c0/d1727a47eab67b8a742cbf1ef336a20c3d906fe65d6316d073c72479125addfa4358c44dd7b95d114f241b93409b134fad7cea43f3bf8ca7e2ef344177eb72d8
1109+
languageName: node
1110+
linkType: hard
1111+
11031112
"@babel/template@npm:^7.25.7":
11041113
version: 7.25.7
11051114
resolution: "@babel/template@npm:7.25.7"
@@ -2606,7 +2615,7 @@ __metadata:
26062615
"@babel/core": "npm:^7.25.8"
26072616
"@babel/plugin-transform-runtime": "npm:^7.25.7"
26082617
"@babel/preset-env": "npm:^7.25.8"
2609-
"@babel/runtime": "npm:^7.25.7"
2618+
"@babel/runtime": "npm:^7.25.9"
26102619
"@egjs/hammerjs": "npm:^2.0.17"
26112620
"@fortawesome/fontawesome-free": "npm:^6.6.0"
26122621
"@popperjs/core": "npm:^2.11.8"

0 commit comments

Comments
 (0)