chore(deps): update dependency p-retry to v4.3.0 (#1759)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-23 11:16:17 +00:00 committed by GitHub
parent 969e460948
commit 854d643bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10665,9 +10665,9 @@
"integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw=="
},
"p-retry": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.2.0.tgz",
"integrity": "sha512-jPH38/MRh263KKcq0wBNOGFJbm+U6784RilTmHjB/HM9kH9V8WlCpVUcdOmip9cjXOh6MxZ5yk1z2SjDUJfWmA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.3.0.tgz",
"integrity": "sha512-Pow4yaHpOiJou1QcpGcBJhGHiS4782LdDa6GhU91hlaNh3ExOOupjSJcxPQZYmUSZk3Pl2ARz/LRvW8Qu0+3mQ==",
"requires": {
"@types/retry": "^0.12.0",
"retry": "^0.12.0"

View File

@ -62,7 +62,7 @@
"mockserver-client": "5.11.2",
"nock": "13.0.6",
"nyc": "15.1.0",
"p-retry": "4.2.0",
"p-retry": "4.3.0",
"proxyquire": "2.1.3",
"sinon": "9.2.3",
"stream-buffers": "3.0.2",