From 3bfe0463274a39cd24e6d82d3222883c910666cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:33:16 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-sinon group across 1 directory with 2 updates Bumps the dev-sinon group with 2 updates in the /packages/socket-mode directory: [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) and [sinon](https://github.com/sinonjs/sinon). Updates `@types/sinon` from 21.0.1 to 22.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `sinon` from 21.1.2 to 22.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md) - [Commits](https://github.com/sinonjs/sinon/compare/v21.1.2...v22.0.0) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-sinon - dependency-name: sinon dependency-version: 22.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/socket-mode/package.json b/packages/socket-mode/package.json index 867c45579..ae21309e3 100644 --- a/packages/socket-mode/package.json +++ b/packages/socket-mode/package.json @@ -61,10 +61,10 @@ }, "devDependencies": { "@types/proxyquire": "^1.3.31", - "@types/sinon": "^21", + "@types/sinon": "^22", "nodemon": "^3.1.0", "proxyquire": "^2.1.3", - "sinon": "^21", + "sinon": "^22", "tsd": "^0.33.0", "undici": "^7.25.0", "ws": "^8"