From 3945d17d38ceb17768879374a2b608a4dcd024b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:41:38 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.7 to 1.8.2 Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.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.7.7...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++++++---- package.json | 4 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fe13697..b90c096b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@sentry/electron": "3.0.7", "@walletconnect/core": "2.17.3", "@walletconnect/utils": "2.17.3", - "axios": "1.7.7", + "axios": "1.8.2", "babel-polyfill": "6.26.0", "bootstrap": "4.6.1", "eslint-config-airbnb": "19.0.4", @@ -3824,6 +3824,17 @@ "npm": ">=10.0.0" } }, + "node_modules/@hathor/wallet-lib/node_modules/axios": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/@hathor/wallet-lib/node_modules/ws": { "version": "8.17.1", "license": "MIT", @@ -9118,9 +9129,10 @@ } }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 1e94733c..54115a6c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "private": true, "resolutions": { - "axios": "1.7.7", + "axios": "1.8.2", "@hathor/wallet-lib/axios": "1.7.7", "@hathor/hathor-rpc-handler/@hathor/wallet-lib/axios": "1.7.7", "bitcore-lib": "8.25.10", @@ -45,7 +45,7 @@ "@sentry/electron": "3.0.7", "@walletconnect/core": "2.17.3", "@walletconnect/utils": "2.17.3", - "axios": "1.7.7", + "axios": "1.8.2", "babel-polyfill": "6.26.0", "bootstrap": "4.6.1", "eslint-config-airbnb": "19.0.4",