From 26f0aec034dcd04fda5d22f600c2e33e28014172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:07:08 +0000 Subject: [PATCH] chore(deps): bump axios from 1.3.4 to 1.6.0 in /packages/litecoin Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.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.3.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/litecoin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/litecoin/package.json b/packages/litecoin/package.json index 9f6b8153..5db2c3cc 100644 --- a/packages/litecoin/package.json +++ b/packages/litecoin/package.json @@ -28,7 +28,7 @@ "@xdefi-tech/chains-utxo": "*", "@noble/curves": "1.3.0", "@scure/btc-signer": "1.2.1", - "axios": "1.3.4", + "axios": "1.6.0", "bignumber.js": "9.0.2", "bip32": "2.0.4", "bip39": "3.1.0",