From 39ee78127c83c8b0234e16b1b4755d7688bbf4be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 14:29:04 +0100 Subject: [PATCH] build(deps): bump eslint-plugin-vue in /website/client (#11894) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.0...v6.2.1) Signed-off-by: dependabot-preview[bot] --- website/client/package-lock.json | 6 +++--- website/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index feae651180..d5e16af2ad 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -10556,9 +10556,9 @@ } }, "eslint-plugin-vue": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.2.0.tgz", - "integrity": "sha512-6AnZKycVWbwQtL/RyX77Rytm9r16bfYsd5oy65eoSkNFzWQ5qAisdmqUG08v1InTmAh6mbR24X1HMEvoI24wGQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.2.1.tgz", + "integrity": "sha512-MiIDOotoWseIfLIfGeDzF6sDvHkVvGd2JgkvjyHtN3q4RoxdAXrAMuI3SXTOKatljgacKwpNAYShmcKZa4yZzw==", "requires": { "natural-compare": "^1.4.0", "semver": "^5.6.0", diff --git a/website/client/package.json b/website/client/package.json index 51b414f325..57d826c235 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -35,7 +35,7 @@ "eslint": "^6.8.0", "eslint-config-habitrpg": "^6.2.0", "eslint-plugin-mocha": "^5.3.0", - "eslint-plugin-vue": "^6.2.0", + "eslint-plugin-vue": "^6.2.1", "habitica-markdown": "^1.3.2", "hellojs": "^1.18.4", "inspectpack": "^4.3.1",