From e5b7e1573429f9830655b1ba8e0c7ed45bd82c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 19:22:47 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 11.1.2 to 12.0.0 (#403) Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 to 12.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v11.1.2...v12.0.0) --- 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 66b97102..53534390 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "busboy": "^0.3.1", "pre-commit": "^1.1.2", "proxyquire": "^2.1.3", - "sinon": "^11.0.0", + "sinon": "^12.0.0", "split2": "^4.0.0", "standard": "^16.0.3", "tap": "^15.0.2"