From e3af015980bdfb8ad4f53ea50fe718d0c48bb43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:38:28 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 10.8.0 to 10.9.0 in /vue Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.8.0 to 10.9.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.8.0...v10.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 8 ++++---- vue/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index c3d6aa42..5c4eee47 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-security": "^4.0.0", "eslint-plugin-sonarjs": "^4.0.3", "eslint-plugin-storybook": "^10.3.5", - "eslint-plugin-vue": "~10.8.0", + "eslint-plugin-vue": "~10.9.0", "jiti": "^2.6.1", "jsdom": "^29.0.2", "knip": "^6.4.0", @@ -6852,9 +6852,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz", - "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==", + "version": "10.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.0.tgz", + "integrity": "sha512-EFNNzu4HqtTRb5DJINpyd+u3bDdzETWDMpCzG+UBHz1tpsnMDCeOcf61u4Wy/cbXnMymK+MT9bjH7KcG1fItSw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/vue/package.json b/vue/package.json index 55985209..17914089 100644 --- a/vue/package.json +++ b/vue/package.json @@ -133,7 +133,7 @@ "eslint-plugin-security": "^4.0.0", "eslint-plugin-sonarjs": "^4.0.3", "eslint-plugin-storybook": "^10.3.5", - "eslint-plugin-vue": "~10.8.0", + "eslint-plugin-vue": "~10.9.0", "jiti": "^2.6.1", "jsdom": "^29.0.2", "knip": "^6.4.0",