From f5a66f665d8344e2ef8addddf3105fa6aab6d0bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 09:30:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-8720152 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 462c1e4..e4b67a7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "file-loader": "0.8.5", "isomorphic-fetch": "2.2.1", "isomorphic-style-loader": "0.0.10", - "koa": "1.2.0", + "koa": "1.7.1", "koa-proxy": "0.5.0", "koa-static": "2.0.0", "node-sass": "3.4.2",