diff --git a/package.json b/package.json index 986fb13..0867181 100644 --- a/package.json +++ b/package.json @@ -29,34 +29,34 @@ "repository": "https://github.com/75lb/local-web-server", "author": "Lloyd Brookes <75pound@gmail.com>", "dependencies": { - "ansi-escape-sequences": "^2.2.1", + "ansi-escape-sequences": "^2.2.2", "array-back": "^1.0.2", - "command-line-args": "^2.0.2", - "config-master": "^2", + "command-line-args": "^2.1.6", + "config-master": "^2.0.1", "debug": "^2.2.0", - "http-proxy": "^1.12.0", + "http-proxy": "^1.13.2", "kcors": "^1.0.1", "koa": "^2.0.0-alpha.3", "koa-bodyparser": "^3.0.0", - "koa-compress": "^1.0.8", + "koa-compress": "^1.0.9", "koa-conditional-get": "^1.0.3", - "koa-convert": "^1.1.0", + "koa-convert": "^1.2.0", "koa-etag": "^2.1.0", "koa-json": "^1.1.1", "koa-morgan": "^1.0.1", "koa-rewrite": "75lb/rewrite", "koa-route": "^3", "koa-send": "^3.1.0", - "koa-serve-index": "^1.1.0", + "koa-serve-index": "^1.1.1", "koa-static": "^2.0.0", "path-to-regexp": "^1.2.1", "stream-log-stats": "^1.1.2", "string-tools": "^1.0.0", "test-value": "^1.0.1", - "typical": "^2.4.1" + "typical": "^2.4.2" }, "devDependencies": { - "jsdoc-to-markdown": "^1.3.2", + "jsdoc-to-markdown": "^1.3.3", "req-then": "^0.2.4", "tape": "^4.4.0" }