Bump p-retry from 4.2.0 to 4.4.0

Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/sindresorhus/p-retry/releases)
- [Commits](https://github.com/sindresorhus/p-retry/compare/v4.2.0...v4.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-27 21:59:04 +00:00
committed by Thomas Ruoff
parent c701e9c700
commit b11e95a127
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7821,9 +7821,9 @@
}
},
"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.4.0",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.4.0.tgz",
"integrity": "sha512-gVB/tBsG+3AHI1SyDHRrX6n9ZL0Bcbifps9W9/Bgu3Oyu4/OrAh8SvDzDsvpP0oxfCt3oWNT+0fQ9LyUGwBTLg==",
"requires": {
"@types/retry": "^0.12.0",
"retry": "^0.12.0"

View File

@@ -16,7 +16,7 @@
"mongoose": "^5.11.9",
"next": "^10.0.7",
"next-iron-session": "^4.1.12",
"p-retry": "^4.2.0",
"p-retry": "^4.4.0",
"react": "^17.0.1",
"react-calendar": "^3.3.1",
"react-dom": "^17.0.1",