Skip to content

Commit 2f99f6f

Browse files
committed
Update dependency p-limit to v4
1 parent 267425e commit 2f99f6f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"meow": "^6.0.0",
5353
"mkdirp": "^0.5.1",
5454
"ora": "^1.4.0",
55-
"p-limit": "^2.0.0",
55+
"p-limit": "^4.0.0",
5656
"rimraf-promise": "^2.0.0",
5757
"string-to-stream": "^1.1.0"
5858
},

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,13 @@ p-limit@^2.0.0, p-limit@^2.2.0:
17561756
dependencies:
17571757
p-try "^2.0.0"
17581758

1759+
p-limit@^4.0.0:
1760+
version "4.0.0"
1761+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
1762+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
1763+
dependencies:
1764+
yocto-queue "^1.0.0"
1765+
17591766
p-locate@^3.0.0:
17601767
version "3.0.0"
17611768
resolved "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz"
@@ -2606,3 +2613,8 @@ [email protected]:
26062613
version "3.1.1"
26072614
resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz"
26082615
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
2616+
2617+
yocto-queue@^1.0.0:
2618+
version "1.0.0"
2619+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
2620+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

0 commit comments

Comments
 (0)