From ac92aba47250eeb14de976891bf5192312331bfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Feb 2023 07:01:35 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/npm-package-policy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-174116 - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-MARKED-451540 - https://snyk.io/vuln/SNYK-JS-MARKED-584281 - https://snyk.io/vuln/npm:marked:20170112 - https://snyk.io/vuln/npm:marked:20170815 - https://snyk.io/vuln/npm:marked:20170815-1 - https://snyk.io/vuln/npm:marked:20180225 --- test/acceptance/workspaces/npm-package-policy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/npm-package-policy/package.json b/test/acceptance/workspaces/npm-package-policy/package.json index 682ceb6470..99311d2aab 100644 --- a/test/acceptance/workspaces/npm-package-policy/package.json +++ b/test/acceptance/workspaces/npm-package-policy/package.json @@ -4,7 +4,7 @@ "description": "custom-policy-location-package", "main": "index.js", "dependencies": { - "marked": "0.3.6" + "marked": "4.0.10" }, "author": "", "license": "ISC"