From 48024d3b53d333fae07360d810a48a320db266fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 01:50:18 +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 2a98a89849888f..d4517d07e0f80a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "sprintf-js": "^1.0.3", "style-loader": "0.12.4", "u2f-api": "0.0.8", - "underscore": "1.8.3", + "underscore": "1.12.1", "url-loader": "0.5.6", "webpack": "1.12.4" },