From 030efd1f5200ea238e1b123fc31307c54ca51503 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 03:00:06 +0000 Subject: [PATCH] Update dependency axios-retry to ^3.5.0 (ignore) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 32d3b5f8..9bf11758 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.4.0", + "axios-retry": "^3.5.0", "moment": "^2.29.4", "querystring": "^0.2.1" }, diff --git a/yarn.lock b/yarn.lock index 31a9d0a0..2fc93299 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3112,10 +3112,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.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.4.0.tgz#f464dbe9408e5aa78fa319afd38bb69b533d8854" - integrity sha512-VdgaP+gHH4iQYCCNUWF2pcqeciVOdGrBBAYUfTY+wPcO5Ltvp/37MLFNCmJKo7Gj3SHvCSdL8ouI1qLYJN3liA== +axios-retry@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.5.0.tgz#32206b3e6555169488eded232527e36c8ce6e545" + integrity sha512-g48qNrLX30VU6ECWltpFCPegKK6dWzMDYv2o83W2zUL/Zh/SLXbT6ksGoKqYZHtghzqeeXhZBcSXJkO1fPbCcw== dependencies: "@babel/runtime" "^7.15.4" is-retry-allowed "^2.2.0"