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

This commit is contained in:
Renovate Bot 2021-12-15 00:56:09 +00:00
parent a8a0e4be44
commit 0b0b0f32f4
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", "version": "4.0.0-dev.17",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/parser": "^7.16.5", "@babel/parser": "^7.16.6",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"catharsis": "^0.9.0", "catharsis": "^0.9.0",
"code-prettify": "^0.1.0", "code-prettify": "^0.1.0",
@ -31,9 +31,9 @@
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.16.5", "version": "7.16.6",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.5.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
"integrity": "sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==", "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==",
"bin": { "bin": {
"parser": "bin/babel-parser.js" "parser": "bin/babel-parser.js"
}, },
@ -131,9 +131,9 @@
}, },
"dependencies": { "dependencies": {
"@babel/parser": { "@babel/parser": {
"version": "7.16.5", "version": "7.16.6",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.5.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
"integrity": "sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==" "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ=="
}, },
"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.16.5", "@babel/parser": "^7.16.6",
"@jsdoc/cli": "^0.2.6", "@jsdoc/cli": "^0.2.6",
"@jsdoc/core": "^0.4.1", "@jsdoc/core": "^0.4.1",
"@jsdoc/parse": "^0.1.2", "@jsdoc/parse": "^0.1.2",