From 83182e7e6f693ce143a861ef1b9c04f5d4d5ab49 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 14:34:50 +0000 Subject: [PATCH] Bump sinon from 7.4.2 to 7.5.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 7.4.2 to 7.5.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index df5bc7a..fd62f3a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jest": "^24.9.0", "pre-commit": "^1.2.2", "prettier": "^1.18.2", - "sinon": "^7.4.2", + "sinon": "^7.5.0", "ts-jest": "^24.1.0", "tslint": "^5.16.0", "tslint-config-airbnb": "^5.11.2", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..b339792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2853,9 +2853,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" -sinon@^7.4.2: - version "7.4.2" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.4.2.tgz#ecd54158fef2fcfbdb231a3fa55140e8cb02ad6c" +sinon@^7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.5.0.tgz#e9488ea466070ea908fd44a3d6478fd4923c67ec" dependencies: "@sinonjs/commons" "^1.4.0" "@sinonjs/formatio" "^3.2.1"