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

This commit is contained in:
Renovate Bot 2019-11-06 23:33:27 +00:00
parent 3c26556aa7
commit f3af68b939
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,
"dependencies": {
"@babel/parser": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.0.tgz",
"integrity": "sha512-GqL+Z0d7B7ADlQBMXlJgvXEbtt5qlqd1YQ5fr12hTSfh7O/vgrEIvJxU2e7aSVrEUn75zTZ6Nd0s8tthrlZnrQ=="
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.2.tgz",
"integrity": "sha512-DDaR5e0g4ZTb9aP7cpSZLkACEBdoLGwJDWgHtBhrGX7Q1RjhdoMOfexICj5cqTAtpowjGQWfcvfnQG7G2kAB5w=="
},
"argparse": {
"version": "1.0.9",

View File

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