From a958e797dc8bae40f70e87820a2c597aac9da07a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:25:16 +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 045564e92..8a1234c25 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "deep-extend": "^0.4.0", "dockerode": "^2.2.7", "install": "^0.1.8", - "jquery": "^2.1.3", + "jquery": "^3.5.0", "JSONStream": "^1.0.7", "mixpanel": "kitematic/mixpanel-node", "mkdirp": "^0.5.0",