From 90c10a507d59b92c8a2d870dc6a250fcec7cc63f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 06:20:40 +0000 Subject: [PATCH] fix: packages/relay/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- packages/relay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/relay/package.json b/packages/relay/package.json index 12aa19af..90431523 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -33,7 +33,7 @@ "dependencies": { "@openzeppelin/defender-base-client": "1.54.6", "amazon-cognito-identity-js": "^6.0.1", - "axios": "^1.4.0", + "axios": "^1.7.4", "lodash": "^4.17.19", "node-fetch": "^2.6.0" },