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 3cd04d8 commit 7af08b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/google-cloud-language/samples/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 7af08b4

Please sign in to comment.