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

This commit is contained in:
Renovate Bot 2021-12-13 23:23:22 +00:00
parent 5227479d97
commit a8a0e4be44
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.4", "@babel/parser": "^7.16.5",
"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.4", "version": "7.16.5",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.5.tgz",
"integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==", "integrity": "sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==",
"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.4", "version": "7.16.5",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.5.tgz",
"integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==" "integrity": "sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw=="
}, },
"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.4", "@babel/parser": "^7.16.5",
"@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",