From c2264481eb97f9e969be4991a9854919ff64e598 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 09:19:29 +0000 Subject: [PATCH] Automerge - Bump sinon-test from 2.4.0 to 3.1.0 Bumps [sinon-test](https://github.com/sinonjs/sinon-test) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/sinonjs/sinon-test/releases) - [Changelog](https://github.com/sinonjs/sinon-test/blob/master/History.md) - [Commits](https://github.com/sinonjs/sinon-test/commits/v3.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ef6181..cc71690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2132,9 +2132,9 @@ "integrity": "sha512-r2JhDY7gbbmh5z3Q62pNbrjxZdOAjpsqW/8yxAZRSqLZqowmfGZPGUZPFf3UX36NLis0cv8VEM5IJh9HgkSOAA==" }, "sinon-test": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/sinon-test/-/sinon-test-2.4.0.tgz", - "integrity": "sha512-oQnO02I7JDbtrSKN8Qs3upobCQRythJCBn3DzPmv4m/SoPvhZJDVqHDFkRZ1lZhN2GkBqOR3m7WT79190z9kEg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/sinon-test/-/sinon-test-3.1.0.tgz", + "integrity": "sha512-aGQwq6Xl9eJg/8Ugv4Ko4LQWUqjwRYNI8UtxnKa9hmcMEz3HBTR3nnzYrbW4isuRLsJWFuJTUcPGuz7f4XvODg==" }, "source-map": { "version": "0.6.1", diff --git a/package.json b/package.json index 232f5c1..1dd2f88 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "nyc": "^14.1.1", "sinon": "^4.2.1", "sinon-chai": "^3.3.0", - "sinon-test": "^2.1.2", + "sinon-test": "^3.1.0", "ts-node": "^4.1.0", "tslint-sonarts": "^1.4.0", "stryker": "^0.19.3",