Update dependency @babel/eslint-parser to v7.24.6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2024-05-27 12:34:44 +00:00
parent fe5ead59cb
commit 84ec704743
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -15,7 +15,7 @@
"vue": "^3.4.23"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.5",
"@babel/eslint-parser": "7.24.6",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
@ -119,10 +119,11 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.24.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz",
"integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==",
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.6.tgz",
"integrity": "sha512-Q1BfQX42zXHx732PLW0w4+Y3wJjoZKEMaatFUEAmQ7Z+jCXxinzeqX9bvv2Q8xNPes/H6F0I23oGkcgjaItmLw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",

View File

@ -21,7 +21,7 @@
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.4.27",
"@vue/eslint-config-standard": "8.0.1",
"@babel/eslint-parser": "7.24.5",
"@babel/eslint-parser": "7.24.6",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.7.0",