From 493f9b87358be4b2326262e0d1b24a59f67000df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 04:18:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1f7d0839d..5fca10a315 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "entities": "2.0.0", "eslint": "6.7.2", "eslint-config-prettier": "6.7.0", - "eslint-plugin-prettier": "3.1.1", + "eslint-plugin-prettier": "3.1.2", "jest": "24.9.0", "mockdate": "2.0.5", "nock": "11.7.0", diff --git a/yarn.lock b/yarn.lock index 6a73abe1b8..1d2d7ee0f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4108,10 +4108,10 @@ eslint-config-prettier@6.7.0: dependencies: get-stdin "^6.0.0" -eslint-plugin-prettier@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.1.tgz#507b8562410d02a03f0ddc949c616f877852f2ba" - integrity sha512-A+TZuHZ0KU0cnn56/9mfR7/KjUJ9QNVXUhwvRFSR7PGPe0zQR6PTkmyqg1AtUUEOzTqeRsUwyKFh0oVZKVCrtA== +eslint-plugin-prettier@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" + integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== dependencies: prettier-linter-helpers "^1.0.0"