From abf96d209b220e63be0a6e8a1734275398e1d9b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 19:24:26 +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 b989bc2..b49ecda 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "uglify-js" : "2.4.15", "optimist" : "0.3.1", "xfs" : "0.1.8", - "ejs": "1.0.0", + "ejs": "3.1.10", "debug": "1.0.3", "coffee-script": "*" },