Skip to content

Commit 60dd5d0

Browse files
committed
chore(package): update packages
1 parent 33da918 commit 60dd5d0

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@risingstack/trace": "2.1.1",
14-
"express": "4.13.1"
13+
"@risingstack/trace": "2.36.0",
14+
"express": "4.14.0"
1515
}
1616
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"dependencies": {
4646
"bl": "1.1.2",
4747
"continuation-local-storage": "3.2.0",
48-
"debug": "2.2.0",
48+
"debug": "2.3.3",
4949
"https-proxy-agent": "1.0.0",
50-
"js-yaml": "3.6.1",
50+
"js-yaml": "3.7.0",
5151
"json-stringify-safe": "5.0.1",
5252
"lodash.assign": "4.2.0",
5353
"lodash.defaults": "4.2.0",
@@ -58,12 +58,12 @@
5858
"lodash.isnumber": "3.0.3",
5959
"lodash.uniq": "4.5.0",
6060
"node-uuid": "1.4.7",
61-
"qs": "6.2.1",
61+
"qs": "6.3.0",
6262
"semver": "5.3.0",
6363
"sync-request": "3.0.1"
6464
},
6565
"optionalDependencies": {
66-
"microtime": "2.1.1",
66+
"microtime": "2.1.2",
6767
"event-loop-stats": "1.0.0",
6868
"gc-stats": "1.0.0",
6969
"v8-profiler": "5.6.5"
@@ -77,10 +77,10 @@
7777
"eslint-plugin-standard": "1.3.2",
7878
"istanbul": "0.4.5",
7979
"lodash.defaultsdeep": "^4.5.1",
80-
"mocha": "3.1.2",
81-
"nock": "8.1.0",
82-
"pre-commit": "1.1.3",
83-
"semantic-release": "4.3.5",
80+
"mocha": "3.2.0",
81+
"nock": "9.0.2",
82+
"pre-commit": "1.2.1",
83+
"semantic-release": "6.3.2",
8484
"sinon": "1.17.6",
8585
"sinon-chai": "2.8.0"
8686
},

test/e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"@risingstack/trace": "../../",
99
"express": "^4.14.0",
1010
"lodash.defaultsdeep": "^4.5.1",
11-
"nock": "8.0.0",
12-
"sinon": "1.17.4",
11+
"nock": "9.0.2",
12+
"sinon": "1.17.6",
1313
"spawn-sync": "^1.0.15",
1414
"string.prototype.startswith": "^0.2.0",
15-
"superagent": "1.8.3",
15+
"superagent": "3.2.1",
1616
"tap-spec": "^4.1.1",
1717
"tape": "^4.4.0"
1818
}

test/instrumentations/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@
77
},
88
"devDependencies": {
99
"@risingstack/trace": "../..",
10-
"amqplib": "0.4.1",
11-
"bluebird": "3.3.5",
12-
"body-parser": "1.15.1",
13-
"bookshelf": "0.9.5",
14-
"cassandra-driver": "3.0.2",
10+
"amqplib": "0.5.1",
11+
"bluebird": "3.4.6",
12+
"body-parser": "1.15.2",
13+
"bookshelf": "0.10.2",
14+
"cassandra-driver": "3.1.6",
1515
"chai": "3.5.0",
1616
"freshy": "^1.0.2",
17-
"ioredis": "1.15.1",
18-
"knex": "0.11.3",
19-
"koa": "1.2.0",
17+
"ioredis": "2.4.2",
18+
"knex": "0.12.6",
19+
"koa": "1.2.4",
2020
"lodash.defaultsdeep": "^4.5.1",
21-
"memcached": "2.2.1",
22-
"mocha": "3.0.0",
23-
"mongodb": "2.1.18",
24-
"mongoose": "4.4.17",
25-
"mysql": "2.10.2",
26-
"nock": "8.0.0",
27-
"pg": "4.5.5",
21+
"memcached": "2.2.2",
22+
"mocha": "3.2.0",
23+
"mongodb": "2.2.15",
24+
"mongoose": "4.7.2",
25+
"mysql": "2.12.0",
26+
"nock": "9.0.2",
27+
"pg": "6.1.1",
2828
"pg-native": "1.10.0",
29-
"redis": "2.5.3",
30-
"sinon": "1.17.4",
29+
"redis": "2.6.3",
30+
"sinon": "1.17.6",
3131
"sinon-chai": "2.8.0",
32-
"superagent": "1.8.3",
33-
"supertest": "1.2.0"
32+
"superagent": "3.2.1",
33+
"supertest": "2.0.1"
3434
}
3535
}

0 commit comments

Comments
 (0)