From 04ee9cf8ed1a9f1a7fe26ecf19e595ebc56196f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:37:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e55b27e..7ed9c7d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "chalk": "^1.1.1", - "download": "^4.4.1", + "download": "^5.0.0", "googleapis": "^7.1.0", "humanize-url": "^1.0.1", "lodash": "^4.5.1",