From 4c01efc3a30188c3047115a474ebd767fbade99a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Aug 2025 08:01:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8802b83..0cfa3af 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "mz": "1", "jade": "1", "escape-html": "1", - "koa": "0", + "koa": "3.0.1", "koa-csrf": "2", "koa-session": "2", "supertest": "3.0.0",