Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 12, 2018
1 parent 79d7f5b commit a9624d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js-given/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rollup": "0.56.5",
"rollup-plugin-babel": "3.0.3",
"rollup-plugin-uglify": "3.0.0",
"sinon": "4.4.2",
"sinon": "4.4.3",
"sinon-chai": "2.14.0",
"sleep-promise": "2.0.0",
"tmp": "0.0.33"
Expand Down
11 changes: 8 additions & 3 deletions js-given/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
dependencies:
samsam "1.3.0"

"@std/esm@^0.23.3":
version "0.23.4"
resolved "https://registry.yarnpkg.com/@std/esm/-/esm-0.23.4.tgz#e047aeb8a79bbea1d2f62f862de5d88c8faafd37"

"@types/node@*":
version "8.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.1.tgz#4ec3020bcdfe2abffeef9ba3fbf26fca097514b5"
Expand Down Expand Up @@ -4413,11 +4417,12 @@ sinon-chai@2.14.0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-2.14.0.tgz#da7dd4cc83cd6a260b67cca0f7a9fdae26a1205d"

sinon@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.4.2.tgz#c4c41d4bd346e1d33594daec2d5df0548334fc65"
sinon@4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.4.3.tgz#f21f08a2fa8cc013c5720751b02c4484a9af31fc"
dependencies:
"@sinonjs/formatio" "^2.0.0"
"@std/esm" "^0.23.3"
diff "^3.1.0"
lodash.get "^4.4.2"
lolex "^2.2.0"
Expand Down

0 comments on commit a9624d6

Please sign in to comment.