From ce9af4625d51dd1f275811ad72b48250843be158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 9 Jan 2018 07:39:09 +0000 Subject: [PATCH] Bump sinon from 4.1.3 to 4.1.4 Bumps [sinon](https://github.com/sinonjs/sinon) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/History.md) - [Commits](https://github.com/sinonjs/sinon/compare/v4.1.3...v4.1.4) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2343c1..91b50f6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "mocha": "^4.0.1", "nyc": "^11.4.1", "proxyquire": "^1.7.11", - "sinon": "^4.1.3" + "sinon": "^4.1.4" }, "jest": { "testEnvironment": "node", diff --git a/yarn.lock b/yarn.lock index 535a64c..066047f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3972,9 +3972,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.1, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" -sinon@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.1.3.tgz#fc599eda47ed9f1a694ce774b94ab44260bd7ac5" +sinon@^4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.1.4.tgz#36bb237bae38ddf9cc92dcc1b16c51e7785bbc9c" dependencies: diff "^3.1.0" formatio "1.2.0"