From 7e0c7d3484d115596bfa0690ea81cb62bc10477e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:26:15 +0000 Subject: [PATCH] deps(dev): bump sinon-ts from 1.0.2 to 2.0.0 (#48) Bumps [sinon-ts](https://github.com/achingbrain/sinon-ts) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/achingbrain/sinon-ts/releases) - [Changelog](https://github.com/achingbrain/sinon-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/achingbrain/sinon-ts/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: sinon-ts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/package.json b/packages/server/package.json index 501d879..a2394d4 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -165,6 +165,6 @@ "@types/sinon": "^10.0.15", "aegir": "^41.0.0", "sinon": "^17.0.0", - "sinon-ts": "^1.0.0" + "sinon-ts": "^2.0.0" } }