From 3ef400e813af5bea9ba8689da22ae5a61ea3d7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 07:56:16 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 13.0.2 to 14.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0. - [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/v13.0.2...v14.0.0) --- 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 46ce339..7327ba0 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jsdoc": "^3.6.4", "jsdoc-baseline": "^0.1.5", "mocha": "^9.0.2", - "sinon": "^13.0.1" + "sinon": "^14.0.0" }, "engines": { "node": ">=12.0.0"