From 04c9c287177d5cb00bbe66def3bbb0492278af44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:00:58 +0000 Subject: [PATCH] Update dependency axios-retry to ^3.8.1 (ignore) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index da629751..7be4f778 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/mihaiblaga89/bmw-connecteddrive-api#readme", "dependencies": { "axios": "0.27.2", - "axios-retry": "^3.8.0", + "axios-retry": "^3.8.1", "moment": "^2.29.4", "querystring": "^0.2.1" }, diff --git a/yarn.lock b/yarn.lock index 60a32756..e7ad171e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2762,10 +2762,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c" integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A== -axios-retry@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.8.0.tgz#a174af633ef143a9f5642b9e4afe65c2017936b5" - integrity sha512-CfIsQyWNc5/AE7x/UEReRUadiBmQeoBpSEC+4QyGLJMswTsP1tz0GW2YYPnE7w9+ESMef5zOgLDFpHynNyEZ1w== +axios-retry@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.8.1.tgz#4bb53f87ea537bce904c477e5c2808571066acbb" + integrity sha512-4XseuArB4CEbfLRtMpUods2q8MLBvD4r8ifKgK4SP2FRgzQIPUDpzZ+cjQ/19eu3w2UpKgkJA+myEh2BYDSjqQ== dependencies: "@babel/runtime" "^7.15.4" is-retry-allowed "^2.2.0"