From 14251f2b0b810efb211d3c27807993cf0deb5b22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 03:55:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-1070800 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2697c01..6951eac 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gradient-string": "^1.2.0", "is-git-url": "^1.0.0", "lodash": "^4.17.11", - "marked": "^1.1.1", + "marked": "^2.0.0", "nodemon": "^2.0.3", "opn": "^5.4.0", "pluralize": "^8.0.0",