From cdba1d0c526c4eec07fe8923a091df7534cdb03e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:21:23 +0100 Subject: [PATCH] =?UTF-8?q?chore(deps-dev):=20bump=20@vue/cli-plugin-eslin?= =?UTF-8?q?t=20from=204.0.3=20to=204.0.4=E2=80=A6=20(#890)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-plugin-eslint) Signed-off-by: dependabot-preview[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ce4696f9..0011a67c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1627,12 +1627,12 @@ } }, "@vue/cli-plugin-eslint": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.0.3.tgz", - "integrity": "sha512-UyXTunfS7IaaGHPT8g3HrugPrldpzgeqS4LxXuJhCTt2E70MjUQtgRaag3dLsXX0gvHC0emLzRbcBJn/wbwkwA==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.0.4.tgz", + "integrity": "sha512-YpQQLxHxzEVvTqs5zs4KSwqjGF6ILJ0OwD+4mPjCQL0Ms742RzzHb2MTLR1GF3bwcComwgNDNmmzzQERFiWajA==", "dev": true, "requires": { - "@vue/cli-shared-utils": "^4.0.3", + "@vue/cli-shared-utils": "^4.0.4", "eslint-loader": "^2.1.2", "globby": "^9.2.0", "webpack": "^4.0.0", @@ -2031,9 +2031,9 @@ } }, "@vue/cli-shared-utils": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.3.tgz", - "integrity": "sha512-MqNg13fDCfzPmj83Wx8115dlGcvpLXGxL0ZFI+0UgO6kpR+RHvjE/yVpr0a/yW5XqQidUZFN6nY2WaA28wGI+Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.4.tgz", + "integrity": "sha512-f8a9MxZJ89zw783gk2yjG6wPu5IHnmrH8whc1jMJhWNKxRTgCkUxevPVQIobiWy1UtMBdDXXOLxd4PRNK9nyxQ==", "dev": true, "requires": { "@hapi/joi": "^15.0.1", diff --git a/frontend/package.json b/frontend/package.json index 5da7bab4..0aea3bde 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@vue/cli-plugin-babel": "^4.0.4", - "@vue/cli-plugin-eslint": "^4.0.3", + "@vue/cli-plugin-eslint": "^4.0.4", "@vue/cli-service": "^4.0.4", "babel-eslint": "^10.0.3", "eslint": "^5.16.0",