diff --git a/package.json b/package.json index f57816ac..fe5c3c36 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "cheerio": "^1.0.0-rc.3", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", - "eslint-plugin-prettier": "^3.1.2", + "eslint-plugin-prettier": "^3.4.0", "node-fetch": "^2.6.1", "prettier": "^1.19.1" } diff --git a/yarn.lock b/yarn.lock index a0bc1b2c..278c45c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -734,10 +734,10 @@ eslint-config-prettier@^6.10.0: dependencies: get-stdin "^6.0.0" -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.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7" + integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw== dependencies: prettier-linter-helpers "^1.0.0"