diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..b7ddcfee9 100644 --- a/ogp_functions/package.json +++ b/ogp_functions/package.json @@ -47,7 +47,7 @@ "eslint-import-resolver-typescript": "^3.2.5", "eslint-plugin-import": "^2.26.0", "npm-run-all": "4.1.5", - "prettier": "^2.7.1", + "prettier": "^3.0.3", "rimraf": "3.0.2", "typescript": "4.7.4" } diff --git a/ogp_functions/yarn.lock b/ogp_functions/yarn.lock index b33815d46..afa19f094 100644 --- a/ogp_functions/yarn.lock +++ b/ogp_functions/yarn.lock @@ -2616,10 +2616,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -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@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" + integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== process-nextick-args@~2.0.0: version "2.0.1"