From ba3c3cea56f8f60a9be2f9a114003978cce0f8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:38:53 +0000 Subject: [PATCH] chore(deps-dev): Bump sinon from 15.2.0 to 16.1.3 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.1.3. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.1.3) --- 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 b0c20aa..c4fefdf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "hexo-front-matter": "^4.0.0", "mocha": "^10.0.0", "nyc": "^15.0.0", - "sinon": "^15.0.2" + "sinon": "^16.1.3" }, "engines": { "node": ">=14"