From 62ed0cd2ed664a2ecacd09fa76dd65d3962e33b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:38:43 +0000 Subject: [PATCH] build(deps): bump retry-axios from 2.6.0 to 3.1.0 (#1049) Bumps [retry-axios](https://github.com/JustinBeckwith/retry-axios) from 2.6.0 to 3.1.0. - [Release notes](https://github.com/JustinBeckwith/retry-axios/releases) - [Commits](https://github.com/JustinBeckwith/retry-axios/compare/v2.6.0...v3.1.0) --- updated-dependencies: - dependency-name: retry-axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a4a8663aa..7ca8bc9f94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2632,9 +2632,9 @@ "dev": true }, "retry-axios": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/retry-axios/-/retry-axios-2.6.0.tgz", - "integrity": "sha512-pOLi+Gdll3JekwuFjXO3fTq+L9lzMQGcSq7M5gIjExcl3Gu1hd4XXuf5o3+LuSBsaULQH7DiNbsqPd1chVpQGQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/retry-axios/-/retry-axios-3.1.0.tgz", + "integrity": "sha512-OQzlG/II3dXP6xocFk03zGgZC3GV/bVCYbMASY2SNDQWjbHktr6vws2N/HtEO+jKGMWas7BEBu3F5zwdf85ivw==" }, "semver": { "version": "6.3.1", diff --git a/package.json b/package.json index 3f7867bc99..a4d0ce5a5f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "agentkeepalive": "^4.1.0", "axios": "^1.5.1", "query-string": "<8.x", - "retry-axios": "<3.x" + "retry-axios": "<4" }, "devDependencies": { "@types/jest": "^29.5.5", diff --git a/yarn.lock b/yarn.lock index 403e107e38..6090899058 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2074,10 +2074,10 @@ resolve@^1.20.0: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -retry-axios@<3.x: - version "2.6.0" - resolved "https://registry.yarnpkg.com/retry-axios/-/retry-axios-2.6.0.tgz#d4dc5c8a8e73982e26a705e46a33df99a28723e0" - integrity sha512-pOLi+Gdll3JekwuFjXO3fTq+L9lzMQGcSq7M5gIjExcl3Gu1hd4XXuf5o3+LuSBsaULQH7DiNbsqPd1chVpQGQ== +retry-axios@<4: + version "3.1.0" + resolved "https://registry.yarnpkg.com/retry-axios/-/retry-axios-3.1.0.tgz#ac2b32f6d1dc4179ad783dc821ff089d523edaea" + integrity sha512-OQzlG/II3dXP6xocFk03zGgZC3GV/bVCYbMASY2SNDQWjbHktr6vws2N/HtEO+jKGMWas7BEBu3F5zwdf85ivw== semver@^6.3.0, semver@^6.3.1: version "6.3.1"