connect-static
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "connect-static", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "static file server middleware for connect. loads files once at startup and saves gzipped versions in memory", | ||
@@ -20,7 +20,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"bl": "~0.9.0", | ||
"bl": "~0.9.3", | ||
"findit": "~2.0.0", | ||
"mime": "~1.2.11", | ||
"pend": "~1.1.2" | ||
"pend": "~1.1.3" | ||
} | ||
} |
Updatedbl@~0.9.3
Updatedpend@~1.1.3