From be81defa264aca8ef4254efc021cfa6fa0f792ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 07:41:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-1049328 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1db8f82..56a4e05 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "dependencies": { "debug": "2.6.8", - "ejs": "^2.5.6", + "ejs": "^3.1.6", "hoek": "^4.0.0", "npm": "^6.4.1", "streaming-json-stringify": "^3.1.0"