From c77d94cbe5623bcef5a0fcd438ea564997cbee36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 06:22:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3b1bdf1..cccf200d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@sentry/webpack-plugin": "^1.11.1", "@zeit/next-source-maps": "0.0.4-canary.1", "amplitude-js": "^7.1.1", - "axios": "^0.20.0", + "axios": "^1.7.8", "bn.js": "^5.1.3", "bn.js-typings": "^1.0.1", "confetti-js": "^0.0.18",