Skip to content

Commit 14c466b

Browse files
Bump p-limit from 3.1.0 to 4.0.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](sindresorhus/p-limit@v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fddf691 commit 14c466b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@flexis/srcset": "^4.2.0",
4343
"core-js": "^3.8.3",
4444
"loader-utils": "^2.0.0",
45-
"p-limit": "^3.1.0",
45+
"p-limit": "^4.0.0",
4646
"regenerator-runtime": "^0.13.7",
4747
"vinyl": "^2.2.0"
4848
},

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8928,6 +8928,13 @@ p-limit@^3.0.2, p-limit@^3.1.0:
89288928
dependencies:
89298929
yocto-queue "^0.1.0"
89308930

8931+
p-limit@^4.0.0:
8932+
version "4.0.0"
8933+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
8934+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
8935+
dependencies:
8936+
yocto-queue "^1.0.0"
8937+
89318938
p-locate@^2.0.0:
89328939
version "2.0.0"
89338940
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -12389,6 +12396,11 @@ yocto-queue@^0.1.0:
1238912396
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1239012397
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1239112398

12399+
yocto-queue@^1.0.0:
12400+
version "1.0.0"
12401+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
12402+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
12403+
1239212404
zip-stream@^4.0.4:
1239312405
version "4.0.4"
1239412406
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.0.4.tgz#3a8f100b73afaa7d1ae9338d910b321dec77ff3a"

0 commit comments

Comments
 (0)