From b56c5f63ec50582c3b76199366608f3dcc03869b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 May 2024 06:14:50 +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 ed72d62..41ced08 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "main": "server.js", "dependencies": { - "ejs": "^2.4.1", + "ejs": "^3.1.10", "eslint-config-jonnybuchanan": "2.0.3", "events": "1.1.0", "express": "^4.13.4",