From aec4d2a1099f94502c94f53b8203bf2cba4f06b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 03:15:54 +0000 Subject: [PATCH] Bump @types/sinon from 7.0.13 to 10.0.2 Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 7.0.13 to 10.0.2. - [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..248e2ef 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.2", "faker": "^4.1.0", "fixture-repository": "^1.2.2", "jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..74b5e5c 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.2" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5" + 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.2": + version "10.0.2" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4" + dependencies: + "@sinonjs/fake-timers" "^7.1.0" "@types/stack-utils@^1.0.1": version "1.0.1"