From 9a33b64c2b277c2bd89dae86393a73bdab123455 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 06:32:14 +0000 Subject: [PATCH] fix: upgrade koa from 2.5.1 to 2.15.2 Snyk has created this PR to upgrade koa from 2.5.1 to 2.15.2. See this package in npm: koa See this project in Snyk: https://app.snyk.io/org/shinehs-UxmpmuXcuwjKg5VBmCHQGe/project/8877d6f4-247c-4e74-aa91-da2a57d03e39?utm_source=github&utm_medium=referral&page=upgrade-pr --- task/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/package.json b/task/package.json index bf1987b..9288030 100644 --- a/task/package.json +++ b/task/package.json @@ -28,7 +28,7 @@ "codemirror": "5.39.0", "graceful": "1.0.1", "jquery": "^3.3.1", - "koa": "2.5.1", + "koa": "2.15.2", "koa-router": "7.4.0", "koa-session": "5.8.1", "koa-static": "5.0.0",