Skip to content

Commit 36d8ee7

Browse files
committed
Update dependencies
1 parent 3a377a5 commit 36d8ee7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
"node": ">= 0.6.0"
2626
},
2727
"dependencies": {
28-
"cookie": "0.1.0",
29-
"lsmod": "~0.0.3",
30-
"node-uuid": "~1.4.1",
28+
"cookie": "^0.1.0",
29+
"lsmod": "0.0.3",
30+
"node-uuid": "^1.4.3",
3131
"stack-trace": "0.0.7"
3232
},
3333
"devDependencies": {
34-
"coffee-script": "~1.7.1",
35-
"glob": "~3.1.13",
36-
"mocha": "*",
37-
"mock-udp": "*",
38-
"nock": "~0.28.2",
39-
"should": "~3.3.1",
34+
"coffee-script": "^1.9.2",
4035
"connect": "*",
4136
"express": "*",
42-
"koa": "*"
37+
"glob": "~3.1.13",
38+
"koa": "^0.19.1",
39+
"mocha": "^2.2.4",
40+
"mock-udp": "^0.1.1",
41+
"nock": "^1.6.0",
42+
"should": "~3.3.1"
4343
}
4444
}

0 commit comments

Comments
 (0)