github / opensourcefriday

🚲 Contribute to the open source community every Friday
https://opensourcefriday.com
MIT License
1.18k stars 160 forks source link

build(deps): bump bcrypt from 3.1.16 to 3.1.17 #1219

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps bcrypt from 3.1.16 to 3.1.17.

Changelog

Sourced from bcrypt's changelog.

3.1.17 Mar 14 2022

  • Fix regex in validators to use \A and \z instead of ^ and $ [GH #121]
  • Truncate secrets greater than 72 bytes in hash_secret [GH #255]
  • Assorted test and doc improvements
Commits
  • 5bf3639 Update for release
  • de3e8b2 Merge pull request #243 from JoshCheek/prefix-value
  • f75a0c7 Merge pull request #257 from petergoldstein/feature/add_ruby_3_1_to_ci
  • d83b916 Add Ruby 3.1 to CI
  • 5558741 Merge pull request #255 from asavageiv/alan/long-passwords
  • 7ed2fa8 test: Simplify password create tests for long secrets
  • 7a411ee test: Reword hash_secret specs for clarity
  • a848abb Truncate based on bytesize instead of number of chars
  • c31d9cd Switch from 255 char max to 72
  • 2649bd7 Truncate secrets greater than 255 chars in hash_secret
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)