From 69151864913560be59739b1eeb7e7fbdfcdcb43e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 04:08:46 +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 de05033..fbbdcb8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "Nick Baugh (http://niftylettuce.com/)" ], "dependencies": { - "@koa/router": "^12.0.1", + "@koa/router": "^13.0.1", "@ladjs/i18n": "^8.0.3", "@ladjs/koa-better-static": "^2.0.1", "@ladjs/koa-cache-responses": "^0.0.3",