From 4cec6ee9dc4dfdb1f988b8fbc55fae71a726bb35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 05:07:09 +0000 Subject: [PATCH] fix: modules/bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- modules/bot/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bot/package.json b/modules/bot/package.json index 5289c91d0b..861b16cb3f 100644 --- a/modules/bot/package.json +++ b/modules/bot/package.json @@ -16,10 +16,10 @@ "@connext/store": "7.3.17", "@connext/types": "7.3.17", "@connext/utils": "7.3.17", - "axios": "0.19.2", - "body-parser": "1.19.0", + "axios": "1.13.5", + "body-parser": "1.20.4", "ethers": "5.0.7", - "express": "4.17.1", + "express": "4.22.0", "interval-promise": "1.4.0", "yargs": "15.4.1" },