From 02d24b33638f5cee11a3e206b6a796a84024d0db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Feb 2021 21:42:21 +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-1049328 --- .../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..03f9bbbd33 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.6", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4",