From fb11611d0abff7d484f365d494699a8b5ae03a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 01:41:59 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 10.2.0 to 10.3.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.2.0 to 10.3.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.2.0...v10.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.3.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 7a210107..c3a9663d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.30.1", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.2.0", + "eslint-plugin-vue": "^10.3.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.3.0", "jest": "30.0.2", diff --git a/yarn.lock b/yarn.lock index 41a9f8a7..57512792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4983,10 +4983,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-vue@^10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.2.0.tgz#0c0bae71683d78e99736c5f3c500bf3d7d9c7c0d" - integrity sha512-tl9s+KN3z0hN2b8fV2xSs5ytGl7Esk1oSCxULLwFcdaElhZ8btYYZFrWxvh4En+czrSDtuLCeCOGa8HhEZuBdQ== +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== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"