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

This commit is contained in:
renovate[bot] 2024-08-22 10:47:55 +00:00 committed by GitHub
parent ee0ed858d7
commit 8de54a8b2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -322,12 +322,12 @@
}
},
"node_modules/@babel/parser": {
"version": "7.25.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
"version": "7.25.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.4.tgz",
"integrity": "sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.25.2"
"@babel/types": "^7.25.4"
},
"bin": {
"parser": "bin/babel-parser.js"
@ -372,9 +372,9 @@
}
},
"node_modules/@babel/types": {
"version": "7.25.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
"version": "7.25.4",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.4.tgz",
"integrity": "sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.24.8",
@ -12063,7 +12063,7 @@
"version": "0.2.11",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.25.3",
"@babel/parser": "^7.25.4",
"@jsdoc/core": "^0.5.8",
"@jsdoc/util": "^0.3.3",
"ast-module-types": "^6.0.0",

View File

@ -31,7 +31,7 @@
}
},
"dependencies": {
"@babel/parser": "^7.25.3",
"@babel/parser": "^7.25.4",
"@jsdoc/core": "^0.5.8",
"@jsdoc/util": "^0.3.3",
"ast-module-types": "^6.0.0",