From 490df88bf26ef97672aaffc1d30c49897636e456 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 04:34:36 +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 70cca0b44d5f..037602b26750 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,11 @@ 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 @@ -14,7 +14,7 @@ PLATFORMS DEPENDENCIES graphql (= 1.10.6) - graphql-schema_comparator (~> 1.0.0) + graphql-schema_comparator (~> 1.0.1) BUNDLED WITH - 2.2.1 + 1.17.3