From aa1f0c7a0958896ef484f486e6efc3771d86c0a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:45:11 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 91f992f..3971c4f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-config-simenb-jest": "^3.0.0", "eslint-config-simenb-node": "^2.0.0", "jest": "^26.0.0", - "prettier": "^1.4.4", + "prettier": "^3.0.0", "prom-client": "^15.0.0" }, "jest": { diff --git a/yarn.lock b/yarn.lock index d331666..54fb2fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4730,10 +4730,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^1.4.4: - version "1.19.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" - integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== +prettier@^3.0.0: + 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== pretty-format@^26.6.2: version "26.6.2"