Skip to content

Commit 8896003

Browse files
robhoganjondubois
authored andcommitted
Switch from node-uuid (deprecated) to uuid
1 parent 6a5dff8 commit 8896003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"async": "2.0.0",
88
"base64id": "0.1.0",
99
"lodash.defaults": "4.2.0",
10-
"node-uuid": "1.4.7",
1110
"sc-auth": "3.0.x",
1211
"sc-domain": "1.x.x",
1312
"sc-emitter": "1.1.x",
1413
"sc-errors": "1.0.x",
1514
"sc-formatter": "3.0.x",
1615
"sc-simple-broker": "1.2.x",
16+
"uuid": "^3.0.1",
1717
"uws": "0.12.0",
1818
"ws": "1.1.1"
1919
},

scserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var async = require('async');
77
var url = require('url');
88
var domain = require('sc-domain');
99
var crypto = require('crypto');
10-
var uuid = require('node-uuid');
10+
var uuid = require('uuid');
1111
var scSimpleBroker = require('sc-simple-broker');
1212

1313
var scErrors = require('sc-errors');

0 commit comments

Comments
 (0)