From 9a6a8930aa9b0c388e887c4ec17156e1a37fe503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:11:24 +0000 Subject: [PATCH] chore(deps-dev): bump sinon Bumps the dev-sinon group in /packages/socket-mode with 1 update: [sinon](https://github.com/sinonjs/sinon). Updates `sinon` from 20.0.0 to 21.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/commits) --- updated-dependencies: - dependency-name: sinon dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-sinon ... Signed-off-by: dependabot[bot] --- packages/socket-mode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/socket-mode/package.json b/packages/socket-mode/package.json index 1b765f036..e61c49bac 100644 --- a/packages/socket-mode/package.json +++ b/packages/socket-mode/package.json @@ -68,7 +68,7 @@ "nodemon": "^3.1.0", "proxyquire": "^2.1.3", "shx": "^0.4.0", - "sinon": "^20", + "sinon": "^21", "source-map-support": "^0.5.21", "ts-node": "^10", "typescript": "5.8.3"