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

This commit is contained in:
Renovate Bot 2020-03-24 08:40:09 +00:00
parent d5efd09812
commit 5c0c7c8658
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/parser": {
"version": "7.9.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.3.tgz",
"integrity": "sha512-E6SpIDJZ0cZAKoCNk+qSDd0ChfTnpiJN9FfNf3RZ20dzwA2vL2oq5IX1XTVT+4vDmRlta2nGk5HGMMskJAR+4A=="
"version": "7.9.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz",
"integrity": "sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA=="
},
"argparse": {
"version": "1.0.9",

View File

@ -14,7 +14,7 @@
"url": "https://github.com/jsdoc/jsdoc"
},
"dependencies": {
"@babel/parser": "^7.9.3",
"@babel/parser": "^7.9.4",
"@jsdoc/cli": "^0.2.2",
"@jsdoc/core": "^0.3.1",
"@jsdoc/util": "^0.2.1",