From 6e6788b3d8e367ed26e5548c1791953f3ef553fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 06:05:51 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 7.5.0 to 8.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 8.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/compare/v7.5.0...v8.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b7bfef..db425d1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "hexo-fs": "^2.0.0", "mocha": "^6.1.4", "nyc": "^14.1.1", - "sinon": "^7.3.2", + "sinon": "^8.0.0", "supertest": "^4.0.2", "uuid": "^3.3.2" },