From eca6cdd3eceef48ba98c5b01bf48340161c52cde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 18:58:43 +0000 Subject: [PATCH] fix: upgrade prettier from 3.0.1 to 3.3.1 Snyk has created this PR to upgrade prettier from 3.0.1 to 3.3.1. See this package in yarn: prettier See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/5623a00f-83a5-4fe5-a025-905b86f1e333?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1bb2402cd6cd552..ff1731b12bad98b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "lint-staged": "14.0.0", "markdownlint-cli2": "0.8.1", "markdownlint-rule-search-replace": "1.1.0", - "prettier": "3.0.1" + "prettier": "3.3.1" }, "devDependencies": { "jest": "^29.6.2" diff --git a/yarn.lock b/yarn.lock index 066679034418fe0..c0034bac6c934a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6615,10 +6615,10 @@ prepend-http@^2.0.0: resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz" integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= -prettier@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" - integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== +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@^29.6.2: version "29.6.2"