From 9b4af6cd1b20559688a5681c58772f147ae7e7dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2020 19:48:22 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a97fb3..75378a8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/kogg/instant-logos#readme", "dependencies": { "logos": "gilbarbara/logos#app", - "napa": "^2.3.0", + "napa": "^3.0.0", "speakingurl": "^9.0.0", "underscore": "^1.8.3" },