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

This commit is contained in:
renovate[bot] 2024-08-29 12:01:10 +00:00 committed by GitHub
parent aaefec9020
commit 5ddef135d2
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.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.4.tgz",
"integrity": "sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==",
"version": "7.25.6",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
"integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.25.4"
"@babel/types": "^7.25.6"
},
"bin": {
"parser": "bin/babel-parser.js"
@ -372,9 +372,9 @@
}
},
"node_modules/@babel/types": {
"version": "7.25.4",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.4.tgz",
"integrity": "sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==",
"version": "7.25.6",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
"integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
"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.4",
"@babel/parser": "^7.25.6",
"@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.4",
"@babel/parser": "^7.25.6",
"@jsdoc/core": "^0.5.8",
"@jsdoc/util": "^0.3.3",
"ast-module-types": "^6.0.0",