From 62e51585f79a6bbb45ab4b5d17d8ad0fad674037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:26:48 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.7 to 1.7.4 in /packages/caravan-wallets Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.7.4. - [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.7...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/caravan-wallets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/caravan-wallets/package.json b/packages/caravan-wallets/package.json index b85409cf..78f50e01 100644 --- a/packages/caravan-wallets/package.json +++ b/packages/caravan-wallets/package.json @@ -87,7 +87,7 @@ "@ledgerhq/hw-transport-u2f": "^5.34.0", "@ledgerhq/hw-transport-webusb": "6.27.12", "@trezor/connect-web": "^9.1.12", - "axios": "1.6.7", + "axios": "1.7.4", "bignumber.js": "^8.1.1", "bitbox-api": "^0.7.0", "bitcoinjs-lib": "^5.1.10",