diff --git a/package.json b/package.json index 616f3b01..e4f34ea0 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "eslint": "6.8.0", "eslint-config-prettier": "6.10.1", "eslint-plugin-eslint-comments": "^3.1.2", - "eslint-plugin-prettier": "3.1.2", + "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.19.0", "husky": "4.2.5", "inquirer": "7.1.0", diff --git a/yarn.lock b/yarn.lock index 470e629d..5f24da52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3404,10 +3404,10 @@ eslint-plugin-eslint-comments@^3.1.2: escape-string-regexp "^1.0.5" ignore "^5.0.5" -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== +eslint-plugin-prettier@3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz#ae116a0fc0e598fdae48743a4430903de5b4e6ca" + integrity sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ== dependencies: prettier-linter-helpers "^1.0.0"