From 9eebe411e7efe53b2b6756b69d8d9886a475d303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:59:31 +0000 Subject: [PATCH] Bump psych from 5.1.1.1 to 5.1.2 in /updater Bumps [psych](https://github.com/ruby/psych) from 5.1.1.1 to 5.1.2. - [Release notes](https://github.com/ruby/psych/releases) - [Commits](https://github.com/ruby/psych/compare/v5.1.1.1...v5.1.2) --- updated-dependencies: - dependency-name: psych dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- updater/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 437911a4f72a..b3a22422dc4e 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -265,7 +265,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - psych (5.1.1.1) + psych (5.1.2) stringio public_suffix (5.0.3) racc (1.7.3) @@ -326,7 +326,7 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) sorbet-runtime (0.5.11193) stackprof (0.2.25) - stringio (3.0.8) + stringio (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) toml-rb (2.2.0)