From 3d209a0f13c39a27afeae8fc16736b56fd7cfef8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 21:55:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ceb9d710..1a429955b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^1.2.0", - "coveralls": "^2.11.2", + "coveralls": "^3.0.0", "deep-extend": "^0.4.0", "dockerode": "^2.1.4", "exec": "0.2.0", @@ -47,7 +47,7 @@ "mixpanel": "kitematic/mixpanel-node", "mkdirp": "^0.5.0", "node-uuid": "^1.4.3", - "npm": "^2.9.1", + "npm": "^5.6.0", "object-assign": "^2.0.0", "osx-release": "^1.1.0", "parseUri": "^1.2.3-2",