From 4b9fef0c2b60dc8d5e98a6b320c6f02a9970888b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:03:20 +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 52f684f..bbfa8ee 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.2" + "koa": "^2.15.3" }, "devDependencies": { "prettier": "^3.2.5", @@ -1127,9 +1127,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 06efd5e..3404f76 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.2" + "koa": "^2.15.3" }, "devDependencies": { "prettier": "^3.2.5",