From ca300a984910aed6fd622777620c6704afd5d5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 19:33:02 +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 f8d0235b7..a0d0b0ba9 100644 --- a/packages/socket-mode/package.json +++ b/packages/socket-mode/package.json @@ -59,9 +59,9 @@ }, "devDependencies": { "@types/proxyquire": "^1.3.31", - "@types/sinon": "^21", + "@types/sinon": "^22", "nodemon": "^3.1.0", "proxyquire": "^2.1.3", - "sinon": "^21" + "sinon": "^22" } }