Skip to content

Commit 9a612b8

Browse files
renovate[bot]JustinBeckwith
authored andcommitted
fix(deps): update dependency yargs to v12 (#63)
1 parent ea4353e commit 9a612b8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/google-cloud-dns/samples/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"test": "npm run cover"
1515
},
1616
"dependencies": {
17-
"@google-cloud/dns": "0.7.2",
18-
"yargs": "11.0.0"
17+
"@google-cloud/dns": "^0.7.2",
18+
"yargs": "^12.0.1"
1919
},
2020
"devDependencies": {
21-
"@google-cloud/nodejs-repo-tools": "2.3.0",
22-
"ava": "0.25.0",
23-
"nyc": "12.0.2",
24-
"proxyquire": "2.0.1",
25-
"sinon": "6.0.1",
26-
"uuid": "3.3.0"
21+
"@google-cloud/nodejs-repo-tools": "^2.3.0",
22+
"ava": "^0.25.0",
23+
"nyc": "^12.0.2",
24+
"proxyquire": "^2.0.1",
25+
"sinon": "^6.0.1",
26+
"uuid": "^3.3.0"
2727
}
2828
}

0 commit comments

Comments
 (0)