diff --git a/package.json b/package.json index 6175349c3..adecc475e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint-plugin-no-unsanitized": "^4.0.2", "import-sort-style-eslint": "^6.0.0", "jest": "^29.7.0", - "prettier": "^3.3.1", + "prettier": "^3.3.2", "prettier-plugin-import-sort": "^0.0.7", "rimraf": "^5.0.8", "ts-jest": "^29.1.4", diff --git a/tools/build/package.json b/tools/build/package.json index 2c3ee57fd..4c0d8ce93 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -60,7 +60,7 @@ "if-env": "^1.0.4", "import-sort-style-eslint": "^6.0.0", "jest": "^29.7.0", - "prettier": "^3.3.1", + "prettier": "^3.3.2", "prettier-plugin-import-sort": "^0.0.7", "rimraf": "^5.0.8", "ts-jest": "^29.1.4", diff --git a/yarn.lock b/yarn.lock index e943b4c79..f40d10591 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4460,10 +4460,10 @@ prettier-plugin-import-sort@^0.0.7: import-sort-parser-babylon "^6.0.0" import-sort-parser-typescript "^6.0.0" -prettier@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" - integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== +prettier@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a" + integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA== pretty-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0"