diff --git a/package.json b/package.json index 2c156d3..dd6ccf2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/yaml": "1.9.7", "codecov": "3.8.3", "jest": "28.1.3", - "prettier": "2.2.1", + "prettier": "3.3.1", "standard-version": "9.2.0", "ts-jest": "28.0.8", "typescript": "4.2.4" diff --git a/yarn.lock b/yarn.lock index 996cc7c..9246b20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2962,10 +2962,10 @@ pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -prettier@2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" - integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== +prettier@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" + integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== pretty-format@^28.0.0, pretty-format@^28.1.3: version "28.1.3"