From 88155a83a408219509c53c4bf8c23f919a531f88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 10:21:49 +0200 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 cbb88add..56053d17 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "bootstrap-dialog": "^1.34.6", "bootstrap-select": "^1.11.2", "font-awesome": "^4.5.0", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "jquery-ui": "^1.10.5", "js-yaml": "^3.5.5", "spinkit": "^1.2.5",