From 22de9d1ccc5eb3cb8c83d964a482ff72ed09f9fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 03:02:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 260f5cf..eddd451 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/vhanda/google-keep-exporter.git" }, "dependencies": { - "cheerio": "0.22.0", + "cheerio": "1.0.0", "chrono-node": "^2.2.4", "extract-zip": "^1.6.7", "js-yaml": "^3.12.0",