diff --git a/package-lock.json b/package-lock.json index 81d554c5..374a5e2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "html-entities": "2.3.3", "iconv-lite": "0.6.3", "jschardet": "3.0.0", - "koa": "2.13.4", + "koa": "2.14.1", "private-ip": "2.3.4", "require-all": "3.0.0", "trace-redirect": "1.0.6" @@ -1418,9 +1418,9 @@ } }, "node_modules/koa": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.14.1.tgz", + "integrity": "sha512-USJFyZgi2l0wDgqkfD27gL4YGno7TfUkcmOe6UOLFOVuN+J7FwnNu4Dydl4CUQzraM1lBAiGed0M9OVJoT0Kqw==", "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", @@ -3561,9 +3561,9 @@ } }, "koa": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.14.1.tgz", + "integrity": "sha512-USJFyZgi2l0wDgqkfD27gL4YGno7TfUkcmOe6UOLFOVuN+J7FwnNu4Dydl4CUQzraM1lBAiGed0M9OVJoT0Kqw==", "requires": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", diff --git a/package.json b/package.json index bbeb18ae..0a907865 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "html-entities": "2.3.3", "iconv-lite": "0.6.3", "jschardet": "3.0.0", - "koa": "2.13.4", + "koa": "2.14.1", "private-ip": "2.3.4", "require-all": "3.0.0", "trace-redirect": "1.0.6"