From 5123a76715886bed3f741c9ff5f8447b95e8a763 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Jul 2025 08:24:37 +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 c3e6a9f..98a070a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "ejs": "^2.5.6", "fs-promise": "^2.0.3", - "koa": "^2.2.0", + "koa": "^3.0.1", "koa-basic-auth": "^2.0.0", "koa-body": "^4.0.8", "koa-compose": "^4.0.0",