Skip to content

Commit 585858c

Browse files
committed
fix(package): update dependencies
1 parent 234c45b commit 585858c

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

lib/test-setup.spec.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
var sinon = require('sinon')
22
var chai = require('chai')
33
var sinonChai = require('sinon-chai')
4-
var chaiSubset = require('chai-subset')
54

65
before(function () {
7-
chai.use(chaiSubset)
86
chai.use(sinonChai)
97
})
108

package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"url": "https://github.com/RisingStack/trace-nodejs/issues"
4040
},
4141
"dependencies": {
42-
"@risingstack/continuation-local-storage": "1.0.2",
42+
"@risingstack/continuation-local-storage": "1.0.4",
4343
"bl": "1.1.2",
4444
"debug": "2.2.0",
45-
"lodash.assign": "4.0.6",
45+
"lodash.assign": "4.0.7",
4646
"lodash.defaults": "4.0.1",
47-
"lodash.flatmap": "4.2.1",
47+
"lodash.flatmap": "4.3.0",
4848
"lodash.isnumber": "3.0.3",
4949
"node-uuid": "1.4.7",
5050
"qs": "6.1.0",
@@ -58,37 +58,36 @@
5858
"devDependencies": {
5959
"amqplib": "0.4.1",
6060
"async": "1.5.2",
61-
"bluebird": "3.3.3",
61+
"bluebird": "3.3.5",
6262
"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",
6565
"chai": "3.5.0",
66-
"chai-subset": "1.2.1",
6766
"conventional-changelog": "1.1.0",
68-
"eslint": "2.2.0",
67+
"eslint": "2.7.0",
6968
"eslint-config-standard": "5.1.0",
7069
"eslint-plugin-standard": "1.3.2",
7170
"express": "4.13.4",
7271
"fresh": "0.3.0",
7372
"freshy": "1.0.2",
7473
"ioredis": "1.15.1",
75-
"istanbul": "0.4.2",
74+
"istanbul": "0.4.3",
7675
"knex": "0.10.0",
77-
"koa": "1.1.2",
78-
"lodash": "4.6.0",
76+
"koa": "1.2.0",
77+
"lodash": "4.10.0",
7978
"memcached": "2.2.1",
8079
"mocha": "2.4.5",
81-
"mongodb": "2.1.7",
82-
"mongoose": "4.4.5",
80+
"mongodb": "2.1.16",
81+
"mongoose": "4.4.12",
8382
"mysql": "2.10.2",
8483
"nock": "7.2.2",
85-
"pg": "4.5.1",
84+
"pg": "4.5.3",
8685
"pre-commit": "1.1.2",
8786
"redis": "2.4.2",
8887
"semantic-release": "4.3.5",
8988
"sinon": "1.17.3",
9089
"sinon-chai": "2.8.0",
91-
"superagent": "1.7.2",
90+
"superagent": "1.8.3",
9291
"supertest": "1.2.0",
9392
"tap-spec": "^4.1.1",
9493
"tape": "^4.4.0"

0 commit comments

Comments
 (0)