simonepri / phc-argon2

🔒 Node.JS Argon2 password hashing algorithm following the PHC string format.
MIT License
17 stars 6 forks source link

Update execa requirement from ^1.0.0 to ^2.0.4 #21

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on execa to permit the latest version.

Release notes *Sourced from [execa's releases](https://github.com/sindresorhus/execa/releases).* > ## v2.0.4 > ## Bug fixes > > - Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) 211febe > > https://github.com/sindresorhus/execa/compare/v2.0.3...v2.0.4
Commits - [`ac2bc15`](https://github.com/sindresorhus/execa/commit/ac2bc15e1598317e4698eba5ba171927e4159655) 2.0.4 - [`211febe`](https://github.com/sindresorhus/execa/commit/211febee3fe03ef82f5a59c960d99be61a6e2ab1) Fix errors being thrown when `detached: true` or `cleanup: false` is used ([#360](https://github-redirect.dependabot.com/sindresorhus/execa/issues/360)) - [`0cdc62c`](https://github.com/sindresorhus/execa/commit/0cdc62cbdc9ad7879316363dce9b17ce1e6239c9) 2.0.3 - [`aa070b8`](https://github.com/sindresorhus/execa/commit/aa070b86135ddcb647d773aaa6dfaa8e2afc5c02) Add missing `result.all` TypeScript definition ([#345](https://github-redirect.dependabot.com/sindresorhus/execa/issues/345)) - [`b46cba1`](https://github.com/sindresorhus/execa/commit/b46cba1fff44ec28f181f4713b1cc797e3c01089) Fix test for Node `>= 12.6.0` ([#348](https://github-redirect.dependabot.com/sindresorhus/execa/issues/348)) - [`19e58fe`](https://github.com/sindresorhus/execa/commit/19e58fe885f9c9d789e1f92a8fd185e6a54a687d) Separate `process.env`-related logic to its own function ([#341](https://github-redirect.dependabot.com/sindresorhus/execa/issues/341)) - [`c9b4d09`](https://github.com/sindresorhus/execa/commit/c9b4d09cc70f80ed8423bd81fbd2c5849512c3e0) Readme tweaks ([#340](https://github-redirect.dependabot.com/sindresorhus/execa/issues/340)) - [`82d2a4a`](https://github.com/sindresorhus/execa/commit/82d2a4adff4e205864dd49bd0a5c352fc54ecdee) Add tip on how to execute the current package's binary ([#339](https://github-redirect.dependabot.com/sindresorhus/execa/issues/339)) - [`8977752`](https://github.com/sindresorhus/execa/commit/8977752a1036a50223b6a572ae5d1a103853c158) 2.0.2 - [`6a8e9ac`](https://github.com/sindresorhus/execa/commit/6a8e9acd7db3a2165b559621f2ff23a71481d6f6) Do not read streams more than once ([#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.0.4)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #24.