Skip to content

Commit 33d07a4

Browse files
committed
Update dependency p-limit to v4
1 parent 4936dea commit 33d07a4

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
@@ -49,7 +49,7 @@
4949
"meow": "^v9.0.0",
5050
"mkdirp": "^0.5.1",
5151
"ora": "^5.4.1",
52-
"p-limit": "^2.0.0",
52+
"p-limit": "^4.0.0",
5353
"rimraf-promise": "^2.0.0",
5454
"string-to-stream": "^1.1.0"
5555
},

yarn.lock

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

3295-
p-limit@^2.0.0, p-limit@^2.2.0:
3295+
p-limit@^2.2.0:
32963296
version "2.3.0"
32973297
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
32983298
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
32993299
dependencies:
33003300
p-try "^2.0.0"
33013301

3302+
p-limit@^4.0.0:
3303+
version "4.0.0"
3304+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
3305+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
3306+
dependencies:
3307+
yocto-queue "^1.0.0"
3308+
33023309
p-locate@^4.1.0:
33033310
version "4.1.0"
33043311
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -4217,3 +4224,8 @@ [email protected]:
42174224
version "3.1.1"
42184225
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
42194226
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
4227+
4228+
yocto-queue@^1.0.0:
4229+
version "1.0.0"
4230+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
4231+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

0 commit comments

Comments
 (0)