From b15a97670bb1bdca7a07799ddad70d41dbeea157 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 00:54:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 260f5cf..3ce210a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "cheerio": "0.22.0", "chrono-node": "^2.2.4", - "extract-zip": "^1.6.7", + "extract-zip": "^2.0.0", "js-yaml": "^3.12.0", "tmp": "0.0.33", "turndown": "^6.0.0",