diff --git a/package.json b/package.json index 4f27400..a4bd164 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "electron": "^8.3.1", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", - "eslint-plugin-prettier": "^3.1.2", + "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.19.0", "html-webpack-plugin": "^4.0.4", "node-loader": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index e16ce79..0c2801a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2727,10 +2727,10 @@ eslint-config-prettier@^6.10.1: 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"