From c19e9666afae9e2d3a9d959ab885a9d2c5511bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 18:13:19 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 10.0.1 to 11.1.2 Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.1 to 11.1.2. - [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) --- 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 9ae8c89..b53f732 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "hexo-util": "^2.1.0", "mocha": "^8.0.1", "nyc": "^15.0.0", - "sinon": "^10.0.1", + "sinon": "^11.1.2", "supertest": "^6.1.3", "uuid": "^8.0.0" },