From 4decb2c60a684ee9997fd664596ecaa3fc154aea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 09:53:48 +0000 Subject: [PATCH] Bump eslint-config-prettier from 6.1.0 to 6.2.0 in /webapp Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.1.0...v6.2.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 1ab34fa04..e12e5fe73 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -102,7 +102,7 @@ "core-js": "~2.6.9", "css-loader": "~3.2.0", "eslint": "~5.16.0", - "eslint-config-prettier": "~6.1.0", + "eslint-config-prettier": "~6.2.0", "eslint-config-standard": "~12.0.0", "eslint-loader": "~3.0.0", "eslint-plugin-import": "~2.18.2", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 833e02991..5a37786f1 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -6340,10 +6340,10 @@ escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^6.0.0, eslint-config-prettier@~6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.1.0.tgz#e6f678ba367fbd1273998d5510f76f004e9dce7b" - integrity sha512-k9fny9sPjIBQ2ftFTesJV21Rg4R/7a7t7LCtZVrYQiHEp8Nnuk3EGaDmsKSAnsPj0BYcgB2zxzHa2NTkIxcOLg== +eslint-config-prettier@^6.0.0, eslint-config-prettier@~6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7" + integrity sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ== dependencies: get-stdin "^6.0.0"