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

This commit is contained in:
Renovate Bot 2021-12-31 01:32:42 +00:00
parent 64c8bb3695
commit 94c8495ae3
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"version": "4.0.0-dev.17",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.16.6",
"@babel/parser": "^7.16.7",
"bluebird": "^3.7.2",
"catharsis": "^0.9.0",
"code-prettify": "^0.1.0",
@ -31,9 +31,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.16.6",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
"integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==",
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
"integrity": "sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -131,9 +131,9 @@
},
"dependencies": {
"@babel/parser": {
"version": "7.16.6",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
"integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ=="
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
"integrity": "sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA=="
},
"bluebird": {
"version": "3.7.2",

View File

@ -14,7 +14,7 @@
"url": "https://github.com/jsdoc/jsdoc"
},
"dependencies": {
"@babel/parser": "^7.16.6",
"@babel/parser": "^7.16.7",
"@jsdoc/cli": "^0.2.6",
"@jsdoc/core": "^0.4.1",
"@jsdoc/parse": "^0.1.2",