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

This commit is contained in:
renovate[bot] 2024-04-03 17:00:55 +00:00 committed by GitHub
parent 7565dfd53c
commit 3da5265a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -319,9 +319,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
"integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
"version": "7.24.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
"integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -12491,7 +12491,7 @@
"version": "0.2.10",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.24.1",
"@babel/parser": "^7.24.4",
"@jsdoc/core": "^0.5.7",
"@jsdoc/util": "^0.3.2",
"ast-module-types": "^5.0.0",

View File

@ -31,7 +31,7 @@
}
},
"dependencies": {
"@babel/parser": "^7.24.1",
"@babel/parser": "^7.24.4",
"@jsdoc/core": "^0.5.7",
"@jsdoc/util": "^0.3.2",
"ast-module-types": "^5.0.0",