From 85e3fe641b25b8e32bfab6139ad7b29ddf5c7969 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 14:07:50 +0000 Subject: [PATCH] fix: services/authentication/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- services/authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authentication/package.json b/services/authentication/package.json index 12bccfd..5c62f35 100644 --- a/services/authentication/package.json +++ b/services/authentication/package.json @@ -39,7 +39,7 @@ "koa-router": "^7.4.0", "mongoose": "^5.9.26", "winston": "^3.3.3", - "snyk": "^1.369.3" + "snyk": "^1.996.0" }, "devDependencies": { "eslint": "^5.9.0",