From ac56bfb92823d44482a030f3bd3b41b092564694 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Apr 2024 01:00:51 +0000 Subject: [PATCH] fix: chapter7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- chapter7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter7/package.json b/chapter7/package.json index 6dab8c4..58479e5 100644 --- a/chapter7/package.json +++ b/chapter7/package.json @@ -13,7 +13,7 @@ "connect-redis": "~3.0.2", "cookie-parser": "~1.3.5", "debug": "~2.6.9", - "ejs": "~2.5.5", + "ejs": "~3.1.10", "express": "~4.16.0", "express-session": "~1.15.6", "mongoose": "^5.8.9",