From 5b4ecb7cd21838f5f9afa3aeafeb903eca835a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 06:18:15 +0000 Subject: [PATCH] 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] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9f7c1dac..dd17990f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 13b7c7503..9eb8f127c 100644 --- a/package.json +++ b/package.json @@ -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",