From 0e75ef541879c365c5f45629e944242e631db5b9 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Mon, 24 Jan 2022 17:45:07 -0800 Subject: [PATCH] build(deps-dev): upgrade @types/sinon to 10.0.8 --- yarn.lock | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index dded011898..945b02a490 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2594,13 +2594,20 @@ "@types/chai" "*" "@types/sinon" "*" -"@types/sinon@*", "@types/sinon@^10.0.0": +"@types/sinon@*": version "10.0.6" resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.6.tgz#bc3faff5154e6ecb69b797d311b7cf0c1b523a1d" integrity sha512-6EF+wzMWvBNeGrfP3Nx60hhx+FfwSg1JJBLAAP/IdIUq0EYkqCYf70VT3PhuhPX9eLD+Dp+lNdpb/ZeHG8Yezg== dependencies: "@sinonjs/fake-timers" "^7.1.0" +"@types/sinon@^10.0.0": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.8.tgz#e43c3722629248470a866c86ecc06e5523ac0b4e" + integrity sha512-XZbSLlox2KM7VaEJPZ5G/fMZXJNuAtYiFOax7UT51quZMAJRWKvugPMqNA0mV3jC9HIYpQSg6qbV+ilQMwLqyA== + dependencies: + "@sinonjs/fake-timers" "^7.1.0" + "@types/sockjs@^0.3.33": version "0.3.33" resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.33.tgz#570d3a0b99ac995360e3136fd6045113b1bd236f"