Skip to content

Commit

Permalink
Update dependency sinon to v6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 18, 2018
1 parent 039cde4 commit 24b59dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"coveralls": "3.0.2",
"nyc": "13.0.1",
"publish-please": "3.2.0",
"sinon": "6.3.3",
"sinon": "6.3.4",
"tslint": "5.11.0",
"typedoc": "0.12.0",
"typescript": "3.0.3"
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,18 @@
dependencies:
"@sinonjs/samsam" "2.1.0"

"@sinonjs/samsam@2.1.0", "@sinonjs/samsam@^2.1.0":
"@sinonjs/samsam@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.0.tgz#b8b8f5b819605bd63601a6ede459156880f38ea3"
dependencies:
array-from "^2.1.1"

"@sinonjs/samsam@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.1.tgz#f352621c24c9e9ab2ed293a7655e8d46bfd64c16"
dependencies:
array-from "^2.1.1"

"@types/events@*":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-1.2.0.tgz#81a6731ce4df43619e5c8c945383b3e62a89ea86"
Expand Down Expand Up @@ -4187,13 +4193,13 @@ 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@6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.3.tgz#c3a55b7046174c139e87a3c94c922cbf4323a4e7"
sinon@6.3.4:
version "6.3.4"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.4.tgz#6f076d7ddcf381af6c16468ac83d30333a756ec8"
dependencies:
"@sinonjs/commons" "^1.0.2"
"@sinonjs/formatio" "^3.0.0"
"@sinonjs/samsam" "^2.1.0"
"@sinonjs/samsam" "^2.1.1"
diff "^3.5.0"
lodash.get "^4.4.2"
lolex "^2.7.4"
Expand Down

0 comments on commit 24b59dc

Please sign in to comment.