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

This commit is contained in:
renovate[bot] 2023-05-29 15:33:43 +00:00 committed by GitHub
parent 557ca7ce6a
commit e94e1ccff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"version": "0.2.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.22.3",
"@babel/parser": "^7.22.4",
"lodash": "^4.17.21"
},
"engines": {
@ -17,9 +17,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.22.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.3.tgz",
"integrity": "sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==",
"version": "7.22.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
"integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/parser": {
"version": "7.22.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.3.tgz",
"integrity": "sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw=="
"version": "7.22.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
"integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA=="
},
"lodash": {
"version": "4.17.21",

View File

@ -31,7 +31,7 @@
}
},
"dependencies": {
"@babel/parser": "^7.22.3",
"@babel/parser": "^7.22.4",
"@jsdoc/core": "^0.5.1",
"@jsdoc/util": "^0.3.0",
"lodash": "^4.17.21"