build(deps): bump the dependencies group with 1 update

Bumps the dependencies group with 1 update: [axios-retry](https://github.com/softonic/axios-retry).


Updates `axios-retry` from 4.0.0 to 4.1.0
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softonic/axios-retry/compare/v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-20 14:13:20 +00:00 committed by GitHub
parent 62852b5210
commit 5e555ba221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.0.0-semantically-released",
"license": "MIT",
"dependencies": {
"axios-retry": "^4.0.0"
"axios-retry": "^4.1.0"
},
"devDependencies": {
"@nestjs/common": "^10.3.4",
@ -959,9 +959,9 @@
}
},
"node_modules/axios-retry": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.0.0.tgz",
"integrity": "sha512-F6P4HVGITD/v4z9Lw2mIA24IabTajvpDZmKa6zq/gGwn57wN5j1P3uWrAV0+diqnW6kTM2fTqmWNfgYWGmMuiA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.1.0.tgz",
"integrity": "sha512-svdth4H00yhlsjBbjfLQ/sMLkXqeLxhiFC1nE1JtkN/CIssGxqk0UwTEdrVjwA2gr3yJkAulwvDSIm4z4HyPvg==",
"dependencies": {
"is-retry-allowed": "^2.2.0"
},

View file

@ -23,7 +23,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios-retry": "^4.0.0"
"axios-retry": "^4.1.0"
},
"devDependencies": {
"@nestjs/common": "^10.3.4",