From b8cb9e73d1fe3881ec87040bdd202b0272ae6e62 Mon Sep 17 00:00:00 2001 From: helguts Date: Tue, 27 Apr 2021 09:43:55 +0200 Subject: [PATCH] we need axios 0.19.1, because retry count doesnt increase (see: https://github.com/softonic/axios-retry/issues/59) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22b94dc..0316678 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/finnishtransportagency/infra2railml#readme", "dependencies": { - "axios": "^0.19.0", + "axios": "^0.19.1", "axios-extensions": "^3.0.6", "axios-retry": "3.1.9", "bluebird": "^3.5.5",