From 232c6cc49dbc24526a66e6f30eca20af1b4746e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 00:55:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 990abbd..9e8a972 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "prosemirror-view": "^1.9.4", "q": "^1.4.1", "rss": "^1.2.1", - "sharp": "^0.25.4", + "sharp": "^0.29.3", "sqlite3": "^4.0.0", "yarn": "^1.22.4" },