From 0fc42cf18d5107a6c0fa6fb29979a943540189f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 10:18:00 +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 6a7ea9f..ee35e42 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "formidable": "^1.0.17", "grace-consolidate": "^0.14.3", "http-errors": "^1.5.0", - "koa": "^2.0.1", + "koa": "^3.0.1", "koa-compose": "^3.1.0", "koa-generic-session": "^1.11.3", "koa-is-json": "^1.0.0",