From 31162148ca259e846819fa504a71d1077b1fd51a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 02:12:31 +0000 Subject: [PATCH] Update axios to version 1.6.1 --- cli/package.json | 2 +- cli/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/package.json b/cli/package.json index e1d77273..5d0c9404 100644 --- a/cli/package.json +++ b/cli/package.json @@ -85,7 +85,7 @@ "license": "GPL-3.0", "dependencies": { "@bitloops/bl-transpiler": "0.7.3", - "axios": "^1.1.3", + "axios": "^1.6.1", "chalk": "5.0.1", "cli-progress": "^3.12.0", "cli-table3": "^0.6.3", diff --git a/cli/yarn.lock b/cli/yarn.lock index 8854ea72..999dda43 100644 --- a/cli/yarn.lock +++ b/cli/yarn.lock @@ -1870,10 +1870,10 @@ axios@^0.26.0: dependencies: follow-redirects "^1.14.8" -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== +axios@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"