Skip to content

Commit 08d84af

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency p-wait-for to v3 (#13)
1 parent cbbb702 commit 08d84af

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@octokit/rest": "^16.25.0",
3838
"consola": "^2.6.0",
3939
"esm": "^3.2.22",
40-
"p-wait-for": "^2.0.1"
40+
"p-wait-for": "^3.1.0"
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.4.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5586,10 +5586,10 @@ p-reduce@^1.0.0:
55865586
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
55875587
integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=
55885588

5589-
p-timeout@^2.0.1:
5590-
version "2.0.1"
5591-
resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
5592-
integrity sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==
5589+
p-timeout@^3.0.0:
5590+
version "3.1.0"
5591+
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.1.0.tgz#198c1f503bb973e9b9727177a276c80afd6851f3"
5592+
integrity sha512-C27DYI+tCroT8J8cTEyySGydl2B7FlxrGNF5/wmMbl1V+jeehUCzEE/BVgzRebdm2K3ZitKOKx8YbdFumDyYmw==
55935593
dependencies:
55945594
p-finally "^1.0.0"
55955595

@@ -5603,12 +5603,12 @@ p-try@^2.0.0:
56035603
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
56045604
integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
56055605

5606-
p-wait-for@^2.0.1:
5607-
version "2.0.1"
5608-
resolved "https://registry.npmjs.org/p-wait-for/-/p-wait-for-2.0.1.tgz#bc4dc3410dcba8ca4a92354f5b44f5c4ee6b6d7f"
5609-
integrity sha512-edEuJC7eRokPf3AWycsS3lp8JimWLnVgCeGoWw67qFerUmsAHKyhRBj8rDvaBjPV2bTyzgTwmF+U8vNMMBEcyA==
5606+
p-wait-for@^3.1.0:
5607+
version "3.1.0"
5608+
resolved "https://registry.yarnpkg.com/p-wait-for/-/p-wait-for-3.1.0.tgz#9da568a2adda3ea8175a3c43f46a5317e28c0e47"
5609+
integrity sha512-0Uy19uhxbssHelu9ynDMcON6BmMk6pH8551CvxROhiz3Vx+yC4RqxjyIDk2V4ll0g9177RKT++PK4zcV58uJ7A==
56105610
dependencies:
5611-
p-timeout "^2.0.1"
5611+
p-timeout "^3.0.0"
56125612

56135613
parent-module@^1.0.0:
56145614
version "1.0.0"

0 commit comments

Comments
 (0)