From ee7d1df6522f0c1d595a12e057bf2c55bb255f5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Apr 2025 05:00:51 +0000 Subject: [PATCH] fix: query-posts-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- query-posts-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query-posts-service/package.json b/query-posts-service/package.json index 04ca94a..1a0d5e0 100644 --- a/query-posts-service/package.json +++ b/query-posts-service/package.json @@ -15,6 +15,6 @@ "kafkajs": "^2.2.4", "mongoose": "^7.2.0", "nodemon": "^2.0.21", - "router": "^1.3.8" + "router": "^2.0.0" } }