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

This commit is contained in:
renovate[bot] 2022-11-07 14:59:49 +00:00 committed by GitHub
parent 21c25d5635
commit 1a78919464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View File

@ -9,7 +9,7 @@
"version": "0.1.4",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.20.2",
"@babel/parser": "^7.20.3",
"lodash": "^4.17.21"
},
"engines": {
@ -17,9 +17,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.2.tgz",
"integrity": "sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==",
"version": "7.20.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/parser": {
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.2.tgz",
"integrity": "sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg=="
"version": "7.20.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg=="
},
"lodash": {
"version": "4.17.21",

View File

@ -22,7 +22,7 @@
"url": "https://github.com/jsdoc/jsdoc/issues"
},
"dependencies": {
"@babel/parser": "^7.20.2",
"@babel/parser": "^7.20.3",
"@jsdoc/core": "^0.4.3",
"@jsdoc/util": "^0.2.7",
"lodash": "^4.17.21"

View File

@ -9,7 +9,7 @@
"version": "5.0.0-dev.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.20.2",
"@babel/parser": "^7.20.3",
"bluebird": "^3.7.2",
"catharsis": "^0.9.0",
"code-prettify": "^0.1.0",
@ -30,9 +30,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.2.tgz",
"integrity": "sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==",
"version": "7.20.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -125,9 +125,9 @@
},
"dependencies": {
"@babel/parser": {
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.2.tgz",
"integrity": "sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg=="
"version": "7.20.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg=="
},
"bluebird": {
"version": "3.7.2",

View File

@ -14,7 +14,7 @@
"url": "https://github.com/jsdoc/jsdoc"
},
"dependencies": {
"@babel/parser": "^7.20.2",
"@babel/parser": "^7.20.3",
"@jsdoc/cli": "^0.2.8",
"@jsdoc/core": "^0.4.3",
"@jsdoc/parse": "^0.1.4",