From 2aeaf98c3bff48f989a69b7c0aac590d2450b2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:34:16 +0000 Subject: [PATCH] chore: bump sinon from 16.1.3 to 17.0.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 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/v16.1.3...v17.0.1) --- updated-dependencies: - dependency-name: sinon 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 ee17b4d..3af478b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "nyc": "^15.0.0", "mocha": "^10.0.0", "mocha-appveyor-reporter": "^0.4.2", - "sinon": "^16.0.0", + "sinon": "^17.0.1", "standard-version": "^9.0.0" }, "peerDependencies": {