Skip to content

Commit bce5fc9

Browse files
Bump the babel group with 3 updates (#4797)
Bumps the babel group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.24.0 to 7.24.3 - [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.24.3/packages/babel-core) Updates `@babel/eslint-parser` from 7.23.10 to 7.24.1 - [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.24.1/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.24.0 to 7.24.3 - [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.24.3/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/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor 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 72fc2ce commit bce5fc9

File tree

2 files changed

+476
-448
lines changed

2 files changed

+476
-448
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"youtubei.js": "^9.1.0"
8181
},
8282
"devDependencies": {
83-
"@babel/core": "^7.24.0",
84-
"@babel/eslint-parser": "^7.23.10",
83+
"@babel/core": "^7.24.3",
84+
"@babel/eslint-parser": "^7.24.1",
8585
"@babel/plugin-proposal-class-properties": "^7.18.6",
86-
"@babel/preset-env": "^7.24.0",
86+
"@babel/preset-env": "^7.24.3",
8787
"@double-great/stylelint-a11y": "^3.0.2",
8888
"babel-loader": "^9.1.3",
8989
"copy-webpack-plugin": "^12.0.2",

0 commit comments

Comments
 (0)