From a04508354c2f3524a3b7bdbd575f1814613aa683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:56:54 +0000 Subject: [PATCH] chore: bump sinon from 20.0.0 to 21.0.0 Bumps [sinon](https://github.com/sinonjs/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 ... Signed-off-by: dependabot[bot] --- packages/it-queue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/it-queue/package.json b/packages/it-queue/package.json index 5ab1ecce..3f1d6ac3 100644 --- a/packages/it-queue/package.json +++ b/packages/it-queue/package.json @@ -149,6 +149,6 @@ "aegir": "^47.0.16", "delay": "^6.0.0", "it-all": "^3.0.0", - "sinon": "^20.0.0" + "sinon": "^21.0.0" } }