From d5c10e6dc5b772e17cf1cfafe6d5229dd393f6f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 03:17:00 +0000 Subject: [PATCH] Bump @types/sinon from 7.0.13 to 9.0.0 Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 7.0.13 to 9.0.0. - [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 | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index df5bc7a..4dfc384 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": "^9.0.0", "faker": "^4.1.0", "fixture-repository": "^1.2.2", "jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..871efd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -427,9 +427,15 @@ "@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@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.0.tgz#5b70a360f55645dd64f205defd2a31b749a59799" + dependencies: + "@types/sinonjs__fake-timers" "*" + +"@types/sinonjs__fake-timers@*": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e" "@types/stack-utils@^1.0.1": version "1.0.1"