From 3ea6dd9ce4a92a010d43e1d005078773fc2da9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 01:01:49 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 10.6.1 to 10.6.2 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.6.1 to 10.6.2. - [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.1...v10.6.2) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.6.2 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 2ffd8fa8..3ee75a6b 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.1", + "eslint-plugin-vue": "^10.6.2", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.5.0", "jest": "30.2.0", diff --git a/yarn.lock b/yarn.lock index af724810..60a57b1b 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.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== +eslint-plugin-vue@^10.6.2: + version "10.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.6.2.tgz#5d8790fa2e1105cf06259afc14c8a55cb110f346" + integrity sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"