Skip to content

Commit 9bfec60

Browse files
authoredDec 11, 2023
chore(deps-dev): bump the babel group with 2 updates (#1642)
Bumps the babel group with 2 updates: [@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/core` from 7.23.5 to 7.23.6 - [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.23.6/packages/babel-core) Updates `@babel/preset-env` from 7.23.5 to 7.23.6 - [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.23.6/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 541f4bc commit 9bfec60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"spdx-satisfies": "~5.0.1"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "7.23.5",
52-
"@babel/preset-env": "7.23.5",
51+
"@babel/core": "7.23.6",
52+
"@babel/preset-env": "7.23.6",
5353
"@babel/register": "7.22.15",
5454
"@rollup/plugin-babel": "6.0.4",
5555
"@rollup/plugin-commonjs": "25.0.7",

0 commit comments

Comments
 (0)
Please sign in to comment.