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

This commit is contained in:
Renovate Bot 2021-06-21 22:47:09 +00:00
parent fdf53caa9c
commit 6db53fd71a
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.14.6",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.6.tgz",
"integrity": "sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ=="
"version": "7.14.7",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.7.tgz",
"integrity": "sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA=="
},
"bluebird": {
"version": "3.7.2",

View File

@ -14,7 +14,7 @@
"url": "https://github.com/jsdoc/jsdoc"
},
"dependencies": {
"@babel/parser": "^7.14.6",
"@babel/parser": "^7.14.7",
"@jsdoc/cli": "^0.2.5",
"@jsdoc/core": "^0.4.0",
"@jsdoc/parse": "^0.1.1",