From 548c229d03a658fbf866bdc9335acb4c74d99f57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Apr 2020 21:42:11 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTOLINKER-564438 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..64f8b7d 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ "path": "^0.12.7", "random-words": "0.0.1", "regex": "^0.1.1", - "remarkable": "1.6.2", + "remarkable": "2.0.0", "request": "^2.81.0", "request-json": "^0.6.2", "sentencer": "^0.1.5",