From 7d4793a0e7e370455b24586f6dafa36554c168c1 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 23 Aug 2019 01:50:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SELECT2-456562 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a98a89849888f..7288f873cac5b5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-sparklines": "1.5.0", "react-sticky": "3.0.0", "reflux": "0.3.0", - "select2": "3.5.1", + "select2": "4.0.8", "sprintf-js": "^1.0.3", "style-loader": "0.12.4", "u2f-api": "0.0.8",