From 113410dcaa9eae6a424a22f7d81861f854a7637a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:07:20 +0000 Subject: [PATCH] npm: bump koa from 2.13.4 to 2.14.0 Bumps [koa](https://github.com/koajs/koa) from 2.13.4 to 2.14.0. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/2.14.0/History.md) - [Commits](https://github.com/koajs/koa/compare/2.13.4...2.14.0) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5a74025..212bbfc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "axios": "^1.2.0", "d3-interpolate": "^3.0.1", "dotenv": "^16.0.3", - "koa": "^2.13.4", + "koa": "^2.14.0", "koa-bodyparser": "^4.3.0", "koa-static": "^5.0.0", "nodemon": "^2.0.20", @@ -8329,9 +8329,9 @@ "dev": true }, "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.0", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.14.0.tgz", + "integrity": "sha512-VQ03/Qc98oV/ddvsFZGJ0YZgQy/aoUJpBYDUXe5i2C8UmHE5qt/n+zbxaNTZMpGe1CC5L4Xd0vCgyFRu9byb9g==", "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", @@ -18320,9 +18320,9 @@ "dev": true }, "koa": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.14.0.tgz", + "integrity": "sha512-VQ03/Qc98oV/ddvsFZGJ0YZgQy/aoUJpBYDUXe5i2C8UmHE5qt/n+zbxaNTZMpGe1CC5L4Xd0vCgyFRu9byb9g==", "requires": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", diff --git a/package.json b/package.json index 1729f47e..34115edb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "axios": "^1.2.0", "d3-interpolate": "^3.0.1", "dotenv": "^16.0.3", - "koa": "^2.13.4", + "koa": "^2.14.0", "koa-bodyparser": "^4.3.0", "koa-static": "^5.0.0", "nodemon": "^2.0.20",