build(deps): bump axios-retry from 3.8.0 to 3.8.1

Bumps [axios-retry](https://github.com/softonic/axios-retry) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softonic/axios-retry/compare/v3.8.0...v3.8.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-10-26 14:43:15 +00:00 committed by GitHub
parent 4a5aa72802
commit 7bb4d6db83
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", "version": "0.0.0-semantically-release",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios-retry": "^3.8.0" "axios-retry": "^3.8.1"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^10.2.7", "@nestjs/common": "^10.2.7",
@ -835,9 +835,9 @@
} }
}, },
"node_modules/axios-retry": { "node_modules/axios-retry": {
"version": "3.8.0", "version": "3.8.1",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.8.0.tgz", "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.8.1.tgz",
"integrity": "sha512-CfIsQyWNc5/AE7x/UEReRUadiBmQeoBpSEC+4QyGLJMswTsP1tz0GW2YYPnE7w9+ESMef5zOgLDFpHynNyEZ1w==", "integrity": "sha512-4XseuArB4CEbfLRtMpUods2q8MLBvD4r8ifKgK4SP2FRgzQIPUDpzZ+cjQ/19eu3w2UpKgkJA+myEh2BYDSjqQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"is-retry-allowed": "^2.2.0" "is-retry-allowed": "^2.2.0"

View file

@ -27,7 +27,7 @@
"prepublish:beta": "npm run build" "prepublish:beta": "npm run build"
}, },
"dependencies": { "dependencies": {
"axios-retry": "^3.8.0" "axios-retry": "^3.8.1"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^10.2.7", "@nestjs/common": "^10.2.7",