From 0d82ccb82add531906bc47b2f0dcda6c1e903a31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 08:05:55 +0000 Subject: [PATCH] Bump koa-router from 8.0.6 to 8.0.7 Bumps [koa-router](https://github.com/koajs/koa-router) from 8.0.6 to 8.0.7. - [Release notes](https://github.com/koajs/koa-router/releases) - [Changelog](https://github.com/koajs/router/blob/master/history.md) - [Commits](https://github.com/koajs/koa-router/compare/v8.0.6...v8.0.7) 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 b0ce7d4..6be0d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5599,9 +5599,9 @@ } }, "koa-router": { - "version": "8.0.6", - "resolved": "https://registry.npmjs.org/koa-router/-/koa-router-8.0.6.tgz", - "integrity": "sha512-qBrxDisLkuIPfasyrEtSPAtaP49ILfjDTJJoAiVC96uWM4PGM12XuFBY/iSm43zQFry1XFFE2OgVRaV2IrBnMg==", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/koa-router/-/koa-router-8.0.7.tgz", + "integrity": "sha512-g1nwr0nAQ/WgtY68IAx0bh2Z8eOX8dKypG55StMAYc0vs+1m87/fUrFKi0quJNAATzMhsQ5GFEC1XaAFvGB37g==", "requires": { "debug": "^4.1.1", "http-errors": "^1.7.3", diff --git a/package.json b/package.json index 5539c12..9ecf375 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dog-names": "^2.0.0", "ioredis": "^4.14.1", "koa": "^2.11.0", - "koa-router": "^8.0.6", + "koa-router": "^8.0.7", "koa-static": "^5.0.0", "mz": "^2.7.0", "relative-date": "^1.1.3",