From f8900531e5f1ed864b009b6356ba851276a4b446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:26:12 -0900 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 9.6.0 to 9.7.0 in /frontend (#1794) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.6.0 to 9.7.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.6.0...v9.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2cd9e5489c7b..d777853554d9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "9.6.0", + "eslint-plugin-vue": "9.7.0", "lint-staged": "^13.0.3", "nuxt-vite": "0.2.3", "prettier": "^2.7.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4048ba7f2d9a..49bc0f23cd41 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5439,10 +5439,10 @@ eslint-plugin-unicorn@^43.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@9.6.0, eslint-plugin-vue@^9.4.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.6.0.tgz#5d1825b93d54595b1ba97106843e1d28cf3bb291" - integrity sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA== +eslint-plugin-vue@9.7.0, eslint-plugin-vue@^9.4.0: + version "9.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz#d391b9864f128ea2d1ee4dabeafb5f7c0cea981f" + integrity sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"