From 9f224bf7c66d1b0fb95db3b345684d9d08686983 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 07:49:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c0e273c..cc914131 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "he": "1.1.1", "html-to-text": "3.3.0", "humanname": "0.2.2", - "humanparser": "1.5.0", + "humanparser": "1.6.0", "iconv-lite": "0.4.19", "joi": "11.0.1", "js-yaml": "3.10.0",