From 603cb5c0caa97b1f9f449b0543fb20adc17c6330 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Apr 2019 01:25:21 +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 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 045564e92..77a7e0d13 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^2.1.5", - "coveralls": "^2.11.2", + "coveralls": "^3.0.0", "deep-extend": "^0.4.0", "dockerode": "^2.2.7", "install": "^0.1.8", - "jquery": "^2.1.3", + "jquery": "^3.4.0", "JSONStream": "^1.0.7", "mixpanel": "kitematic/mixpanel-node", "mkdirp": "^0.5.0",