Update dependency p-retry to v5.1.0

This commit is contained in:
Renovate Bot
2022-03-19 14:37:19 +00:00
committed by renovate[bot]
parent 3122e3e879
commit 204c2cec03
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8102,9 +8102,9 @@
}
},
"p-retry": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-5.0.0.tgz",
"integrity": "sha512-swGFiU6Y1Q3rBikAGHpaT0FHSbiO9H04fSsJRKVtWyEQMAe2Sb1uXeBcqE/RlZqt2prlq4W2HA/+MZAt3V2NkQ==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-5.1.0.tgz",
"integrity": "sha512-zh8em2ciphCu4eZYzatLp4bTYkAhyi8PwMIOyQyh1b5bxunYNe6nwumHPkUBtvmEfIfnTYzhOq1+vWf46Qii+w==",
"requires": {
"@types/retry": "^0.12.1",
"retry": "^0.13.1"