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

This commit is contained in:
renovate[bot] 2025-05-30 18:20:34 +00:00 committed by GitHub
parent 89014bbb79
commit 013fa9370b
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

@ -312,9 +312,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.27.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.3.tgz",
"integrity": "sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==",
"version": "7.27.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.4.tgz",
"integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.27.3"
@ -6242,7 +6242,7 @@
"version": "0.2.13",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.27.3",
"@babel/parser": "^7.27.4",
"@jsdoc/name": "^0.1.1",
"@jsdoc/util": "^0.3.4",
"ast-module-types": "^6.0.1",

View File

@ -31,7 +31,7 @@
}
},
"dependencies": {
"@babel/parser": "^7.27.3",
"@babel/parser": "^7.27.4",
"@jsdoc/name": "^0.1.1",
"@jsdoc/util": "^0.3.4",
"ast-module-types": "^6.0.1",