Skip to content

Commit 15374ee

Browse files
Update dependency p-wait-for to v6
1 parent f9fae06 commit 15374ee

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

packages/job-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"bree": "6.5.0",
3737
"cron-validate": "1.4.5",
3838
"fastq": "1.19.1",
39-
"p-wait-for": "3.2.0",
39+
"p-wait-for": "6.0.0",
4040
"workerpool": "9.3.4"
4141
},
4242
"repository": {

packages/webhook-mock-receiver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"sinon": "18.0.0"
3232
},
3333
"dependencies": {
34-
"p-wait-for": "3.2.0"
34+
"p-wait-for": "6.0.0"
3535
}
3636
}

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7779,12 +7779,10 @@ [email protected]:
77797779
dependencies:
77807780
p-timeout "^3.0.0"
77817781

7782-
7783-
version "3.2.0"
7784-
resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-3.2.0.tgz#640429bcabf3b0dd9f492c31539c5718cb6a3f1f"
7785-
integrity sha512-wpgERjNkLrBiFmkMEjuZJEWKKDrNfHCKA1OhyN1wg1FrLkULbviEy6py1AyJUgZ72YWFbZ38FIpnqvVqAlDUwA==
7786-
dependencies:
7787-
p-timeout "^3.0.0"
7782+
7783+
version "6.0.0"
7784+
resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-6.0.0.tgz#c31fdf0a40e2154968a26abc835688d1226dcaa3"
7785+
integrity sha512-2kKzMtjS8TVcpCOU/gr3vZ4K/WIyS1AsEFXFWapM/0lERCdyTbB6ZeuCIp+cL1aeLZfQoMdZFCBTHiK4I9UtOw==
77887786

77897787
package-json-from-dist@^1.0.0:
77907788
version "1.0.1"

0 commit comments

Comments
 (0)