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

This commit is contained in:
renovate[bot] 2023-03-31 10:22:10 +00:00 committed by GitHub
parent 9172839d7e
commit 5cd89ebac7
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.21.3",
"@babel/parser": "^7.21.4",
"lodash": "^4.17.21"
},
"engines": {
@ -17,9 +17,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.21.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.3.tgz",
"integrity": "sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==",
"version": "7.21.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
"integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/parser": {
"version": "7.21.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.3.tgz",
"integrity": "sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ=="
"version": "7.21.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
"integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw=="
},
"lodash": {
"version": "4.17.21",

View File

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