chore(deps): bump p-wait-for from 3.2.0 to 4.0.0

Bumps [p-wait-for](https://github.com/sindresorhus/p-wait-for) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/p-wait-for/releases)
- [Commits](https://github.com/sindresorhus/p-wait-for/compare/v3.2.0...v4.0.0)

---
updated-dependencies:
- dependency-name: p-wait-for
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-05 06:18:15 +00:00
committed by Alexis Tyler
parent 6f4e4b5edf
commit 5b4ecb7cd2
2 changed files with 15 additions and 6 deletions

19
package-lock.json generated
View File

@@ -10338,7 +10338,8 @@
"p-finally": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
"dev": true
},
"p-iteration": {
"version": "1.1.8",
@@ -10418,6 +10419,7 @@
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
"dev": true,
"requires": {
"p-finally": "^1.0.0"
}
@@ -10428,11 +10430,18 @@
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
},
"p-wait-for": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-3.2.0.tgz",
"integrity": "sha512-wpgERjNkLrBiFmkMEjuZJEWKKDrNfHCKA1OhyN1wg1FrLkULbviEy6py1AyJUgZ72YWFbZ38FIpnqvVqAlDUwA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.0.0.tgz",
"integrity": "sha512-nNTv4xr44ZCilARTe9Bbh0+Ou5D2O1y8CPUsgH7ok6r1F7pSHM7pkOjaySgrW+sq3l4NEMFtLu8u8rgHm6TK5w==",
"requires": {
"p-timeout": "^3.0.0"
"p-timeout": "^5.0.0"
},
"dependencies": {
"p-timeout": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.0.tgz",
"integrity": "sha512-z+bU/N7L1SABsqKnQzvAnINgPX7NHdzwUV+gHyJE7VGNDZSr03rhcPODCZSWiiT9k+gf74QPmzcZzqJRvxYZow=="
}
}
},
"package-hash": {

View File

@@ -106,7 +106,7 @@
"observable-to-promise": "^1.0.0",
"p-iteration": "^1.1.8",
"p-props": "^5.0.0",
"p-wait-for": "^3.2.0",
"p-wait-for": "^4.0.0",
"package-json": "^7.0.0",
"path-exists": "^4.0.0",
"path-type": "^5.0.0",