From 502faa50a4eaaee7cb6b97e0f5030ed9618d7d7e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 03:44:46 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (#465) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.5.0 to 6.6.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.5.0...v6.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cf4c615..79af069 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "clean-webpack-plugin": "^3.0.0", "eslint": "^6.6.0", "eslint-config-marine": "^5.3.2", - "eslint-config-prettier": "^6.5.0", + "eslint-config-prettier": "^6.6.0", "eslint-plugin-prettier": "^3.1.1", "prettier": "prettier/prettier", "terser-webpack-plugin": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 1dca3e5..46f46af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1392,10 +1392,10 @@ eslint-config-marine@^5.3.2: eslint-config-aqua "^7.1.2" eslint-plugin-promise "^4.2.1" -eslint-config-prettier@^6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.5.0.tgz#aaf9a495e2a816865e541bfdbb73a65cc162b3eb" - integrity sha512-cjXp8SbO9VFGW/Z7mbTydqS9to8Z58E5aYhj3e1+Hx7lS9s6gL5ILKNpCqZAFOVYRcSkWPFYljHrEh8QFEK5EQ== +eslint-config-prettier@^6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.6.0.tgz#4e039f65af8245e32d8fba4a2f5b83ed7186852e" + integrity sha512-6RGaj7jD+HeuSVHoIT6A0WkBhVEk0ULg74kp2FAWIwkYrOERae0TjIO09Cw33oN//gJWmt7aFhVJErEVta7uvA== dependencies: get-stdin "^6.0.0"