build(deps): bump axios-retry from 3.6.0 to 3.6.1
Bumps [axios-retry](https://github.com/softonic/axios-retry) from 3.6.0 to 3.6.1. - [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md) - [Commits](https://github.com/softonic/axios-retry/compare/v3.6.0...v3.6.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:
parent
8c4366cd0e
commit
c0243bace9
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.6.0"
|
||||
"axios-retry": "^3.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^10.2.1",
|
||||
|
@ -825,9 +825,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios-retry": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.6.0.tgz",
|
||||
"integrity": "sha512-jtH4qWTKZ2a17dH6tjq52Y1ssNV0lKge6/Z9Lw67s9Wt01nGTg4hg7/LJBGYfDci44NTANJQlCPHPOT/TSFm9w==",
|
||||
"version": "3.6.1",
|
||||
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.6.1.tgz",
|
||||
"integrity": "sha512-PQw30ntfNKdY+iAxtjYA2BXNnVc9CZiA0Z0O3nx0I+xy5AuBmEX1hBLTm5YioWIyiAW7UwrX41oHzd+9YxSndQ==",
|
||||
"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.6.0"
|
||||
"axios-retry": "^3.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^10.2.1",
|
||||
|
|
Loading…
Reference in a new issue