From 321134213c357a3144fc1863aa6840459857e235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 01:02:24 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 10.5.0 to 10.5.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.5.0 to 10.5.1. - [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.5.0...v10.5.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.5.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 2035d341..900cfea9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.37.0", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.5.0", + "eslint-plugin-vue": "^10.5.1", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.4.0", "jest": "30.2.0", diff --git a/yarn.lock b/yarn.lock index b27f26e2..560e9f55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5024,10 +5024,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -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== +eslint-plugin-vue@^10.5.1: + version "10.5.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.5.1.tgz#b172bab0b78100484e21726af138debb998a369f" + integrity sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"