chore(deps): update dependency p-retry to v4.6.1 (#2042)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-19 13:17:04 -07:00 committed by GitHub
parent a4f0ff70fe
commit 88e423b828
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

@ -10414,9 +10414,9 @@
"integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==" "integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw=="
}, },
"p-retry": { "p-retry": {
"version": "4.6.0", "version": "4.6.1",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.0.tgz", "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz",
"integrity": "sha512-SAHbQEwg3X5DRNaLmWjT+DlGc93ba5i+aP3QLfVNDncQEQO4xjbYW4N/lcVTSuP0aJietGfx2t94dJLzfBMpXw==", "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/retry": "^0.12.0", "@types/retry": "^0.12.0",

View File

@ -62,7 +62,7 @@
"mockserver-client": "5.11.2", "mockserver-client": "5.11.2",
"nock": "13.1.1", "nock": "13.1.1",
"nyc": "15.1.0", "nyc": "15.1.0",
"p-retry": "4.6.0", "p-retry": "4.6.1",
"proxyquire": "2.1.3", "proxyquire": "2.1.3",
"sinon": "11.1.1", "sinon": "11.1.1",
"stream-buffers": "3.0.2", "stream-buffers": "3.0.2",