From d78a0e4674d399dc4cc58b6bc6342f8bbd8462e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Apr 2022 04:37:55 +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 7c118d8db..534a44b06 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cookie-parser": "^1.3.4", "debug": "^2.1.2", "depd": "^1.0.0", - "ejs": "^2.3.1", + "ejs": "^3.1.7", "errorhandler": "^1.3.4", "express": "^4.12.2", "inflection": "^1.6.0",