1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Bump @babel/cli from 7.4.3 to 7.4.4

Bumps [@babel/cli](https://github.com/babel/babel) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-26 21:08:57 +00:00 committed by dependabot[bot]
parent 9bdb17f057
commit fe291ecd71
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.4.3",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.4.3.tgz",
"integrity": "sha512-cbC5H9iTDV9H7sMxK5rUm18UbdVPNTPqgdzmQAkOUP3YLysgDWLZaysVAfylK49rgTlzL01a6tXyq9rCb3yLhQ==",
"version": "7.4.4",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.4.4.tgz",
"integrity": "sha512-XGr5YjQSjgTa6OzQZY57FAJsdeVSAKR/u/KA5exWIz66IKtv/zXtHy+fIZcMry/EgYegwuHE7vzGnrFhjdIAsQ==",
"dev": true,
"requires": {
"chokidar": "^2.0.4",

View File

@ -39,7 +39,7 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.3",