From 2cb8eb2563e933ec58ffb2f5c677628f1019d437 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 00:43:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2c546aae..8ef77a001 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "nuxt": "^2.3.0", "oauth-1.0a": "^2.2.4", "portal-vue": "^1.3.0", - "sharp": "^0.20.0", + "sharp": "^0.30.5", "source-map-support": "^0.5.4", "url-parse": "^1.4.3", "uuid": "^3.2.1",