From 99467a88f1f0e6d85e7dee5a6af675bc831224da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 10:04:33 +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 16d7708..f5ded20 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "egg1": "^1.11.0", "egg2": "^2.37.0", "egg3": "^3.3.3", - "koa": "^2.13.4", + "koa": "^3.0.1", "koa-router": "^12.0.0", "nunjucks": "^3.0.1" },