From 83c46a3de3aeabbbf7d8ed1dbed5ff45164ded69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 21:33:55 +0000 Subject: [PATCH] build(deps-dev): bump @vue/eslint-config-prettier in /webapp Bumps [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/vuejs/eslint-config-prettier/releases) - [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-config-prettier/compare/v5.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index e4a2f5821..e57a1f9f5 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -100,7 +100,7 @@ "@storybook/addon-notes": "^5.2.5", "@storybook/vue": "~5.2.6", "@vue/cli-shared-utils": "~4.0.5", - "@vue/eslint-config-prettier": "~5.0.0", + "@vue/eslint-config-prettier": "~6.0.0", "@vue/server-test-utils": "~1.0.0-beta.29", "@vue/test-utils": "~1.0.0-beta.29", "async-validator": "^3.2.2", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 9914b06bd..0be4dbec8 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -3021,10 +3021,10 @@ source-map "~0.6.1" vue-template-es2015-compiler "^1.9.0" -"@vue/eslint-config-prettier@~5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz#ce66c8c4d9e01ad1d4e1a12140ab685bd5ef345a" - integrity sha512-OXcH+XWevp3DIdC3BBornC1q6/MNYfca/3HY66awV6aGm+dtkR/hpfBb6fX7nsVjcox13kgG+eSUtUfJ3uxZ8A== +"@vue/eslint-config-prettier@~6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#ad5912b308f4ae468458e02a2b05db0b9d246700" + integrity sha512-wFQmv45c3ige5EA+ngijq40YpVcIkAy0Lihupnsnd1Dao5CBbPyfCzqtejFLZX1EwH/kCJdpz3t6s+5wd3+KxQ== dependencies: eslint-config-prettier "^6.0.0"