Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v12 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jun 29, 2018
1 parent ea4353e commit 9a612b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/dns": "0.7.2",
"yargs": "11.0.0"
"@google-cloud/dns": "^0.7.2",
"yargs": "^12.0.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"ava": "0.25.0",
"nyc": "12.0.2",
"proxyquire": "2.0.1",
"sinon": "6.0.1",
"uuid": "3.3.0"
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "^0.25.0",
"nyc": "^12.0.2",
"proxyquire": "^2.0.1",
"sinon": "^6.0.1",
"uuid": "^3.3.0"
}
}

0 comments on commit 9a612b8

Please sign in to comment.