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

This commit is contained in:
Renovate Bot 2022-01-22 16:06:47 +00:00
parent 86f25c7363
commit a78514e5e9
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.10", "@babel/parser": "^7.16.12",
"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.10", "version": "7.16.12",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.10.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.12.tgz",
"integrity": "sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==", "integrity": "sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==",
"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.10", "version": "7.16.12",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.10.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.12.tgz",
"integrity": "sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==" "integrity": "sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A=="
}, },
"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.10", "@babel/parser": "^7.16.12",
"@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",