Skip to content

Commit ad5e202

Browse files
committed
Update dependency p-limit to v4
1 parent eb07f65 commit ad5e202

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"meow": "^6.0.0",
4848
"mkdirp": "^0.5.1",
4949
"ora": "^1.4.0",
50-
"p-limit": "^2.0.0",
50+
"p-limit": "^4.0.0",
5151
"rimraf-promise": "^2.0.0",
5252
"string-to-stream": "^1.1.0"
5353
},

yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -3231,13 +3231,20 @@ p-is-promise@^1.1.0:
32313231
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
32323232
integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=
32333233

3234-
p-limit@^2.0.0, p-limit@^2.2.0:
3234+
p-limit@^2.2.0:
32353235
version "2.3.0"
32363236
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
32373237
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
32383238
dependencies:
32393239
p-try "^2.0.0"
32403240

3241+
p-limit@^4.0.0:
3242+
version "4.0.0"
3243+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
3244+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
3245+
dependencies:
3246+
yocto-queue "^1.0.0"
3247+
32413248
p-locate@^4.1.0:
32423249
version "4.1.0"
32433250
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -4136,3 +4143,8 @@ [email protected]:
41364143
version "3.1.1"
41374144
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
41384145
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
4146+
4147+
yocto-queue@^1.0.0:
4148+
version "1.0.0"
4149+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
4150+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

0 commit comments

Comments
 (0)