Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump axios-retry from 4.0.0 to 4.1.0 (#967)
Browse files Browse the repository at this point in the history
Bumps [axios-retry](https://github.com/softonic/axios-retry) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](softonic/axios-retry@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: axios-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 6234b1f commit 4cb48ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"@types/node": "20.12.2",
"@types/ws": "8.5.10",
"axios": "1.6.7",
"axios-retry": "4.0.0",
"axios-retry": "4.1.0",
"reconnecting-websocket": "4.4.0",
"ws": "8.14.2",
"zod": "3.22.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -464,10 +464,10 @@ asynckit@^0.4.0:
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

axios-retry@4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/axios-retry/-/axios-retry-4.0.0.tgz#d5cb8ea1db18e05ce6f08aa5fe8b2663bba48e60"
integrity sha512-F6P4HVGITD/v4z9Lw2mIA24IabTajvpDZmKa6zq/gGwn57wN5j1P3uWrAV0+diqnW6kTM2fTqmWNfgYWGmMuiA==
axios-retry@4.1.0:
version "4.1.0"
resolved "https://registry.npmjs.org/axios-retry/-/axios-retry-4.1.0.tgz#aac5a9657213913048201152ef14090f7111608f"
integrity sha512-svdth4H00yhlsjBbjfLQ/sMLkXqeLxhiFC1nE1JtkN/CIssGxqk0UwTEdrVjwA2gr3yJkAulwvDSIm4z4HyPvg==
dependencies:
is-retry-allowed "^2.2.0"

Expand Down

0 comments on commit 4cb48ce

Please sign in to comment.