Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v6.3.3 (#79)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency sinon to v6.3.3

* Update package.json
  • Loading branch information
renovate[bot] authored and jkwlui committed Sep 17, 2018
1 parent 5b34fd2 commit 31adcbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloud-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@google-cloud/tasks": "^0.2.2",
"body-parser": "^1.18.3",
"express": "4.16.3",
"express": "^4.16.3",
"yargs": "^12.0.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "^0.25.0",
"proxyquire": "2.0.1",
"sinon": "6.0.1"
"proxyquire": "^2.0.1",
"sinon": "^6.3.3"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down

0 comments on commit 31adcbf

Please sign in to comment.