From 10eae9c44e533d3ef9dad6203062e182e4ba8970 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Nov 2024 03:10:21 +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-6671926 --- 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 6247de8cf..f4c951bd9 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.10.9", "@grpc/proto-loader": "^0.7.6", - "axios": "^1.7.7", + "axios": "^1.7.8", "bcrypt": "^5.1.1", "convict": "^6.2.4", "escape-string-regexp": "^4.0.0",