From 77178a35ec4eb79cd76c327339e1bbb848e964fc Mon Sep 17 00:00:00 2001 From: Filip Maj Date: Mon, 30 Oct 2023 12:51:40 -0400 Subject: [PATCH] webhook@7.0.1. Also bump sinon dev dependency to latest version. --- packages/webhook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/webhook/package.json b/packages/webhook/package.json index a90bd106b..dc0e58e46 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@slack/webhook", - "version": "7.0.0", + "version": "7.0.1", "description": "Official library for using the Slack Platform's Incoming Webhooks", "author": "Slack Technologies, LLC", "license": "MIT", @@ -61,7 +61,7 @@ "nock": "^13.3.3", "nyc": "^15.1.0", "shx": "^0.3.2", - "sinon": "^15.2.0", + "sinon": "^17.0.0", "source-map-support": "^0.5.21", "ts-node": "^8.2.0", "typescript": "^4.1.0"