From 767dc4f003104174c12aedbdf43384829f7fe3a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 20:08:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4467b9..540199d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "body-parser": "1.9.0", "cookie-parser": "1.3.3", "snyk": "*", - "ejs": "1.0.0", + "ejs": "3.1.10", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4",