From fbce9967eff8f8729de9c8f883a625030d69492c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:52:49 +0000 Subject: [PATCH] fix: modules/router/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- modules/router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/router/package.json b/modules/router/package.json index 67a8b88b3..622602c80 100644 --- a/modules/router/package.json +++ b/modules/router/package.json @@ -24,7 +24,7 @@ "@conduitplatform/module-tools": "*", "@grpc/grpc-js": "^1.13.3", "@grpc/proto-loader": "^0.7.13", - "axios": "^1.12.0", + "axios": "^1.13.5", "bcrypt": "^6.0.0", "cors": "^2.8.5", "deep-object-diff": "^1.1.9",