From 48ed2fdcc967858ee95ab3ef05e7f876d4ff32a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 23:02:53 +0000 Subject: [PATCH] build(deps-dev): bump sinon from 11.1.2 to 15.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 to 15.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/v11.1.2...v15.0.0) --- 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 f165faa..f7e24ab 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "^8.0.1", "promise-retry": "^2.0.1", "proxyquire": "^2.1.3", - "sinon": "^11.1.0", + "sinon": "^15.0.0", "tmp-promise": "^3.0.2" }, "lint-staged": {