From ae04efe87726f83266b89d72dc5c80f98b36fd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:03:09 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 10.9.0 to 10.9.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.9.0 to 10.9.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.9.0...v10.9.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.9.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 46f0f560..199a42c2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^10.3.0", "eslint-plugin-cypress": "^6.4.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.9.0", + "eslint-plugin-vue": "^10.9.1", "eslint-plugin-vuejs-accessibility": "^2.5.0", "globals": "^17.6.0", "happy-dom": "^20.9.0", diff --git a/yarn.lock b/yarn.lock index d87891bf..8755c642 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1799,10 +1799,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-vue@^10.9.0: - version "10.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.9.0.tgz#ed86013ef5ee704418cb26b245782293588c6541" - integrity sha512-EFNNzu4HqtTRb5DJINpyd+u3bDdzETWDMpCzG+UBHz1tpsnMDCeOcf61u4Wy/cbXnMymK+MT9bjH7KcG1fItSw== +eslint-plugin-vue@^10.9.1: + version "10.9.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.9.1.tgz#18f5c63780123270eca4bf438c40c7b4186ab840" + integrity sha512-cHB0Tf4Duvzwecwd/AqWzZvF/QszE13BhjVUpVXWCy9AeMR5GjkAjP3i85vqgLgOuTmkHR1OJ5oMeqLHtuw8zg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"