From 3e279e352370c34b50b114cefa6aa60adf770556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:11:15 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 9.29.1 to 9.30.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/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 ... 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 5f41c04..422e2db 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@vue/tsconfig": "0.5.1", "eslint": "9.14.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-vue": "9.29.1", + "eslint-plugin-vue": "9.30.0", "jsdom": "25.0.1", "typescript": "5.6.3", "vite": "5.4.10", diff --git a/yarn.lock b/yarn.lock index f5024a1..63b8b61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -888,10 +888,10 @@ eslint-config-prettier@9.1.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -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"