From 6641c65ec0aeca14c53873ff5942e0ac98a8ae22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:51:50 +0100 Subject: [PATCH] chore(deps-dev): bump sinon from 8.1.1 to 9.0.1 (#101) Bumps [sinon](https://github.com/sinonjs/sinon) from 8.1.1 to 9.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v8.1.1...v9.0.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cd7869ef5..214ea19a30 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "p-defer": "^3.0.0", "peer-id": "~0.13.3", "peer-info": "~0.17.0", - "sinon": "^8.1.1" + "sinon": "^9.0.1" }, "dependencies": { "async.nexttick": "^0.5.2",