From c22098a0b40ea5c15c1d35b2caa5b62aa904a824 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Apr 2019 04:00:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-174006 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82d7b92852..0dc4345e6e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "font-awesome": "4.7.0", "moment": "~2.19.3", "d3": "4.2.1", - "jquery": "3.1.1", + "jquery": "3.4.0", "angular": "1.6.7", "angular-route": "1.4.8", "angular-animate": "1.4.8",