From 1bf0182e311f2faca34b553ac91f7d83d06cab8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:22:57 +0800 Subject: [PATCH] chore: bump sinon from 15.2.0 to 17.0.1 (#5343) Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 17.0.1. - [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/v15.2.0...v17.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e4ba32ab6..78fbd2baf3 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "husky": "^8.0.1", "lint-staged": "^14.0.1", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^17.0.1", "ts-node": "^10.9.1", "typescript": "^5.3.2" },