From 9e8f4be75e10aab1af7dc070da0c3aa112429962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:04:54 +0200 Subject: [PATCH] Bump eslint-plugin-vue from 7.7.0 to 7.8.0 in /webui/frontend (#122) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.7.0 to 7.8.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.7.0...v7.8.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index d91a97a7..1ef721b8 100644 --- a/webui/frontend/package.json +++ b/webui/frontend/package.json @@ -31,7 +31,7 @@ "babel-eslint": "^10.1.0", "bootstrap": "^4.6.0", "eslint": "^6.8.0", - "eslint-plugin-vue": "^7.7.0", + "eslint-plugin-vue": "^7.8.0", "mutationobserver-shim": "^0.3.7", "popper.js": "^1.16.1", "portal-vue": "^2.1.7", diff --git a/webui/frontend/yarn.lock b/webui/frontend/yarn.lock index 8df86c05..e08ee85b 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -1368,7 +1368,7 @@ resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.12.tgz#d5ae353abb187672204197dcd077a4367d4d4a24" integrity sha512-dCN0RzVpA8fp+MfjuVBROgM483MPObAb/je+APE/JhpCJyPQORYQEvNpmaorpN+9Cp6mrESVSzhh0qD4SFrlzg== -"@vue/cli-plugin-babel@~4.5.12": +"@vue/cli-plugin-babel@~4.5.11": version "4.5.12" resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.12.tgz#c9737d4079485ce9be07c463c81e1e33886c6219" integrity sha512-PhiNDhlGydsRR0F00OJqG/Q3Mz2G1ko8XqS7CJ0l1GVVGmklUEBy2dW/S8ntEgHpSkFa6h49PgYP3WE2OM3CEg== @@ -1400,7 +1400,7 @@ dependencies: "@vue/cli-shared-utils" "^4.5.12" -"@vue/cli-plugin-typescript@~4.5.12": +"@vue/cli-plugin-typescript@~4.5.11": version "4.5.12" resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-4.5.12.tgz#4186974541a0305e27e769370c981b86a44c2935" integrity sha512-ZTsmvaLHa/DBhqXfgiGkfJfz3tGUAWkRJiAkEAGJnj6X2pj7P47x9et/dkxPej/eVyxrSCtQs7Xt3bT9cMKJ3w== @@ -1486,7 +1486,7 @@ optionalDependencies: vue-loader-v16 "npm:vue-loader@^16.1.0" -"@vue/cli-shared-utils@^4.5.11", "@vue/cli-shared-utils@^4.5.12": +"@vue/cli-shared-utils@^4.5.12": version "4.5.12" resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.12.tgz#0e0693d488336d284ffa658ff33b1ea22927d065" integrity sha512-qnIQPJ4XckMoqYh9fJ0Y91QKMIb4Hiibrm9+k4E15QHpk5RaokuOpf10SsOr2NLPCXSWsHOLo3hduZSwHPGY/Q== @@ -3660,10 +3660,10 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@^7.7.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.7.0.tgz#a90df4595e670821bf243bd2750ededdb74948b8" - integrity sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ== +eslint-plugin-vue@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.8.0.tgz#cb0e85d65b65fa8d15e783fbb03c049d2c4cfdae" + integrity sha512-OGrnPz+PuYL2HmVyBHxm4mRjxW2kfFCQE6Hw9G6qOHs/Pcu0srOlCCW0FMa8SLzIEqxl8WuKoBSPcMnrjUG2vw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"