From ae96b89323d2b508bbb77968277c38eb04ba3b97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jan 2023 06:14:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSZIP-3188562 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e14bb2b4a9..5b01502847 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "easymde": "~2.16.1", "hammerjs": "~2.0.8", "json-schema-to-typescript": "~8.1.0", - "jszip": "~3.2.2", + "jszip": "~3.8.0", "marked": "~4.0.12", "moment": "~2.24.0", "mousetrap": "~1.6.5",