From 78e31c9ca9f75e48322a72990d4df9a4c3d0c8b9 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 27 Aug 2021 20:01:07 -0400 Subject: [PATCH] fix: upgrade jszip to 3.7.1 to address DOS vulnerability https://app.snyk.io/vuln/SNYK-JS-JSZIP-1251497 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c30f2547..756e032a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "deepmerge": "3.2.0", "image-size": "0.7.2", - "jszip": "3.2.1", + "jszip": "3.7.1", "lodash.get": "4.4.2", "lodash.isequal": "4.5.0", "lodash.isundefined": "3.0.1",