From 6c28a0ba3bc46532aee4993a615eadbed174a13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:12:30 +0000 Subject: [PATCH] Bump koa from 2.15.1 to 2.15.2 Bumps [koa](https://github.com/koajs/koa) from 2.15.1 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.1...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 07c55aa..52f684f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@koa/cors": "^4.0.0", "@koa/router": "^12.0.1", - "koa": "^2.15.1" + "koa": "^2.15.2" }, "devDependencies": { "prettier": "^3.2.5", @@ -1127,9 +1127,9 @@ } }, "node_modules/koa": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.1.tgz", - "integrity": "sha512-kpxzGxsv7tlc0WmccWd6CfdWqYXk4o/FsCTjnKaDnHLjPK/Sy1MpoBkuKO5LN7GdPHgPljrAVmMO3wbFxEJTeA==", + "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 f042253..06efd5e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@koa/cors": "^4.0.0", "@koa/router": "^12.0.1", - "koa": "^2.15.1" + "koa": "^2.15.2" }, "devDependencies": { "prettier": "^3.2.5",