From 1944d347f6c90b6da7cdb43f675d2ac9a9636faa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Apr 2019 00:30:37 +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 1d35ddf9eb..96f5a70215 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "github-url-from-git": "^1.5.0", "github-url-from-username-repo": "^1.0.2", "giturl": "^1.0.0", - "jquery": "^3.1.1", + "jquery": "^3.4.0", "path-parse": "^1.0.5", "pop-zip": "^1.0.0", "primer-core": "^2.0.0",