From b33713b15c11894563cc032b538e383e10a5c2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 01:01:47 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 10.6.0 to 10.6.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.6.0 to 10.6.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.6.0...v10.6.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.6.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 bbb95a98..2ffd8fa8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.39.1", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.6.0", + "eslint-plugin-vue": "^10.6.1", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.5.0", "jest": "30.2.0", diff --git a/yarn.lock b/yarn.lock index d2c28e32..af724810 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5028,10 +5028,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-vue@^10.6.0: - version "10.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.6.0.tgz#c9e6d71320ad58fba6ffcb6c5d005737a9caae9c" - integrity sha512-TsoFluWxOpsJlE/l2jJygLQLWBPJ3Qdkesv7tBIunICbTcG0dS1/NBw/Ol4tJw5kHWlAVds4lUmC29/vlPUcEQ== +eslint-plugin-vue@^10.6.1: + version "10.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.6.1.tgz#4a9c082b7fa61b3e4b42cade203f5d46e778396c" + integrity sha512-OMvDAFbewocYrJamF1EoSWoT4xa7/QRb/yYouEZMiroTE+WRmFUreR+kAFQHqM45W3kg5oljVfUYfH9HEwX1Bg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"