From 9994b63500deaffd37c6f85a661c0d42352fcacf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2020 03:37:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-584281 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d1ab5ebd6..1fa3ff69db 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "codemirror-graphql": "^0.5.7", "graphql": "^0.7.0", "graphql-tools": "^0.6.6", - "marked": "^0.3.5" + "marked": "^1.1.1" } }