mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix(deps): update dependency @babel/parser to ^7.23.4
This commit is contained in:
parent
afee5f93fc
commit
1ea356e427
8
package-lock.json
generated
8
package-lock.json
generated
@ -322,9 +322,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/parser": {
|
||||
"version": "7.23.3",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz",
|
||||
"integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==",
|
||||
"version": "7.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.4.tgz",
|
||||
"integrity": "sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==",
|
||||
"bin": {
|
||||
"parser": "bin/babel-parser.js"
|
||||
},
|
||||
@ -12371,7 +12371,7 @@
|
||||
"version": "0.2.7",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.23.3",
|
||||
"@babel/parser": "^7.23.4",
|
||||
"@jsdoc/core": "^0.5.5",
|
||||
"@jsdoc/util": "^0.3.2",
|
||||
"lodash": "^4.17.21"
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.23.3",
|
||||
"@babel/parser": "^7.23.4",
|
||||
"@jsdoc/core": "^0.5.5",
|
||||
"@jsdoc/util": "^0.3.2",
|
||||
"lodash": "^4.17.21"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user