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.2 #19

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.2 > # Bug fixes > > - Fix memory leak ([#321](https://github-redirect.dependabot.com/sindresorhus/execa/issues/321), [#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330)) > - Fix `result.all` not being constant across calls ([#327](https://github-redirect.dependabot.com/sindresorhus/execa/issues/327), [#330](https://github-redirect.dependabot.com/sindresorhus/execa/issues/330))
Commits - [`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)) - [`7d51047`](https://github.com/sindresorhus/execa/commit/7d510474296bbbbd5a5bb86197faf73dde8aeb40) Move `onExit()` cleanup code next to `onExit()` ([#337](https://github-redirect.dependabot.com/sindresorhus/execa/issues/337)) - [`0241d6e`](https://github.com/sindresorhus/execa/commit/0241d6e5333feb5c12133ccd3e06e5e8e47363fc) Improve tests for the `timeout` option ([#332](https://github-redirect.dependabot.com/sindresorhus/execa/issues/332)) - [`2a7551f`](https://github.com/sindresorhus/execa/commit/2a7551f05c6d383c47d646bd63517a144f1748c4) Refactor the `timeout` option ([#333](https://github-redirect.dependabot.com/sindresorhus/execa/issues/333)) - [`9020f28`](https://github.com/sindresorhus/execa/commit/9020f28154d5e9398919839be8fd213922b28ff9) Rename `stdioOption` variable ([#334](https://github-redirect.dependabot.com/sindresorhus/execa/issues/334)) - [`b336fbf`](https://github.com/sindresorhus/execa/commit/b336fbf5d170c6fdd369c30e916bb9a216509428) Make the synchronous errors code clearer ([#331](https://github-redirect.dependabot.com/sindresorhus/execa/issues/331)) - [`46daa7b`](https://github.com/sindresorhus/execa/commit/46daa7b1b6e66b215d8d8fb43bdd29836a0de46a) Separate command-related logic into its own file ([#329](https://github-redirect.dependabot.com/sindresorhus/execa/issues/329)) - [`5c74a9d`](https://github.com/sindresorhus/execa/commit/5c74a9d3828194836f8ac53b3eaf4d692a48d316) Do not mutate process promise ([#328](https://github-redirect.dependabot.com/sindresorhus/execa/issues/328)) - [`deb4988`](https://github.com/sindresorhus/execa/commit/deb498807c014399d4e09d26f3e4ec367cc7977c) Separate promise-related logic into their own files ([#325](https://github-redirect.dependabot.com/sindresorhus/execa/issues/325)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.0.2)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 #20.