From 3511229929c2de4130912e84f64739781acb0db6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Apr 2026 17:40:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15930944 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e2b72606f..23f233e4d4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto", "@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile", "@rocket.chat/ui-kit": "^0.39.0", - "axios": "0.30.3", + "axios": "1.13.2", "bytebuffer": "~5.0.1", "color2k": "1.2.4", "dayjs": "^1.11.18",