build(deps): bump axios-retry from 3.9.0 to 3.9.1

Bumps [axios-retry](https://github.com/softonic/axios-retry) from 3.9.0 to 3.9.1.
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softonic/axios-retry/compare/v3.9.0...v3.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-16 14:35:30 +00:00 committed by GitHub
parent e68edb5c4e
commit f0de62f0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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-release",
"license": "MIT",
"dependencies": {
"axios-retry": "^3.9.0"
"axios-retry": "^3.9.1"
},
"devDependencies": {
"@nestjs/common": "^10.2.8",
@ -858,9 +858,9 @@
}
},
"node_modules/axios-retry": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.9.0.tgz",
"integrity": "sha512-uK9K/GnlExfShu9dB4GuK0j+iGkIR+LRus3ILhE0zSVXY2q6Dxpemr50NPMs5kP7eOKv9Pz4VvUO40ps1F67dA==",
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.9.1.tgz",
"integrity": "sha512-8PJDLJv7qTTMMwdnbMvrLYuvB47M81wRtxQmEdV5w4rgbTXTt+vtPkXwajOfOdSyv/wZICJOC+/UhXH4aQ/R+w==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"is-retry-allowed": "^2.2.0"

View file

@ -27,7 +27,7 @@
"prepublish:beta": "npm run build"
},
"dependencies": {
"axios-retry": "^3.9.0"
"axios-retry": "^3.9.1"
},
"devDependencies": {
"@nestjs/common": "^10.2.8",