From 87d8d82d3a01bcd5e9c110c6ae71ce3e0a74a48c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Apr 2024 01:56:23 +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 c3188637a9..d1e679fac3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "chai": "^3.5.0", "chai-http": "^2.0.1", - "ejs": "^2.4.1", + "ejs": "^3.1.10", "express": "^4.13.4", "mocha": "^2.4.5", "mongodb": "^2.1.16",