Skip to content

Commit 2edea1c

Browse files
build(deps): bump @babel/core from 7.28.4 to 7.28.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.4 to 7.28.5. - [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.28.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed66d86 commit 2edea1c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeharbor",
33
"private": true,
44
"dependencies": {
5-
"@babel/core": "7.28.4",
5+
"@babel/core": "7.28.5",
66
"@babel/plugin-transform-runtime": "7.28.3",
77
"@babel/preset-env": "7.28.5",
88
"@babel/runtime": "7.28.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@ __metadata:
3030
languageName: node
3131
linkType: hard
3232

33-
"@babel/core@npm:7.28.4":
34-
version: 7.28.4
35-
resolution: "@babel/core@npm:7.28.4"
33+
"@babel/core@npm:7.28.5":
34+
version: 7.28.5
35+
resolution: "@babel/core@npm:7.28.5"
3636
dependencies:
3737
"@babel/code-frame": "npm:^7.27.1"
38-
"@babel/generator": "npm:^7.28.3"
38+
"@babel/generator": "npm:^7.28.5"
3939
"@babel/helper-compilation-targets": "npm:^7.27.2"
4040
"@babel/helper-module-transforms": "npm:^7.28.3"
4141
"@babel/helpers": "npm:^7.28.4"
42-
"@babel/parser": "npm:^7.28.4"
42+
"@babel/parser": "npm:^7.28.5"
4343
"@babel/template": "npm:^7.27.2"
44-
"@babel/traverse": "npm:^7.28.4"
45-
"@babel/types": "npm:^7.28.4"
44+
"@babel/traverse": "npm:^7.28.5"
45+
"@babel/types": "npm:^7.28.5"
4646
"@jridgewell/remapping": "npm:^2.3.5"
4747
convert-source-map: "npm:^2.0.0"
4848
debug: "npm:^4.1.0"
4949
gensync: "npm:^1.0.0-beta.2"
5050
json5: "npm:^2.2.3"
5151
semver: "npm:^6.3.1"
52-
checksum: 10c0/ef5a6c3c6bf40d3589b5593f8118cfe2602ce737412629fb6e26d595be2fcbaae0807b43027a5c42ec4fba5b895ff65891f2503b5918c8a3ea3542ab44d4c278
52+
checksum: 10c0/535f82238027621da6bdffbdbe896ebad3558b311d6f8abc680637a9859b96edbf929ab010757055381570b29cf66c4a295b5618318d27a4273c0e2033925e72
5353
languageName: node
5454
linkType: hard
5555

@@ -2713,7 +2713,7 @@ __metadata:
27132713
version: 0.0.0-use.local
27142714
resolution: "codeharbor@workspace:."
27152715
dependencies:
2716-
"@babel/core": "npm:7.28.4"
2716+
"@babel/core": "npm:7.28.5"
27172717
"@babel/plugin-transform-runtime": "npm:7.28.3"
27182718
"@babel/preset-env": "npm:7.28.5"
27192719
"@babel/runtime": "npm:7.28.4"

0 commit comments

Comments
 (0)