Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v6.0.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jun 28, 2018
1 parent d0b5c39 commit c006056
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
43 changes: 31 additions & 12 deletions cloud-language/snippets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/language": "1.2.0",
"@google-cloud/storage": "1.7.0",
"yargs": "11.0.0"
"@google-cloud/language": "^1.2.0",
"@google-cloud/storage": "^1.7.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"ava": "0.25.0",
"proxyquire": "2.0.1",
"sinon": "6.0.0",
"uuid": "3.2.1"
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "^0.25.0",
"proxyquire": "^2.0.1",
"sinon": "^6.0.1",
"uuid": "^3.2.1"
}
}

0 comments on commit c006056

Please sign in to comment.