From 6029d46a80095c80e5479896a61015360ff383f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Apr 2022 03:44:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-2803307 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3188637a9..6d805c25d7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "chai": "^3.5.0", "chai-http": "^2.0.1", - "ejs": "^2.4.1", + "ejs": "^3.1.7", "express": "^4.13.4", "mocha": "^2.4.5", "mongodb": "^2.1.16",