From 9ffa2cf9815d1ec24dd6f32d1c1a6402987b3615 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Oct 2017 13:59:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:jquery:20150627 - https://snyk.io/vuln/npm:jquery:20160529 Latest report for qwo/gulp-starter: https://snyk.io/test/github/qwo/gulp-starter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 320da539b..f8ab9b703 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ }, "dependencies": { "backbone": "~1.1.2", - "jquery": "~2.1.0" + "jquery": "~3.0.0" } }