From 98839984814a234abaadbb3e5936bae5c0509ae3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 23:51:56 +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 3b0a82b4a..2d3afb51f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "body-parser": "~1.13.2", "cookie-parser": "~1.3.5", "debug": "~2.2.0", - "ejs": "^2.4.2", + "ejs": "^3.1.10", "ejs-locals": "^1.0.2", "express": "~4.13.1", "express-session": "^1.13.0",