chore(deps): update dependency vue-eslint-parser to v10.3.0
dancefinder-app / build (pull_request) Successful in 4m34s
dancefinder-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-02-13 11:10:43 +00:00
parent 3033e4717f
commit 1cfd95fc9e
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -52,7 +52,7 @@
"typescript-eslint": "8.55.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28",
"vue-eslint-parser": "10.2.0",
"vue-eslint-parser": "10.3.0",
"vue-router": "4.6.4",
"vuetify": "3.11.8"
},
@@ -23525,16 +23525,16 @@
"license": "MIT"
},
"node_modules/vue-eslint-parser": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz",
"integrity": "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.3.0.tgz",
"integrity": "sha512-Aj1cCjD3HQjp5B8cLr6zJjISEOkr0MCrqvwLg3MeyGDjKlL8uMFLKfVbP7Te09cG9Y9KmzJwwnD7hf884CpcOg==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.4.0",
"eslint-scope": "^8.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0",
"eslint-scope": "^8.2.0 || ^9.0.0",
"eslint-visitor-keys": "^4.2.0 || ^5.0.0",
"espree": "^10.3.0 || ^11.0.0",
"esquery": "^1.6.0",
"semver": "^7.6.3"
},
@@ -23545,17 +23545,17 @@
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0"
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
}
},
"node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz",
"integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"funding": {
"url": "https://opencollective.com/eslint"
+1 -1
View File
@@ -44,7 +44,7 @@
"typescript-eslint": "8.55.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28",
"vue-eslint-parser": "10.2.0",
"vue-eslint-parser": "10.3.0",
"vue-router": "4.6.4",
"vuetify": "3.11.8"
},