From bd5e99719cf196495cc2029ca5612e25d53c9d61 Mon Sep 17 00:00:00 2001 From: goodyhkim Date: Thu, 17 Feb 2022 12:46:35 +0900 Subject: [PATCH] Update package.json https://github.com/natergj/excel4node/issues/348 Prototype Pollution - https://github.com/advisories/GHSA-jg8v-48h5-wgxg --- 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",