From d497517b960ab40c2b41db56257811565f353124 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:22:56 +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 9ac66f3b..811328fe 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/slackapi/hubot-slack/issues" }, "dependencies": { - "@slack/client": "^3.4.0", + "@slack/client": "^4.0.0", "chai": "^3.5.0", "lodash": "^3.10.1" }, @@ -32,7 +32,7 @@ "coffee-coverage": "~1.0.1", "coffee-script": "~1.7.1", "codecov": "^2.3.1", - "grunt": "~0.4.1", + "grunt": "~1.3.0", "grunt-cli": "^0.1.13", "grunt-contrib-watch": "~0.5.3", "grunt-release": "~0.6.0",