fix(deps): update dependency @babel/parser to ^7.7.5

This commit is contained in:
Renovate Bot 2019-12-06 13:26:42 +00:00
parent c20fbb6494
commit 86f08218cf
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@babel/parser": { "@babel/parser": {
"version": "7.7.4", "version": "7.7.5",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.4.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.5.tgz",
"integrity": "sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==" "integrity": "sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig=="
}, },
"argparse": { "argparse": {
"version": "1.0.9", "version": "1.0.9",

View File

@ -14,7 +14,7 @@
"url": "https://github.com/jsdoc/jsdoc" "url": "https://github.com/jsdoc/jsdoc"
}, },
"dependencies": { "dependencies": {
"@babel/parser": "^7.7.4", "@babel/parser": "^7.7.5",
"@jsdoc/core": "^0.1.9", "@jsdoc/core": "^0.1.9",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"catharsis": "^0.8.11", "catharsis": "^0.8.11",