From 5298ba451e774bfe515026bf42652cac71f6f97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:32:35 +0000 Subject: [PATCH] build(deps): bump axios-retry from 4.1.0 to 4.4.1 Bumps [axios-retry](https://github.com/softonic/axios-retry) from 4.1.0 to 4.4.1. - [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md) - [Commits](https://github.com/softonic/axios-retry/compare/v4.1.0...v4.4.1) --- updated-dependencies: - dependency-name: axios-retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 993123e..076ae16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "axios": "^1.6.8", - "axios-retry": "^4.1.0" + "axios-retry": "^4.4.1" }, "devDependencies": { "@jest/globals": "^29.7.0", @@ -1856,8 +1856,9 @@ } }, "node_modules/axios-retry": { - "version": "4.1.0", - "license": "Apache-2.0", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.4.1.tgz", + "integrity": "sha512-JGzNoglDHtHWIEvvAampB0P7jxQ/sT4COmW0FgSQkVg6o4KqNjNMBI6uFVOq517hkw/OAYYAG08ADtBlV8lvmQ==", "dependencies": { "is-retry-allowed": "^2.2.0" }, diff --git a/package.json b/package.json index 59a4a6c..5f14c25 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "axios": "^1.6.8", - "axios-retry": "^4.1.0" + "axios-retry": "^4.4.1" }, "devDependencies": { "@jest/globals": "^29.7.0",