build(deps): bump axios-retry from 3.7.0 to 3.8.0
Bumps [axios-retry](https://github.com/softonic/axios-retry) from 3.7.0 to 3.8.0. - [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md) - [Commits](https://github.com/softonic/axios-retry/compare/v3.7.0...v3.8.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>
This commit is contained in:
parent
d760a19f39
commit
ef8c7def9d
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "0.0.0-semantically-release",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios-retry": "^3.7.0"
|
||||
"axios-retry": "^3.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^10.2.5",
|
||||
|
@ -825,9 +825,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios-retry": {
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.7.0.tgz",
|
||||
"integrity": "sha512-ZTnCkJbRtfScvwiRnoVskFAfvU0UG3xNcsjwTR0mawSbIJoothxn67gKsMaNAFHRXJ1RmuLhmZBzvyXi3+9WyQ==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.8.0.tgz",
|
||||
"integrity": "sha512-CfIsQyWNc5/AE7x/UEReRUadiBmQeoBpSEC+4QyGLJMswTsP1tz0GW2YYPnE7w9+ESMef5zOgLDFpHynNyEZ1w==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"is-retry-allowed": "^2.2.0"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"prepublish:beta": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios-retry": "^3.7.0"
|
||||
"axios-retry": "^3.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^10.2.5",
|
||||
|
|
Loading…
Reference in a new issue