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"