From 13c0e134571903c598e0e65be276097b778d3dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:05:10 +0000 Subject: [PATCH] chore: Bump sinon from 9.2.4 to 15.0.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 15.0.1. - [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/v9.2.4...v15.0.1) --- 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 54c551f3579..8dbda65a4c4 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "handlebars": "^4.2.0", "mocha": "^8.0.1", "pre-commit": "1.x", - "sinon": "^9.0.0", + "sinon": "^15.0.1", "validate.js": "^0.13.0", "wd": "^1.10.0", "yaml-js": "^0.x"