Skip to content

Commit 843e32d

Browse files
chore(deps): update dependency p-wait-for to v5
1 parent eb2f838 commit 843e32d

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@octokit/rest": "^16.25.4",
3838
"consola": "^2.6.1",
3939
"esm": "^3.2.22",
40-
"p-wait-for": "^3.1.0"
40+
"p-wait-for": "^5.0.1"
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.4.4",

yarn.lock

+9-11
Original file line numberDiff line numberDiff line change
@@ -5549,12 +5549,10 @@ p-reduce@^1.0.0:
55495549
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
55505550
integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=
55515551

5552-
p-timeout@^3.0.0:
5553-
version "3.1.0"
5554-
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.1.0.tgz#198c1f503bb973e9b9727177a276c80afd6851f3"
5555-
integrity sha512-C27DYI+tCroT8J8cTEyySGydl2B7FlxrGNF5/wmMbl1V+jeehUCzEE/BVgzRebdm2K3ZitKOKx8YbdFumDyYmw==
5556-
dependencies:
5557-
p-finally "^1.0.0"
5552+
p-timeout@^6.0.0:
5553+
version "6.1.1"
5554+
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.1.tgz#bcee5e37d730f5474d973b6ff226751a1a5e6ff1"
5555+
integrity sha512-yqz2Wi4fiFRpMmK0L2pGAU49naSUaP23fFIQL2Y6YT+qDGPoFwpvgQM/wzc6F8JoenUkIlAFa4Ql7NguXBxI7w==
55585556

55595557
p-try@^1.0.0:
55605558
version "1.0.0"
@@ -5566,12 +5564,12 @@ p-try@^2.0.0:
55665564
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
55675565
integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
55685566

5569-
p-wait-for@^3.1.0:
5570-
version "3.1.0"
5571-
resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-3.1.0.tgz#9da568a2adda3ea8175a3c43f46a5317e28c0e47"
5572-
integrity sha512-0Uy19uhxbssHelu9ynDMcON6BmMk6pH8551CvxROhiz3Vx+yC4RqxjyIDk2V4ll0g9177RKT++PK4zcV58uJ7A==
5567+
p-wait-for@^5.0.1:
5568+
version "5.0.1"
5569+
resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-5.0.1.tgz#1edd9434394048701c5d213751d750231219c273"
5570+
integrity sha512-RQv6TqiPxJitN7wxUW4vRVakUiMYDTjtJt4JXfNzx8DHx98Ikitn4S35M+qT1wzMtBxrM1RUwBpJmycABqjgAg==
55735571
dependencies:
5574-
p-timeout "^3.0.0"
5572+
p-timeout "^6.0.0"
55755573

55765574
parent-module@^1.0.0:
55775575
version "1.0.0"

0 commit comments

Comments
 (0)