From 5769b58fd228b9d806364e3bb4a3ba03ad2c1786 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Jul 2025 10:17:41 +0000 Subject: [PATCH] fix: server-koa2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- server-koa2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-koa2/package.json b/server-koa2/package.json index 5be8002..c0ba22c 100644 --- a/server-koa2/package.json +++ b/server-koa2/package.json @@ -15,7 +15,7 @@ "@koa/cors": "2.2.1", "graphile-utils": "^4.4.0-beta.1", "http-proxy": "1.18.1", - "koa": "2.5.1", + "koa": "3.0.1", "koa-bodyparser": "4.2.1", "koa-bunyan-logger": "2.1.0", "koa-compress": "3.0.0",