Skip to content

Commit

Permalink
chore(deps): bump p-each-series from 2.2.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [p-each-series](https://github.com/sindresorhus/p-each-series) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/sindresorhus/p-each-series/releases)
- [Commits](sindresorhus/p-each-series@v2.2.0...v3.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2021
1 parent 9ec6e4b commit c78389e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-freesewing-pattern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"make-dir": "^3.1.0",
"normalize-path": "^3.0.0",
"ora": "^5.4.0",
"p-each-series": "^2.2.0",
"p-each-series": "^3.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^2.0.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12172,11 +12172,16 @@ p-defer@^1.0.0:
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=

p-each-series@^2.1.0, p-each-series@^2.2.0:
p-each-series@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==

p-each-series@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-3.0.0.tgz#d1aed5e96ef29864c897367a7d2a628fdc960806"
integrity sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==

p-event@^4.1.0, p-event@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/p-event/-/p-event-4.2.0.tgz#af4b049c8acd91ae81083ebd1e6f5cae2044c1b5"
Expand Down

0 comments on commit c78389e

Please sign in to comment.