Skip to content

Commit cc313cd

Browse files
committed
Update dependencies
1 parent e5d010f commit cc313cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: node_js
22
node_js:
33
- '0.10'
44
- '0.12'
5-
- 'iojs'
5+
- 'node'
66
after_script:
77
- npm run coveralls

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"url" : "https://github.com/fbbdev/node-fastcgi.git"
2020
},
2121
"devDependencies": {
22-
"chai": "^2.3.0",
23-
"coveralls": "^2.11.2",
22+
"chai": "^3.4.0",
23+
"coveralls": "^2.11.4",
2424
"fcgi-handler": "git+https://github.com/aredridel/fcgi-handler.git#afe16eae560280d5dd84241d0c45e5db0f939d25",
25-
"istanbul": "^0.3.14",
26-
"lodash": "^3.9.1",
27-
"mocha": "^2.2.5",
28-
"mocha-lcov-reporter": "0.0.2",
29-
"request": "^2.55.0"
25+
"istanbul": "^0.4.0",
26+
"lodash": "^3.10.1",
27+
"mocha": "^2.3.3",
28+
"mocha-lcov-reporter": "^1.0.0",
29+
"request": "^2.65.0"
3030
},
3131
"scripts": {
3232
"test": "./node_modules/.bin/mocha ./test/mocha/integration",

0 commit comments

Comments
 (0)