From 339fc204fa1c0240adf6d0865cd9128484563010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Dec 2025 09:59:21 +0000 Subject: [PATCH] fix: apps/koa-esm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-8720152 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-KOA-10944994 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 - https://snyk.io/vuln/SNYK-JS-KOA-9679272 --- apps/koa-esm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/koa-esm/package.json b/apps/koa-esm/package.json index 4703ca5..43c8b32 100644 --- a/apps/koa-esm/package.json +++ b/apps/koa-esm/package.json @@ -28,10 +28,10 @@ "vitest": "^1.5.0" }, "dependencies": { - "axios": "^1.6.8", + "axios": "^1.12.0", "cross-env": "^7.0.3", "got": "^14.4.1", - "koa": "^3.0.1", + "koa": "^2.16.2", "koa-body": "^6.0.1", "koa-router": "^12.0.1", "ts-node": "^10.9.2",