Bump @babel/cli from 7.7.5 to 7.7.7 (#29903)

Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-24 14:50:49 +02:00 committed by XhmikosR
parent eb0ccdd5ec
commit 16954d67dc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
"version": "7.7.5",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.5.tgz",
"integrity": "sha512-y2YrMGXM3NUyu1Myg0pxg+Lx6g8XhEyvLHYNRwTBV6fDek3H7Io6b7N/LXscLs4HWn4HxMdy7f2rM1rTMp2mFg==",
"version": "7.7.7",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.7.tgz",
"integrity": "sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==",
"dev": true,
"requires": {
"chokidar": "^2.1.8",

View File

@ -86,7 +86,7 @@
"popper.js": "^1.16.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/preset-env": "^7.7.6",