diff --git a/package.json b/package.json index ac1f7a0..6790b8d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-es": "4.1.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-promise": "6.1.1", - "prettier": "^2.8.4", + "prettier": "^3.0.0", "typescript": "4.9.5" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index aacc7d9..8e04b2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1514,10 +1514,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.8.4: - version "2.8.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" - integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== +prettier@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae" + integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g== protobufjs@^6.8.6: version "6.10.2"