From 3a1262d4b6e20b7a801096e734eb3ccf46164f01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 15:37:40 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9a59ddbfa26e..2a4d2e1bbdfe 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'http://rubygems.org' # ruby '2.4' gem 'graphql', '1.10.6' -gem 'graphql-schema_comparator', '~> 1.0.0' +gem 'graphql-schema_comparator', '~> 1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5fc86f742dad..97ae4e2bdabc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,18 +2,18 @@ GEM remote: http://rubygems.org/ specs: graphql (1.10.6) - graphql-schema_comparator (1.0.0) + graphql-schema_comparator (1.0.1) bundler (>= 1.14) graphql (~> 1.10) thor (>= 0.19, < 2.0) - thor (1.0.1) + thor (1.2.2) PLATFORMS ruby DEPENDENCIES graphql (= 1.10.6) - graphql-schema_comparator (~> 1.0.0) + graphql-schema_comparator (~> 1.0.1) BUNDLED WITH - 2.1.4 + 1.17.3