From 2ffddbdd24f71eb7934c57044b74b84054eef9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:02:22 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 10.4.0 to 10.5.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.4.0 to 10.5.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/v10.4.0...v10.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f7af352..32d37bfc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.35.0", "eslint-plugin-cypress": "^5.1.1", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.4.0", + "eslint-plugin-vue": "^10.5.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.4.0", "jest": "30.1.3", diff --git a/yarn.lock b/yarn.lock index c1e378a8..9b81d4b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5009,10 +5009,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-vue@^10.4.0: - version "10.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.4.0.tgz#2ae20df43801d20515c58ec2ae0555bf1127a080" - integrity sha512-K6tP0dW8FJVZLQxa2S7LcE1lLw3X8VvB3t887Q6CLrFVxHYBXGANbXvwNzYIu6Ughx1bSJ5BDT0YB3ybPT39lw== +eslint-plugin-vue@^10.5.0: + version "10.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.5.0.tgz#61566528a85e2546b50534914cb44a077983c49f" + integrity sha512-7BZHsG3kC2vei8F2W8hnfDi9RK+cv5eKPMvzBdrl8Vuc0hR5odGQRli8VVzUkrmUHkxFEm4Iio1r5HOKslO0Aw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"