From 1d808de5d167b8014b4b283bbd7c867656a87f22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 03:13:06 +0000 Subject: [PATCH] Bump @types/sinon from 7.0.13 to 10.0.1 Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 7.0.13 to 10.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6173e4f..8f83087 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/jest": "^24.0.18", "@types/node": "^12.0.0", "@types/uuid": "^3.4.5", - "@types/sinon": "^7.0.13", + "@types/sinon": "^10.0.1", "faker": "^4.1.0", "fixture-repository": "^1.2.2", "jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..f96339c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -301,6 +301,18 @@ dependencies: type-detect "4.0.8" +"@sinonjs/commons@^1.7.0": + version "1.8.3" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" + dependencies: + type-detect "4.0.8" + +"@sinonjs/fake-timers@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e" + dependencies: + "@sinonjs/commons" "^1.7.0" + "@sinonjs/formatio@^3.2.1": version "3.2.1" resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-3.2.1.tgz#52310f2f9bcbc67bdac18c94ad4901b95fde267e" @@ -427,9 +439,11 @@ "@types/express-serve-static-core" "*" "@types/mime" "*" -"@types/sinon@^7.0.13": - version "7.0.13" - resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313" +"@types/sinon@^10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.1.tgz#97ccb0482b750f5140ffdc661240ebbbe6e28d75" + dependencies: + "@sinonjs/fake-timers" "^7.1.0" "@types/stack-utils@^1.0.1": version "1.0.1"