From 510b7e80c7cfed16507f0d630c02e33c259e8a8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 00:46:30 +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-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- 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",