From 0c9d47cef2c335686e89ac2485118d9cba7789cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 20:19:43 +0700 Subject: [PATCH] Bump koa from 2.15.2 to 2.15.3 (#368) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 91df824..542bd81 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "cls-hooked": "^4.2.2", "cls-rtracer": "^2.6.3", - "koa": "^2.15.2", + "koa": "^2.15.3", "koa-helmet": "^7.0.2", "koa-log4": "^2.3.2", "koa-logger": "^3.2.1", diff --git a/yarn.lock b/yarn.lock index 5f6d77a..ae3871c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2774,10 +2774,10 @@ koa-static@^5.0.0: debug "^3.1.0" koa-send "^5.0.0" -koa@^2.15.2: - version "2.15.2" - resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.2.tgz#1e4afe1482d01bd24ed6e30f630a960411f5ebf2" - integrity sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA== +koa@^2.15.3: + version "2.15.3" + resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.3.tgz#062809266ee75ce0c75f6510a005b0e38f8c519a" + integrity sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg== dependencies: accepts "^1.3.5" cache-content-type "^1.0.0"