From 7fe9caa25db0d1ac63f31d9fd7a1ddeabc8b4d0b Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Thu, 21 Sep 2023 13:45:49 -0400 Subject: [PATCH] [Snyk] Security upgrade web-console from 4.2.0 to 4.2.1 (#241) * fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 * Update Gemfile.lock --------- Co-authored-by: snyk-bot --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 29fb0809..0b0ecba2 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'listen', '>= 3.0.5', '< 3.2' - gem 'web-console', '>= 4.2.0' + gem 'web-console', '>= 4.2.1' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index d84db15a..c63ce719 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) version_gem (1.1.2) - web-console (4.2.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) @@ -458,7 +458,7 @@ DEPENDENCIES turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0) - web-console (>= 4.2.0) + web-console (>= 4.2.1) webdrivers webmock webpacker (~> 6.0.0.rc.5)