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

This commit is contained in:
Renovate Bot 2021-07-20 19:30:06 +00:00
parent b3c02556c0
commit f4c53b4420
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.14.7", "version": "7.14.8",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.7.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz",
"integrity": "sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==" "integrity": "sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA=="
}, },
"bluebird": { "bluebird": {
"version": "3.7.2", "version": "3.7.2",

View File

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