Bump p-retry from 4.4.0 to 4.5.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-05 22:30:34 +00:00
committed by Thomas Ruoff
parent 46fb24982a
commit 5bfddcc4e9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11346,9 +11346,9 @@
}
},
"p-retry": {
"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==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.5.0.tgz",
"integrity": "sha512-5Hwh4aVQSu6BEP+w2zKlVXtFAaYQe1qWuVADSgoeVlLjwe/Q/AMSoRR4MDeaAfu8llT+YNbEijWu/YF3m6avkg==",
"requires": {
"@types/retry": "^0.12.0",
"retry": "^0.12.0"

View File

@@ -17,7 +17,7 @@
"next": "^10.1.3",
"next-iron-session": "^4.1.12",
"next-mdx-remote": "^2.1.3",
"p-retry": "^4.4.0",
"p-retry": "^4.5.0",
"react": "^17.0.2",
"react-calendar": "^3.3.1",
"react-dom": "^17.0.2",