From 217a66c74f6fcad4f4bd56a6923004dbfe5c0353 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:04:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ceb9d710..c9964be05 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "alt": "^0.16.2", "ansi-to-html": "0.3.0", "any-promise": "^0.1.0", - "async": "^0.9.0", + "async": "^3.2.2", "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^1.2.0", @@ -47,7 +47,7 @@ "mixpanel": "kitematic/mixpanel-node", "mkdirp": "^0.5.0", "node-uuid": "^1.4.3", - "npm": "^2.9.1", + "npm": "^3.0.0", "object-assign": "^2.0.0", "osx-release": "^1.1.0", "parseUri": "^1.2.3-2",