diff --git a/package.json b/package.json index 9be8896..dd1046a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "devDependencies": { "@egoist/prettier-config": "1.0.0", - "prettier": "3.0.3", + "prettier": "3.2.2", "tsup": "7.2.0", "typescript": "5.2.2", "vitest": "0.34.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1217d3b..6ddb09d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ devDependencies: specifier: 1.0.0 version: 1.0.0 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.2.2 + version: 3.2.2 tsup: specifier: 7.2.0 version: 7.2.0(typescript@5.2.2) @@ -1108,8 +1108,8 @@ packages: source-map-js: 1.0.2 dev: true - /prettier@3.0.3: - resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} + /prettier@3.2.2: + resolution: {integrity: sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==} engines: {node: '>=14'} hasBin: true dev: true diff --git a/yarn.lock b/yarn.lock index 182acd8..a5aff42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -909,10 +909,10 @@ postcss@^8.4.27: picocolors "^1.0.0" source-map-js "^1.0.2" -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== +prettier@3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65" + integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A== pretty-format@^29.5.0: version "29.5.0"