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

This commit is contained in:
renovate[bot] 2023-11-20 17:04:42 +00:00 committed by GitHub
parent afee5f93fc
commit 1ea356e427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -322,9 +322,9 @@
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.23.3", "version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.4.tgz",
"integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==", "integrity": "sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==",
"bin": { "bin": {
"parser": "bin/babel-parser.js" "parser": "bin/babel-parser.js"
}, },
@ -12371,7 +12371,7 @@
"version": "0.2.7", "version": "0.2.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/parser": "^7.23.3", "@babel/parser": "^7.23.4",
"@jsdoc/core": "^0.5.5", "@jsdoc/core": "^0.5.5",
"@jsdoc/util": "^0.3.2", "@jsdoc/util": "^0.3.2",
"lodash": "^4.17.21" "lodash": "^4.17.21"

View File

@ -31,7 +31,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@babel/parser": "^7.23.3", "@babel/parser": "^7.23.4",
"@jsdoc/core": "^0.5.5", "@jsdoc/core": "^0.5.5",
"@jsdoc/util": "^0.3.2", "@jsdoc/util": "^0.3.2",
"lodash": "^4.17.21" "lodash": "^4.17.21"