From 9ef8438bd398b4a8aa88fc5eed970f1d5bf51b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:12:37 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 9.29.1 to 9.30.0 in the eslint group (#5994) Bumps the eslint group with 1 update: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `eslint-plugin-vue` from 9.29.1 to 9.30.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f49d73fb91fae..b422036efc63e 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-unicorn": "^56.0.0", - "eslint-plugin-vue": "^9.29.1", + "eslint-plugin-vue": "^9.30.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "eslint-plugin-yml": "^1.14.0", "globals": "^15.11.0", diff --git a/yarn.lock b/yarn.lock index c81229b2c7d49..a07e675159f93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4216,10 +4216,10 @@ eslint-plugin-unicorn@^56.0.0: semver "^7.6.3" strip-indent "^3.0.0" -eslint-plugin-vue@^9.29.1: - version "9.29.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.29.1.tgz#1af4f81347734f3e62eee4ba898c025bc5457662" - integrity sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ== +eslint-plugin-vue@^9.30.0: + version "9.30.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.30.0.tgz#801a7d2d7d3bb878fcf71932a1e11fd07529e2c4" + integrity sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"