From 182f04cab2729fc80ae5fda06ffc2ac463b3d4be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 17:07:52 +0000 Subject: [PATCH] Update dependency axios to v0.25.0 --- front/package.json | 2 +- front/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/front/package.json b/front/package.json index a9dadf690..a82c78a6b 100644 --- a/front/package.json +++ b/front/package.json @@ -15,7 +15,7 @@ "postinstall": "yarn run fix-fomantic-css" }, "dependencies": { - "axios": "0.21.4", + "axios": "0.25.0", "axios-auth-refresh": "2.2.8", "core-js": "3.20.3", "diff": "4.0.2", diff --git a/front/yarn.lock b/front/yarn.lock index 15552aa4e..58038a723 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -2175,12 +2175,12 @@ axios-auth-refresh@2.2.8: resolved "https://registry.yarnpkg.com/axios-auth-refresh/-/axios-auth-refresh-2.2.8.tgz#de420b6b5d6efdb4ad3666e44c38960a9b08f382" integrity sha512-WR59uCgO9VppC9VQU6vtszrAHnF3RtylkGltOGldfB4Rw+my0j9WdJuvRzMwiwTh+LmG/SQWzgeCfFYf8N4FIA== -axios@0.21.4: - version "0.21.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" - integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== +axios@0.25.0: + version "0.25.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a" + integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g== dependencies: - follow-redirects "^1.14.0" + follow-redirects "^1.14.7" babel-extract-comments@^1.0.0: version "1.0.0" @@ -4631,7 +4631,7 @@ focus-trap@5.1.0: tabbable "^4.0.0" xtend "^4.0.1" -follow-redirects@^1.0.0, follow-redirects@^1.14.0: +follow-redirects@^1.0.0, follow-redirects@^1.14.7: version "1.14.7" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==