From 8279aba06924feccc4717c6213e21ef156e25905 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Sep 2022 23:38:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTOLINKER-2438289 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ead1655ef..4f1f291a7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "ansi": "~0.3.0", - "autolinker": "^0.18.1", + "autolinker": "^3.16.1", "autoprefixer-stylus": "~0.8.1", "benchmark": "~1.0.0", "browserify": "*",