From 0c54e556c40111b7199a4ef0702c4d662d8282c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 3 Oct 2020 18:39:37 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v9.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 655963ba3..ad76f00a5 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.27.3", "rollup-watch": "4.3.1", - "sinon": "9.0.3", + "sinon": "9.1.0", "tslint": "6.1.3", "tslint-config-google": "1.0.1", "tslint-config-prettier": "1.18.0", diff --git a/yarn.lock b/yarn.lock index 03f39c25d..498ffc456 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11823,10 +11823,10 @@ single-line-log@^1.1.2: dependencies: string-width "^1.0.1" -sinon@9.0.3: - version "9.0.3" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.0.3.tgz#bffc3ec28c936332cd2a41833547b9eed201ecff" - integrity sha512-IKo9MIM111+smz9JGwLmw5U1075n1YXeAq8YeSFlndCLhAL5KGn6bLgu7b/4AYHTV/LcEMcRm2wU2YiL55/6Pg== +sinon@9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.1.0.tgz#4afc90707c8e360fe051398eed2d3b197980ffc3" + integrity sha512-9zQShgaeylYH6qtsnNXlTvv0FGTTckuDfHBi+qhgj5PvW2r2WslHZpgc3uy3e/ZAoPkqaOASPi+juU6EdYRYxA== dependencies: "@sinonjs/commons" "^1.7.2" "@sinonjs/fake-timers" "^6.0.1"