From f670cf9977abcf44b266ec52559aac35b43aaa3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 10:18:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3e9402a..6745e39f 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "@mojaloop/central-services-error-handling": "8.6.2", "@mojaloop/central-services-logger": "8.6.0", "@mojaloop/central-services-metrics": "8.3.0", - "@mojaloop/central-services-shared": "8.7.1", - "axios": "0.19.0", + "@mojaloop/central-services-shared": "18.22.3", + "axios": "0.30.0", "base64url": "3.0.1", "blipp": "4.0.1", "five-bells-condition": "5.0.1",