From 13199bd8c4d188f0bc5e1d336b7baf04827a81a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:31:50 +0000 Subject: [PATCH] Bump sinon from 1.17.7 to 22.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 1.17.7 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/v1.17.7...v22.0.0) --- updated-dependencies: - dependency-name: sinon dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15c73dc7b..3a9df77d6 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "karma-sinon": "^1.0.5", "karma-webdriver-launcher": "^1.0.7", "mocha": "^5.2", - "sinon": "^1.17.5" + "sinon": "^22.0.0" } }