From 9bd3e951e81002d3545011754283bdcce915d79c Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 8 Aug 2019 07:39:16 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTOLINKER-73494 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 8631663..64f8b7d 100644 --- a/app/package.json +++ b/app/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",