From 8f40a4605407702ad9b6e28dece67d640af10ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:00:48 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 10.0.1 to 11.0.0 (#126) Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.1 to 11.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/commits) 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 6beeafa..03cda9f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/node": "^15.0.0", "fastify": "^3.0.0", "pre-commit": "^1.2.2", - "sinon": "^10.0.0", + "sinon": "^11.0.0", "snazzy": "^9.0.0", "standard": "^16.0.3", "tap": "^15.0.2",