From dc5d9f43c4242b9071e496af0905727deb12defa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:06:12 +0000 Subject: [PATCH] Bump koa from 2.15.2 to 2.15.3 Bumps [koa](https://github.com/koajs/koa) from 2.15.2 to 2.15.3. - [Changelog](https://github.com/koajs/koa/blob/2.15.3/History.md) - [Commits](https://github.com/koajs/koa/compare/2.15.2...2.15.3) --- 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 cc11709..b45b810 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.2", + "koa": "^2.15.3", "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.2", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", - "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.3.tgz", + "integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==", "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", diff --git a/package.json b/package.json index c5babcd..f15160b 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.2", + "koa": "^2.15.3", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", "twitter-api-v2": "^1.16.1"