From ccba22d557591088837b0acf68984c702313ac01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Apr 2024 00:23:04 +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 9c8cf8524..b435c81ae 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "async": "^2.6.2", "cheerio": "0.22.0", "chokidar": "^2.0.4", - "ejs": "2.5.7", + "ejs": "3.1.10", "entities": "1.1.1", "express": "^4.16.3", "graceful-cluster": "0.0.3",