Skip to content

Commit c98b44a

Browse files
stephenpluspluscallmehiphop
authored andcommitted
bump packages (#1856)
1 parent 1495860 commit c98b44a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-dns/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"string-format-obj": "^1.0.0"
6060
},
6161
"devDependencies": {
62-
"async": "^1.4.2",
62+
"async": "^2.1.4",
6363
"mocha": "^3.0.1",
64-
"node-uuid": "^1.4.3",
6564
"proxyquire": "^1.7.10",
66-
"tmp": "0.0.27"
65+
"tmp": "^0.0.31",
66+
"uuid": "^3.0.1"
6767
},
6868
"scripts": {
6969
"publish-module": "node ../../scripts/publish.js dns",

packages/google-cloud-dns/system-test/dns.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var exec = require('methmeth');
2222
var format = require('string-format-obj');
2323
var fs = require('fs');
2424
var tmp = require('tmp');
25-
var uuid = require('node-uuid');
25+
var uuid = require('uuid');
2626

2727
var DNS = require('../');
2828
var env = require('../../../system-test/env.js');

0 commit comments

Comments
 (0)