Skip to content

Commit ab2bd60

Browse files
committed
Update dependency versions
1 parent 109bdf6 commit ab2bd60

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fastcgi",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Create FastCGI applications in node. Near drop-in replacement for node's http module.",
55
"keywords": [ "fcgi", "fastcgi", "server" ],
66
"homepage": "https://github.com/fbbdev/node-fastcgi",
@@ -12,21 +12,21 @@
1212
"main": "./index.js",
1313
"engines": { "node": ">= 0.10.5" },
1414
"dependencies": {
15-
"fastcgi-stream": ">= 0.1.3"
15+
"fastcgi-stream": "^1.0.0"
1616
},
1717
"repository" : {
1818
"type" : "git",
1919
"url" : "https://github.com/fbbdev/node-fastcgi.git"
2020
},
2121
"devDependencies": {
22-
"chai": "^3.4.0",
23-
"coveralls": "^2.11.4",
22+
"chai": "^3.5.0",
23+
"coveralls": "^2.11.9",
2424
"fcgi-handler": "git+https://github.com/aredridel/fcgi-handler.git#afe16eae560280d5dd84241d0c45e5db0f939d25",
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"
25+
"istanbul": "^0.4.3",
26+
"lodash": "^4.9.0",
27+
"mocha": "^2.4.5",
28+
"mocha-lcov-reporter": "^1.2.0",
29+
"request": "^2.70.0"
3030
},
3131
"scripts": {
3232
"test": "./node_modules/.bin/mocha ./test/mocha/integration",

0 commit comments

Comments
 (0)