From bf1ad76ac51f884dadea3c1946c88fabf6d430e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 02:23:05 +0000 Subject: [PATCH] feat: upgrade axios from 0.21.1 to 1.12.2 Snyk has created this PR to upgrade axios from 0.21.1 to 1.12.2. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/dustin4444/project/35fbc727-b7bf-4ca2-87a4-c1bcb92fdf05?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e936220f..3baba08e0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "ava": "^3.15.0", - "axios": "^0.21.1", + "axios": "^1.12.2", "axios-retry": "^3.1.9", "ethers": "^5.3.0", "image-pixels": "^2.2.2",