From b05946ad95a8ad1d20126e52748a3eec1ce3c189 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Apr 2019 21:08:30 +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 117a8089bcfe92..7ffed59af76bb9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gettext-parser": "1.1.1", "history": "1.13.0", "jed": "^1.1.0", - "jquery": "2.1.4", + "jquery": "3.4.0", "js-cookie": "2.0.4", "json-loader": "0.5.3", "less": "2.5.3",