From 0d15d142567b035deb7c2dd29e2f64faf079adae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 06:12:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3b1bdf1..99611c82 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.8.3", "bn.js": "^5.1.3", "bn.js-typings": "^1.0.1", "confetti-js": "^0.0.18",