From b3a6a637e260e447af9634f5c436c4d4ce1a382e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:03:50 +0000 Subject: [PATCH] build(deps-dev): bump sinon from 11.1.2 to 15.0.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 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/v11.1.2...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 4772800..aa5109f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^5.1.0", "nyc": "^15.0.0", - "sinon": "^11.1.0", + "sinon": "^15.0.1", "tsd": "^0.16.0", "typescript": "^4.0.2" },