From fcb0e94366725e410fc9f3a6a81d8483766d4ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:13:44 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 7.20.0 to 10.11.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.20.0 to 10.11.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.20.0...v10.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.11.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 761f0c23..14679df2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "copy-text-to-clipboard": "^3.2.0", "electron-icon-builder": "^2.0.1", "eslint": "^7.32.0", - "eslint-plugin-vue": "^7.20.0", + "eslint-plugin-vue": "^10.11.0", "husky": "^8.0.3", "lint-staged": "^16.2.3", "playwright": "^1.51.1",