From 3b26738f9bdd97d81cb7a9b48f28e07b027721fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Oct 2018 11:14:57 +0000 Subject: [PATCH] Bump sinon from 6.3.3 to 7.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 6.3.3 to 7.1.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index e02832f..6270431 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "istanbul": "^0.4.5", "mocha": "^5.2.0", "proxyquire": "^2.1.0", - "sinon": "^6.3.3" + "sinon": "^7.1.0" }, "bugs": { "url": "https://github.com/LCMApps/dns-lookup-cache/issues" diff --git a/yarn.lock b/yarn.lock index 72a342d..23cecac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,11 +34,9 @@ dependencies: array-from "^2.1.1" -"@sinonjs/samsam@^2.1.0": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.1.tgz#f352621c24c9e9ab2ed293a7655e8d46bfd64c16" - dependencies: - array-from "^2.1.1" +"@sinonjs/samsam@^2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.2.tgz#16947fce5f57258d01f1688fdc32723093c55d3f" abbrev@1: version "1.1.1" @@ -831,10 +829,14 @@ log-driver@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8" -lolex@^2.3.2, lolex@^2.7.4: +lolex@^2.3.2: version "2.7.4" resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.4.tgz#6514de2c3291e9d6f09d49ddce4a95f7d4d5a93f" +lolex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lolex/-/lolex-3.0.0.tgz#f04ee1a8aa13f60f1abd7b0e8f4213ec72ec193e" + merge-descriptors@~1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" @@ -917,9 +919,9 @@ nice-try@^1.0.4: version "1.0.5" resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" -nise@^1.4.5: - version "1.4.5" - resolved "https://registry.yarnpkg.com/nise/-/nise-1.4.5.tgz#979a97a19c48d627bb53703726ae8d53ce8d4b3e" +nise@^1.4.6: + version "1.4.6" + resolved "https://registry.yarnpkg.com/nise/-/nise-1.4.6.tgz#76cc3915925056ae6c405dd8ad5d12bde570c19f" dependencies: "@sinonjs/formatio" "3.0.0" just-extend "^3.0.0" @@ -1160,17 +1162,17 @@ signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" -sinon@^6.3.3: - version "6.3.3" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.3.tgz#c3a55b7046174c139e87a3c94c922cbf4323a4e7" +sinon@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.1.0.tgz#819b63002ee09a90a3b50a0da4e0bdecb2e3f345" dependencies: "@sinonjs/commons" "^1.0.2" "@sinonjs/formatio" "^3.0.0" - "@sinonjs/samsam" "^2.1.0" + "@sinonjs/samsam" "^2.1.2" diff "^3.5.0" lodash.get "^4.4.2" - lolex "^2.7.4" - nise "^1.4.5" + lolex "^3.0.0" + nise "^1.4.6" supports-color "^5.5.0" type-detect "^4.0.8"