Commit 585858c 1 parent 234c45b commit 585858c Copy full SHA for 585858c
File tree 2 files changed +14
-17
lines changed
2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 1
1
var sinon = require ( 'sinon' )
2
2
var chai = require ( 'chai' )
3
3
var sinonChai = require ( 'sinon-chai' )
4
- var chaiSubset = require ( 'chai-subset' )
5
4
6
5
before ( function ( ) {
7
- chai . use ( chaiSubset )
8
6
chai . use ( sinonChai )
9
7
} )
10
8
Original file line number Diff line number Diff line change 39
39
"url" : " https://github.com/RisingStack/trace-nodejs/issues"
40
40
},
41
41
"dependencies" : {
42
- "@risingstack/continuation-local-storage" : " 1.0.2 " ,
42
+ "@risingstack/continuation-local-storage" : " 1.0.4 " ,
43
43
"bl" : " 1.1.2" ,
44
44
"debug" : " 2.2.0" ,
45
- "lodash.assign" : " 4.0.6 " ,
45
+ "lodash.assign" : " 4.0.7 " ,
46
46
"lodash.defaults" : " 4.0.1" ,
47
- "lodash.flatmap" : " 4.2.1 " ,
47
+ "lodash.flatmap" : " 4.3.0 " ,
48
48
"lodash.isnumber" : " 3.0.3" ,
49
49
"node-uuid" : " 1.4.7" ,
50
50
"qs" : " 6.1.0" ,
58
58
"devDependencies" : {
59
59
"amqplib" : " 0.4.1" ,
60
60
"async" : " 1.5.2" ,
61
- "bluebird" : " 3.3.3 " ,
61
+ "bluebird" : " 3.3.5 " ,
62
62
"body-parser" : " 1.15.0" ,
63
- "bookshelf" : " 0.9.2 " ,
64
- "cassandra-driver" : " 3.0.1 " ,
63
+ "bookshelf" : " 0.9.4 " ,
64
+ "cassandra-driver" : " 3.0.2 " ,
65
65
"chai" : " 3.5.0" ,
66
- "chai-subset" : " 1.2.1" ,
67
66
"conventional-changelog" : " 1.1.0" ,
68
- "eslint" : " 2.2 .0" ,
67
+ "eslint" : " 2.7 .0" ,
69
68
"eslint-config-standard" : " 5.1.0" ,
70
69
"eslint-plugin-standard" : " 1.3.2" ,
71
70
"express" : " 4.13.4" ,
72
71
"fresh" : " 0.3.0" ,
73
72
"freshy" : " 1.0.2" ,
74
73
"ioredis" : " 1.15.1" ,
75
- "istanbul" : " 0.4.2 " ,
74
+ "istanbul" : " 0.4.3 " ,
76
75
"knex" : " 0.10.0" ,
77
- "koa" : " 1.1.2 " ,
78
- "lodash" : " 4.6 .0" ,
76
+ "koa" : " 1.2.0 " ,
77
+ "lodash" : " 4.10 .0" ,
79
78
"memcached" : " 2.2.1" ,
80
79
"mocha" : " 2.4.5" ,
81
- "mongodb" : " 2.1.7 " ,
82
- "mongoose" : " 4.4.5 " ,
80
+ "mongodb" : " 2.1.16 " ,
81
+ "mongoose" : " 4.4.12 " ,
83
82
"mysql" : " 2.10.2" ,
84
83
"nock" : " 7.2.2" ,
85
- "pg" : " 4.5.1 " ,
84
+ "pg" : " 4.5.3 " ,
86
85
"pre-commit" : " 1.1.2" ,
87
86
"redis" : " 2.4.2" ,
88
87
"semantic-release" : " 4.3.5" ,
89
88
"sinon" : " 1.17.3" ,
90
89
"sinon-chai" : " 2.8.0" ,
91
- "superagent" : " 1.7.2 " ,
90
+ "superagent" : " 1.8.3 " ,
92
91
"supertest" : " 1.2.0" ,
93
92
"tap-spec" : " ^4.1.1" ,
94
93
"tape" : " ^4.4.0"
You can’t perform that action at this time.
0 commit comments