From 686da4658017cf04ba83c101c2a7c655ed339de1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 21:27:26 +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://dev.snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://dev.snyk.io/vuln/SNYK-JS-MARKED-2342082 --- .../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..3ff2efed77 100644 --- a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json +++ b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json @@ -20,7 +20,7 @@ "express": "4.12.4", "express-fileupload": "0.0.5", "humanize-ms": "1.0.1", - "marked": "0.3.5", + "marked": "4.0.10", "method-override": "latest", "moment": "2.15.1", "mongoose": "4.2.4",