diff --git a/frontend/package.json b/frontend/package.json index beb725032..cf77598b2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsdoc": "39.3.3", "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-prettier": "4.1.0", + "eslint-plugin-prettier": "4.2.1", "jasmine-core": "4.2.0", "jasmine-spec-reporter": "7.0.0", "karma": "6.4.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index fbe36d0a6..45dfe0644 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4268,10 +4268,10 @@ eslint-plugin-prefer-arrow@1.2.3: resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041" integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ== -eslint-plugin-prettier@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.1.0.tgz#1cd4b3fadf3b3cdb30b1874b55e7f93f85eb43ad" - integrity sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA== +eslint-plugin-prettier@4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" + integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== dependencies: prettier-linter-helpers "^1.0.0"