Skip to content

Commit 4d52533

Browse files
committed
fix(package): update dependencies
1 parent b61fc6e commit 4d52533

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

lib/agent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var debug = require('debug')('risingstack/trace')
22
var microtime = require('../optionalDependencies/microtime')
33
var uuid = require('node-uuid')
4-
var cls = require('@risingstack/continuation-local-storage')
4+
var cls = require('continuation-local-storage')
55

66
var assign = require('lodash.assign')
77

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"url": "https://github.com/RisingStack/trace-nodejs/issues"
4141
},
4242
"dependencies": {
43-
"@risingstack/continuation-local-storage": "1.0.4",
4443
"bl": "1.1.2",
44+
"continuation-local-storage": "3.1.7",
4545
"debug": "2.2.0",
46-
"lodash.assign": "4.0.7",
46+
"lodash.assign": "4.0.8",
4747
"lodash.defaults": "4.0.1",
4848
"lodash.flatmap": "4.3.0",
4949
"lodash.isnumber": "3.0.3",
@@ -59,15 +59,15 @@
5959
},
6060
"devDependencies": {
6161
"amqplib": "0.4.1",
62-
"async": "1.5.2",
62+
"async": "2.0.0-rc.3",
6363
"bluebird": "3.3.5",
6464
"body-parser": "1.15.0",
6565
"bookshelf": "0.9.4",
6666
"cassandra-driver": "3.0.2",
6767
"chai": "3.5.0",
6868
"conventional-changelog": "1.1.0",
69-
"eslint": "2.7.0",
70-
"eslint-config-standard": "5.1.0",
69+
"eslint": "2.8.0",
70+
"eslint-config-standard": "5.2.0",
7171
"eslint-plugin-standard": "1.3.2",
7272
"express": "4.13.4",
7373
"fresh": "0.3.0",
@@ -76,17 +76,17 @@
7676
"istanbul": "0.4.3",
7777
"knex": "0.10.0",
7878
"koa": "1.2.0",
79-
"lodash": "4.10.0",
79+
"lodash": "4.11.1",
8080
"memcached": "2.2.1",
8181
"mocha": "2.4.5",
8282
"mongodb": "2.1.16",
83-
"mongoose": "4.4.12",
83+
"mongoose": "4.4.13",
8484
"mysql": "2.10.2",
85-
"nock": "7.2.2",
85+
"nock": "8.0.0",
8686
"pg": "4.5.3",
8787
"pg-native": "1.10.0",
8888
"pre-commit": "1.1.2",
89-
"redis": "2.4.2",
89+
"redis": "2.6.0-1",
9090
"semantic-release": "4.3.5",
9191
"sinon": "1.17.3",
9292
"sinon-chai": "2.8.0",

0 commit comments

Comments
 (0)