From 0d0e9f33c57af343c356811cc55d3106a2e18253 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 19 Aug 2019 03:13:20 +0000 Subject: [PATCH] chore: upgrade marked from 0.3.6 to 0.7.0 Snyk have raised this PR to upgrade marked from 0.3.6 to 0.7.0. See this package in NPM: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/ryanphigh/project/13b3d95d-b33a-4674-bc2d-ea32fd603bfb?utm_source=github&utm_medium=upgrade-pr --- 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 682ceb6470c..5da7cca5680 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": "0.7.0" }, "author": "", "license": "ISC"