From baef8e3eff0a59ea9bd3a8b9d6e5a7367f244ad6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 19:10:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 - https://snyk.io/vuln/SNYK-JS-MPATH-1577289 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:https-proxy-agent:20180402 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ec5e27..6434585 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ }, "devDependencies": {}, "dependencies": { - "@slack/client": "^3.15.0", + "@slack/client": "^4.3.1", "bluebird": "^3.5.1", "invariant": "^2.2.2", "json-templates": "^1.9.0", "lodash": "^4.17.4", - "mongoose": "^5.3.9", + "mongoose": "^6.0.4", "nconf": "^0.10.0", "opentmi-addon": "github:opentmi/opentmi-addon" }