From 0c33338e479a2ffb8710aa7a11126a383dc8ad55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:58:27 +0000 Subject: [PATCH] chore(deps-dev): 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f614c94..448b71a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "rimraf": "^6.0.1", "semantic-release": "^24.2.5", "serverless": "^3.40.0", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "sort-package-json": "^3.2.1" }, "engines": { @@ -21173,9 +21173,9 @@ } }, "node_modules/sinon": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-20.0.0.tgz", - "integrity": "sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.0.tgz", + "integrity": "sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 88d18c01..34e11315 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "rimraf": "^6.0.1", "semantic-release": "^24.2.5", "serverless": "^3.40.0", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "sort-package-json": "^3.2.1" }, "peerDependencies": {