chore(deps): bump p-each-series from 1.0.0 to 2.1.0 (#172)
Bumps [p-each-series](https://github.com/sindresorhus/p-each-series) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/sindresorhus/p-each-series/releases) - [Commits](https://github.com/sindresorhus/p-each-series/compare/v1.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
462eab60ba
commit
36b51cf5c8
2 changed files with 7 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
"inquirer": "^6.2.2",
|
"inquirer": "^6.2.2",
|
||||||
"make-dir": "^2.0.0",
|
"make-dir": "^2.0.0",
|
||||||
"ora": "^3.1.0",
|
"ora": "^3.1.0",
|
||||||
"p-each-series": "^1.0.0",
|
"p-each-series": "^2.1.0",
|
||||||
"parse-git-config": "^3.0.0",
|
"parse-git-config": "^3.0.0",
|
||||||
"validate-npm-package-name": "^3.0.0",
|
"validate-npm-package-name": "^3.0.0",
|
||||||
"which": "^1.3.1",
|
"which": "^1.3.1",
|
||||||
|
|
|
@ -6968,7 +6968,7 @@ create-error-class@^3.0.0:
|
||||||
inquirer "^6.2.2"
|
inquirer "^6.2.2"
|
||||||
make-dir "^2.0.0"
|
make-dir "^2.0.0"
|
||||||
ora "^3.1.0"
|
ora "^3.1.0"
|
||||||
p-each-series "^1.0.0"
|
p-each-series "^2.1.0"
|
||||||
parse-git-config "^3.0.0"
|
parse-git-config "^3.0.0"
|
||||||
validate-npm-package-name "^3.0.0"
|
validate-npm-package-name "^3.0.0"
|
||||||
which "^1.3.1"
|
which "^1.3.1"
|
||||||
|
@ -14592,6 +14592,11 @@ p-each-series@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
p-reduce "^1.0.0"
|
p-reduce "^1.0.0"
|
||||||
|
|
||||||
|
p-each-series@^2.1.0:
|
||||||
|
version "2.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.1.0.tgz#961c8dd3f195ea96c747e636b262b800a6b1af48"
|
||||||
|
integrity sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==
|
||||||
|
|
||||||
p-finally@^1.0.0:
|
p-finally@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue