Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump generate-password from 1.1.1 to 1.4.2 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2019

Bumps generate-password from 1.1.1 to 1.4.2.

Release notes

Sourced from generate-password's releases.

v1.4.0

No release notes provided.

v1.2.0

1.2.0 / 2016-9-25

Release with a new feature and various improvements.

strict is now an option that can be passed to password generation. When this is true,
each other option will be required — for example, if you generate a password with numbers,
lowercase letters, and uppercase letters, the password will have at least one number, one
lowercase letter, and one uppercase letter.

Notable Changes

  • 98f923c0c - fix strict password generation (Brendan Ashworth)
  • c69e2ef6b - adds eslint (Brendan Ashworth)
  • a798e846c - add code coverage (Brendan Ashworth)
  • aa5e13edf - Adds strict password generation (Algimantas Krasauskas)
Changelog

Sourced from generate-password's changelog.

1.4.2 / 2019-6-16

Includes a performance improvement in the random number generator.

Notable Changes

  • ea642553c - Optimized fetch of random values using cache (Sebastien ROBERT)

1.4.1 / 2018-10-28

Bug fix to randomNumber() function that reduced entropy, resulting in a bias towards letters, generally.

Notable Changes

  • 21a12d0fd - fixed randomNumber's frontwards bias (Starkteetje)

1.4.0 / 2018-1-20

Release that includes TypeScript definitions.

Notable Changes

  • ef2ded619 - typescript definition file (Carlos Gonzales)

1.3.0 / 2016-12-28

Release with two new features.

One can now pass { 'exclude': 'abc' } to exclude various characters from password
generation. This can be used to blacklist certain symbols, remove alike characters,
etc by giving a string with all the characters to be removed.

The options parameter is now optional — it is now unnecessary to pass an empty object
when the defaults are desired.

Notable Changes

  • 38d4ae0b8 - add exclude option to restrict passwords (Michael Kimpton)
  • d16c95369 - Accept generate() when called without the options parameter (Alexandre Perrin)

1.2.0 / 2016-9-25

Release with a new feature and various improvements.

strict is now an option that can be passed to password generation. When this is true,
each other option will be required — for example, if you generate a password with numbers,
lowercase letters, and uppercase letters, the password will have at least one number, one
lowercase letter, and one uppercase letter.

Notable Changes

  • 98f923c0c - fix strict password generation (Brendan Ashworth)
  • c69e2ef6b - adds eslint (Brendan Ashworth)
  • a798e846c - add code coverage (Brendan Ashworth)
  • aa5e13edf - Adds strict password generation (Algimantas Krasauskas)
Commits

Dependabot compatibility score

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants