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.1 #18

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.1 > ## Bug fixes > > - Correctly set the `engines.node` field in `package.json`. Supported Node versions are either `^8.12.0` or `>=9.7.0` ([#319](https://github-redirect.dependabot.com/sindresorhus/execa/issues/319), [#323](https://github-redirect.dependabot.com/sindresorhus/execa/issues/323)) > > ## Documentation > > - Improve the [`execa.command()`](https://github.com/sindresorhus/execa#execacommandcommand-options) documentation ([#317](https://github-redirect.dependabot.com/sindresorhus/execa/issues/317))
Commits - [`97ef87d`](https://github.com/sindresorhus/execa/commit/97ef87d5d30542041d69cb4942bc10f98fc7579c) 2.0.1 - [`71cea50`](https://github.com/sindresorhus/execa/commit/71cea50410ed9529605253890b73ce488d752175) Simplify `engines.node` field ([#323](https://github-redirect.dependabot.com/sindresorhus/execa/issues/323)) - [`8663361`](https://github.com/sindresorhus/execa/commit/866336101b7dd930755dd7494434faed774b57e3) Update `engines` field in `package.json` ([#319](https://github-redirect.dependabot.com/sindresorhus/execa/issues/319)) - [`dd31d2c`](https://github.com/sindresorhus/execa/commit/dd31d2cb0f5b5412e232aa85f0d35d5d8964ca59) Improve the `execa.command()` documentation ([#317](https://github-redirect.dependabot.com/sindresorhus/execa/issues/317)) - [`230c7a7`](https://github.com/sindresorhus/execa/commit/230c7a7a11eee269bdd71dfd36f0fb147d12a89e) Separate spawned.kill() features into own file ([#312](https://github-redirect.dependabot.com/sindresorhus/execa/issues/312)) - [`ec10a4c`](https://github.com/sindresorhus/execa/commit/ec10a4c7b5732edb76e7a20e29ffa3996bcde80a) 2.0.0 - [`2752f49`](https://github.com/sindresorhus/execa/commit/2752f494e8bba7b46bcf4c9ec85adaa89f915eea) Fix linting - [`eb22ff7`](https://github.com/sindresorhus/execa/commit/eb22ff7a2204ddb7bdcc7a3873b63bcc25be91fc) Change default value of the `preferLocal` option to `false` ([#314](https://github-redirect.dependabot.com/sindresorhus/execa/issues/314)) - [`4dd258d`](https://github.com/sindresorhus/execa/commit/4dd258d062722e69317707da5c1b73ffa506d42a) Separate error creation logic into its own file ([#311](https://github-redirect.dependabot.com/sindresorhus/execa/issues/311)) - [`8af8c96`](https://github.com/sindresorhus/execa/commit/8af8c96d7a066ae7228d041aacff8fe4cc6df026) Improve/refactor `.cancel()` ([#309](https://github-redirect.dependabot.com/sindresorhus/execa/issues/309)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/execa/compare/v1.0.0...v2.0.1)


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