From d502a2994ec4d8a010d315b66327218c9d7e68d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:38:18 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 10.3.0 to 10.4.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.3.0 to 10.4.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.3.0...v10.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 4078c24..b3672d9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@eslint/js": "^9.33.0", "eslint": "^9.32.0", - "eslint-plugin-vue": "^10.3.0", + "eslint-plugin-vue": "^10.4.0", "globals": "^16.0.0", "vue-tsc": "^3.0.5", "@vue/eslint-config-typescript": "^14.5.0", diff --git a/yarn.lock b/yarn.lock index 45078c5..f07adaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2578,10 +2578,10 @@ eslint-plugin-prettier@^5.2.2: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-vue@^10.3.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.3.0.tgz#d8fb96d06bc71829177fe81590489117b9540c17" - integrity sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ== +eslint-plugin-vue@^10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.4.0.tgz#2ae20df43801d20515c58ec2ae0555bf1127a080" + integrity sha512-K6tP0dW8FJVZLQxa2S7LcE1lLw3X8VvB3t887Q6CLrFVxHYBXGANbXvwNzYIu6Ughx1bSJ5BDT0YB3ybPT39lw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"