From ca519c2bfe2a93eacef6d9a7081c0e4ea498f7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 20:30:18 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.5 to 1.15.2 in /packages/uniswap Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.15.2. - [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.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 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..653b8530ba2 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.2", "dayjs": "1.11.7", "es-toolkit": "1.10.0", "ethers": "5.7.2",