From e6734606693adb98e57a9dd0bca1c6c6772eae4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 21:07:04 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 7.17.0 to 7.18.0 in /webui/frontend Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.17.0...v7.18.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index 5656e000..16c64310 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.17.0", + "eslint-plugin-vue": "^7.18.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 f9052ec8..bafd9b1b 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -3624,10 +3624,10 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@^7.17.0: - version "7.17.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.17.0.tgz#41e0bdb5effca5ee26f087f924be987eb41ef573" - integrity sha512-Rq5R2QetDCgC+kBFQw1+aJ5B93tQ4xqZvoCUxuIzwTonngNArsdP8ChM8PowIzsJvRtWl4ltGh/bZcN3xhFWSw== +eslint-plugin-vue@^7.18.0: + version "7.18.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.18.0.tgz#02a452142330c7f27c242db21a1b9e25238540f6" + integrity sha512-ceDXlXYMMPMSXw7tdKUR42w9jlzthJGJ3Kvm3YrZ0zuQfvAySNxe8sm6VHuksBW0+060GzYXhHJG6IHVOfF83Q== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"