From f399ea83205d36ab1f0529798089e7526129e769 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 10:18:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa012ae..28113cc 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "koa": "^2.10.0", "koa-bodyparser": "^4.2.1", "koa-logger": "^3.2.1", - "koa-router": "^10.0.0", + "koa-router": "^13.0.1", "pythonic": "^2.0.3", "regenerator-runtime": "^0.13.3", "request": "^2.88.0",