From 4ee8c59525a0fdb3345e42abb6cc6b72b742e6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:46:06 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.5 to 1.15.0 in /packages/uniswap Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/uniswap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uniswap/package.json b/packages/uniswap/package.json index 9e33cdd8a21..0c8053518eb 100644 --- a/packages/uniswap/package.json +++ b/packages/uniswap/package.json @@ -30,7 +30,7 @@ "@uniswap/v2-sdk": "4.3.2", "@uniswap/v3-sdk": "3.13.0", "apollo-link-rest": "0.9.0", - "axios": "1.6.5", + "axios": "1.15.0", "dayjs": "1.11.7", "es-toolkit": "1.10.0", "ethers": "5.7.2",