From 6e8c026117f665d6f7efd4812e510145ce9bf24d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 00:56:42 +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 f2c546aae..2a0a7d985 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.29.3", "source-map-support": "^0.5.4", "url-parse": "^1.4.3", "uuid": "^3.2.1",