chore(deps-dev): bump @babel/cli in /superset-frontend (#17500)

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.15.7 to 7.16.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.16.0/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-23 11:17:40 +02:00 committed by GitHub
parent 228f93660d
commit 29bc9f424b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

View File

@ -137,7 +137,7 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/cli": "^7.16.0",
"@babel/compat-data": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
@ -320,9 +320,9 @@
}
},
"node_modules/@babel/cli": {
"version": "7.15.7",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.15.7.tgz",
"integrity": "sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.0.tgz",
"integrity": "sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==",
"dev": true,
"dependencies": {
"commander": "^4.0.1",
@ -55404,7 +55404,9 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"src": {}
"src": {
"version": "0.0.1"
}
},
"dependencies": {
"@ant-design/colors": {
@ -55446,9 +55448,9 @@
}
},
"@babel/cli": {
"version": "7.15.7",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.15.7.tgz",
"integrity": "sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.0.tgz",
"integrity": "sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==",
"dev": true,
"requires": {
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",

View File

@ -203,7 +203,7 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/cli": "^7.16.0",
"@babel/compat-data": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",