Skip to content

Commit 4a7920e

Browse files
Bump the babel group with 3 updates
Bumps the babel group with 3 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/cli` from 7.27.2 to 7.28.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.28.0/packages/babel-cli) Updates `@babel/core` from 7.27.7 to 7.28.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.28.0/packages/babel-core) Updates `@babel/preset-env` from 7.27.2 to 7.28.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.28.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 7.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/core" dependency-version: 7.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a984218 commit 4a7920e

File tree

2 files changed

+317
-100
lines changed

2 files changed

+317
-100
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"laboperator-middleware": "./bin/cli"
1111
},
1212
"dependencies": {
13-
"@babel/cli": "^7.27.2",
14-
"@babel/core": "^7.27.7",
15-
"@babel/preset-env": "^7.27.2",
13+
"@babel/cli": "^7.28.0",
14+
"@babel/core": "^7.28.0",
15+
"@babel/preset-env": "^7.28.0",
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",

0 commit comments

Comments
 (0)