From 9d330777c6c41a4f99c31c2589553184051bd621 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Apr 2022 23:33:08 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/npm-project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-2803307 --- .../workspaces/mono-repo-project/npm-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json index 5211b26c8e..f99aaf1dce 100644 --- a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json +++ b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json @@ -14,7 +14,7 @@ "dependencies": { "body-parser": "1.9.0", "cookie-parser": "1.3.3", - "ejs": "1.0.0", + "ejs": "3.1.7", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4",