From 7bacffeb69cff69ff0ad6bfff934674cbfb8579e Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 10 Mar 2022 15:32:15 +0000 Subject: [PATCH] Update dependency axios to v0.26.1 (develop) --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 744f38163..672f7cdc0 100644 --- a/front/package.json +++ b/front/package.json @@ -17,7 +17,7 @@ "postinstall": "yarn run fix-fomantic-css" }, "dependencies": { - "axios": "0.26.0", + "axios": "0.26.1", "axios-auth-refresh": "3.2.2", "diff": "5.0.0", "django-channels": "2.1.3", diff --git a/front/yarn.lock b/front/yarn.lock index a50fab597..8cb7b8729 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -729,10 +729,10 @@ axios-auth-refresh@3.2.2: resolved "https://registry.yarnpkg.com/axios-auth-refresh/-/axios-auth-refresh-3.2.2.tgz#e3ef505932d33318c74c2ffce04c0fdc9767ffe0" integrity sha512-Ocu8leYhuhNejH/RBC0tWpUuv0cOplvdwltIQuYmkhihbZ8AqR0qPIZs+fV5V3JL6L5IM4Y5rjHgXyQWozjM7g== -axios@0.26.0: - version "0.26.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928" - integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og== +axios@0.26.1: + version "0.26.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9" + integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA== dependencies: follow-redirects "^1.14.8"