From 01220564f6e69c75012bb9e90d7f97f12c24125b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 13:50:56 +0000 Subject: [PATCH] fix: modules/authentication/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- modules/authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/authentication/package.json b/modules/authentication/package.json index f9193b6c8..3922c4a47 100644 --- a/modules/authentication/package.json +++ b/modules/authentication/package.json @@ -33,7 +33,7 @@ "@conduitplatform/node-2fa": "^1.0.0", "@grpc/grpc-js": "^1.13.3", "@grpc/proto-loader": "^0.7.13", - "axios": "^1.12.0", + "axios": "^1.13.5", "bcrypt": "^6.0.0", "convict": "^6.2.4", "escape-string-regexp": "^4.0.0",