diff --git a/package.json b/package.json index 2ff6cd5..d3396b6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "devDependencies": { "eclint": "^2.8.1", - "prettier": "^2.7.1" + "prettier": "^2.8.4" }, "scripts": { "verify-format": "yarn prettier-check && yarn eclint-check", diff --git a/yarn.lock b/yarn.lock index 273e141..96dab61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1175,10 +1175,10 @@ plugin-error@^1.0.1: arr-union "^3.1.0" extend-shallow "^3.0.2" -prettier@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +prettier@^2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" + integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: version "2.0.1"