From 8da8b29ddcbf241b8170daf88c1ef0a35415d8ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 21:41:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2f9fa39d..b99fe7d9d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "koa-limit": "^1.0.2", "koa-markdown": "^2.0.2", "koa-maxrequests": "^1.0.0", - "koa-middlewares": "^2.1.0", + "koa-middlewares": "^3.0.0", "koa-mock": "^1.6.2", "koa-proxy": "^0.9.0", "koa-rewrite": "^1.1.2",