Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 4, 2018
1 parent 072ed92 commit ab736fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,9 +39,9 @@
"husky": "0.14.3",
"installed-check": "2.2.0",
"mocha": "5.2.0",
"nock": "9.4.0",
"nock": "9.4.4",
"nyc": "12.0.2",
"sinon": "6.0.1"
"sinon": "6.1.4"
},
"dependencies": {
"bunyan-duckling": "^1.0.0",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Expand Up @@ -99,6 +99,10 @@
dependencies:
samsam "1.3.0"

"@sinonjs/samsam@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.0.0.tgz#9163742ac35c12d3602dece74317643b35db6a80"

"@voxpelli/semver-set@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@voxpelli/semver-set/-/semver-set-1.0.1.tgz#2b74dd95e1b0f5a5b1f10d0d9d6efe4143496b5f"
Expand Down Expand Up @@ -1991,10 +1995,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.4.2:
lolex@^2.3.2:
version "2.7.0"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.0.tgz#9c087a69ec440e39d3f796767cf1b2cdc43d5ea5"

lolex@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.1.tgz#e40a8c4d1f14b536aa03e42a537c7adbaf0c20be"

longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
Expand Down Expand Up @@ -2204,7 +2212,7 @@ negotiator@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"

nise@^1.3.3:
nise@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/nise/-/nise-1.4.2.tgz#a9a3800e3994994af9e452333d549d60f72b8e8c"
dependencies:
Expand All @@ -2214,9 +2222,9 @@ nise@^1.3.3:
path-to-regexp "^1.7.0"
text-encoding "^0.6.4"

nock@9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.4.0.tgz#d151c0020c9c10fe2f139c4bc7498457959eddc8"
nock@9.4.4:
version "9.4.4"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.4.4.tgz#d58a6d54ca26735d792aa776801cd0623789bdb6"
dependencies:
chai "^4.1.2"
debug "^3.1.0"
Expand Down Expand Up @@ -2866,15 +2874,16 @@ 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@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.0.1.tgz#4247b97dd8fecbe1e19f8b816a5e7eed3993bcfe"
sinon@6.1.4:
version "6.1.4"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.1.4.tgz#b67f7a7b7fe2496042b54a5c2f425e2d699927a2"
dependencies:
"@sinonjs/formatio" "^2.0.0"
"@sinonjs/samsam" "^2.0.0"
diff "^3.5.0"
lodash.get "^4.4.2"
lolex "^2.4.2"
nise "^1.3.3"
lolex "^2.7.1"
nise "^1.4.2"
supports-color "^5.4.0"
type-detect "^4.0.8"

Expand Down

0 comments on commit ab736fa

Please sign in to comment.