Skip to content

Commit a24b50b

Browse files
committed
Update dependency p-limit to v4
1 parent ac5c0e3 commit a24b50b

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
@@ -2449,6 +2449,13 @@ p-limit@^2.0.0, p-limit@^2.2.0:
24492449
dependencies:
24502450
p-try "^2.0.0"
24512451

2452+
p-limit@^4.0.0:
2453+
version "4.0.0"
2454+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
2455+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
2456+
dependencies:
2457+
yocto-queue "^1.0.0"
2458+
24522459
p-locate@^2.0.0:
24532460
version "2.0.0"
24542461
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -3513,3 +3520,8 @@ [email protected]:
35133520
version "3.1.1"
35143521
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
35153522
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
3523+
3524+
yocto-queue@^1.0.0:
3525+
version "1.0.0"
3526+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
3527+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

0 commit comments

Comments
 (0)