From 923a0c5788f9589df3c48e941c65d46027bc4d6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 09:17:39 +0000 Subject: [PATCH] fix: services/articles-management/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- services/articles-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/articles-management/package.json b/services/articles-management/package.json index e835b9b..2d40061 100644 --- a/services/articles-management/package.json +++ b/services/articles-management/package.json @@ -32,7 +32,7 @@ "koa-helmet": "^4.0.0", "koa-jwt": "^3.5.1", "koa-logger": "^3.2.0", - "koa-router": "^7.4.0", + "koa-router": "^13.0.1", "mongoose": "^5.3.13", "winston": "^3.1.0" },