From d30d26227e783224db37da23fefe317d306b56e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:34:38 +0000 Subject: [PATCH] chore(deps-dev): bump sinon Bumps the dev-sinon group with 1 update in the /packages/web-api directory: [sinon](https://github.com/sinonjs/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/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v21.1.2...v22.0.0) --- updated-dependencies: - 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/web-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-api/package.json b/packages/web-api/package.json index 41ef43420..0b73fb565 100644 --- a/packages/web-api/package.json +++ b/packages/web-api/package.json @@ -66,7 +66,7 @@ "@types/sinon": "^21", "busboy": "^1", "nock": "^14", - "sinon": "^21", + "sinon": "^22", "tsd": "^0.33.0" }, "tsd": {