From 23ba2ef83821efc14a5868b631ae27ca23b3adce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 23:39:35 +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-QS-3153490 --- .../workspaces/mono-repo-project/npm-project/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..e819383eb6 100644 --- a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json +++ b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json @@ -12,12 +12,12 @@ "cleanup": "mongo express-todo --eval 'db.todos.remove({});'" }, "dependencies": { - "body-parser": "1.9.0", + "body-parser": "1.19.2", "cookie-parser": "1.3.3", "ejs": "1.0.0", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", - "express": "4.12.4", + "express": "4.17.3", "express-fileupload": "0.0.5", "humanize-ms": "1.0.1", "marked": "0.3.5",