From 140ae48013f70eb436f42648708114a7f3451c80 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Fri, 19 Aug 2022 19:54:01 +0000 Subject: [PATCH] fix: upgrade prettier from 2.5.1 to 2.7.1 Snyk has created this PR to upgrade prettier from 2.5.1 to 2.7.1. See this package in npm: https://www.npmjs.com/package/prettier See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/97bb87fb-00a2-4539-9e94-d8ce6a58d61a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef8a0c572ea60..81b84f50d7955 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "lockfile-lint": "^4.6.2", "nock": "^13.2.2", "node-fetch": "^2.6.7", - "prettier": "^2.5.1", + "prettier": "^2.7.1", "proxyquire": "^2.1.3", "remark-cli": "^10.0.1", "remark-frontmatter": "^4.0.1",