From 4b7f79f31f025000b774d9fa2bba5fdfd1a72b60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:50:11 +0300 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-567880 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a98a89849888f..612456435f8c72 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.5.0", "js-cookie": "2.0.4", "json-loader": "0.5.3", "less": "2.5.3",