From 5cc0eed2e5b4e2fc6dbdb1a9910c193b872ba5f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jan 2019 02:48:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTOLINKER-73494 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b62545..49a59e1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ }, "dependencies": { "@babel/runtime": "^7.2.0", - "autolinker": "^1.4.3", + "autolinker": "^3.0.0", "bcrypt": "^0.8.7", "markdown-it": "^8.4.2", "meteor-node-stubs": "^0.4.1",