From 96d528daf1986a1134a5e78bf915fd9152ed3680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:36:10 +0000 Subject: [PATCH] Build(deps): Bump bcrypt from 3.1.18 to 3.1.19 in /Builder (#1906) Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.18 to 3.1.19. - [Release notes](https://github.com/codahale/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.18...v3.1.19) --- updated-dependencies: - dependency-name: bcrypt dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Builder/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Builder/Gemfile.lock b/Builder/Gemfile.lock index 3f231342142..71ea969846a 100644 --- a/Builder/Gemfile.lock +++ b/Builder/Gemfile.lock @@ -68,7 +68,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - bcrypt (3.1.18) + bcrypt (3.1.19) bootsnap (1.16.0) msgpack (~> 1.2) brotli (0.4.0)