From d6df8dfc7e3d0a6803acd6ecc031422bfd9081ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:44:01 +0000 Subject: [PATCH] Bump koa from 2.15.0 to 2.15.2 Bumps [koa](https://github.com/koajs/koa) from 2.15.0 to 2.15.2. - [Changelog](https://github.com/koajs/koa/blob/2.15.2/History.md) - [Commits](https://github.com/koajs/koa/compare/2.15.0...2.15.2) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5825713..cc11709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "handlebars": "^4.7.8", "http-errors": "^2.0.0", "http-graceful-shutdown": "^3.1.13", - "koa": "^2.15.0", + "koa": "^2.15.2", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", "twitter-api-v2": "^1.16.1" @@ -3931,9 +3931,9 @@ } }, "node_modules/koa": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.0.tgz", - "integrity": "sha512-KEL/vU1knsoUvfP4MC4/GthpQrY/p6dzwaaGI6Rt4NQuFqkw3qrvsdYF5pz3wOfi7IGTvMPHC9aZIcUKYFNxsw==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", + "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", diff --git a/package.json b/package.json index 883d22c..c5babcd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "handlebars": "^4.7.8", "http-errors": "^2.0.0", "http-graceful-shutdown": "^3.1.13", - "koa": "^2.15.0", + "koa": "^2.15.2", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", "twitter-api-v2": "^1.16.1"