From c44a8ba32d83148685b3bdc447a55e2eba0cc3f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 19:26:18 +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 85910de..64c821a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chalk": "^1.1.3", "commander": "^2.9.0", "del": "^2.2.0", - "ejs": "^2.4.2", + "ejs": "^3.1.10", "gulp-json-editor": "^2.2.1", "inquirer": "^3.0.1", "merge-config": "^2.0.0",