From 7d6948da287211a47f8027818297d4a7018e85b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 04:44:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 - https://snyk.io/vuln/npm:adm-zip:20180415 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 752f4e19a2..3f95108c42 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test": "snyk test" }, "dependencies": { - "adm-zip": "0.4.7", + "adm-zip": "0.5.2", "body-parser": "1.9.0", "cfenv": "^1.0.4", "consolidate": "0.14.5",