Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v3.3.0 (#98)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency uuid to v3.3.0

* Update package.json
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jun 27, 2018
1 parent 8aeecc6 commit af82ef8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/google-cloud-node/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"test": "ava -T 20s --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/speech": "1.5.0",
"@google-cloud/storage": "1.7.0",
"node-record-lpcm16": "0.3.0",
"yargs": "11.0.0"
"@google-cloud/speech": "^1.5.0",
"@google-cloud/storage": "^1.7.0",
"node-record-lpcm16": "^0.3.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.1",
"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.3.0"
}
}

0 comments on commit af82ef8

Please sign in to comment.