From 84294a1f7812a0048afda0365f446e6741b48e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:09:43 +0000 Subject: [PATCH] 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 ca69d7ff..cacf314f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "portastic": "^1.0.1", "proxy": "^1.0.1", "request": "^2.83.0", - "sinon": "^11.1.2", + "sinon": "^15.0.1", "sinon-stub-promise": "^4.0.0", "through": "^2.3.8", "ws": "^8.0.0"