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

This commit is contained in:
Renovate Bot 2020-01-13 21:44:45 +00:00
parent 909014bdd7
commit 0b9b94fc5e
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, "requires": true,
"dependencies": { "dependencies": {
"@babel/parser": { "@babel/parser": {
"version": "7.8.0", "version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.0.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.3.tgz",
"integrity": "sha512-VVtsnUYbd1+2A2vOVhm4P2qNXQE8L/W859GpUHfUcdhX8d3pEKThZuIr6fztocWx9HbK+00/CR0tXnhAggJ4CA==" "integrity": "sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ=="
}, },
"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.8.0", "@babel/parser": "^7.8.3",
"@jsdoc/cli": "^0.2.0", "@jsdoc/cli": "^0.2.0",
"@jsdoc/core": "^0.3.0", "@jsdoc/core": "^0.3.0",
"@jsdoc/util": "^0.1.0", "@jsdoc/util": "^0.1.0",