From 2807c30d495ad5f184d8af3140977c06969a5142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:17:23 +0000 Subject: [PATCH] build(deps): bump koa-bodyparser from 4.3.0 to 4.4.0 Bumps [koa-bodyparser](https://github.com/koajs/bodyparser) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/koajs/bodyparser/releases) - [Changelog](https://github.com/koajs/bodyparser/blob/master/History.md) - [Commits](https://github.com/koajs/bodyparser/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: koa-bodyparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a74fd99..07aa48e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "cookie": "^0.5.0", "glob": "^9.3.0", + "koa-bodyparser": "^4.4.0", "reflect-metadata": "^0.1.13", "template-url": "^1.0.0" }, @@ -63,7 +64,7 @@ "express": "^4.18.2", "express-session": "^1.17.3", "koa": "^2.14.1", - "koa-bodyparser": "^4.3.0", + "koa-bodyparser": "^4.4.0", "multer": "^1.4.5-lts.1" }, "peerDependencies": { @@ -6072,9 +6073,9 @@ } }, "node_modules/koa-bodyparser": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz", - "integrity": "sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.4.0.tgz", + "integrity": "sha512-AXPY7wwKZUmbgb8VkTEUFoRNOlx6aWRJwEnQD+zfNf33/7KSAkN4Oo9BqlIk80D+5TvuqlhpQT5dPVcyxl5Zsw==", "optional": true, "dependencies": { "co-body": "^6.0.0", @@ -13882,9 +13883,9 @@ } }, "koa-bodyparser": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz", - "integrity": "sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.4.0.tgz", + "integrity": "sha512-AXPY7wwKZUmbgb8VkTEUFoRNOlx6aWRJwEnQD+zfNf33/7KSAkN4Oo9BqlIk80D+5TvuqlhpQT5dPVcyxl5Zsw==", "optional": true, "requires": { "co-body": "^6.0.0", diff --git a/package.json b/package.json index 3863ff33..ce413ddf 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "express": "^4.18.2", "express-session": "^1.17.3", "koa": "^2.14.1", - "koa-bodyparser": "^4.3.0", + "koa-bodyparser": "^4.4.0", "multer": "^1.4.5-lts.1" } }