From 4e273946f5d6664b3452ad3293e0368cffe470ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Apr 2020 22:01:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTOLINKER-564438 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2433f6d4..5c0ae2fb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ }, "dependencies": { "async": "^2.0.1", - "autolinker": "^1.1.0", + "autolinker": "^3.14.0", "cheerio": "^0.22.0", "classnames": "^2.2.5", "compression": "^1.6.2",