From c47b8b3d1bd0878d7b49add2d7900e879f9f564f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 05:58:07 +0000 Subject: [PATCH] Bump koa from 2.12.0 to 2.12.1 Bumps [koa](https://github.com/koajs/koa) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](https://github.com/koajs/koa/compare/2.12.0...2.12.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c727f6c..a4a2cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6372,9 +6372,9 @@ } }, "koa": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.12.0.tgz", - "integrity": "sha512-WlUBj6PXoVhjI5ljMmlyK+eqkbVFW5XQu8twz6bd4WM2E67IwKgPMu5wIFXGxAsZT7sW5xAB54KhY8WAEkLPug==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.12.1.tgz", + "integrity": "sha512-NuYVKjnBxeEe19VljPO9yNcaKKVrMagcax3jjzZtOlxRY2nThWKQqgnI3Pr1OG7mFtvySoDRixoUWZIt6R9C3A==", "requires": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", diff --git a/package.json b/package.json index ff5d3dc..667d734 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "debug": "^4.1.1", "dog-names": "^2.0.0", "ioredis": "^4.17.3", - "koa": "^2.12.0", + "koa": "^2.12.1", "koa-router": "^9.0.1", "koa-static": "^5.0.0", "mz": "^2.7.0",