From 48a82406ab6618e3e571a93611dffd3a0e22e0b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Nov 2022 01:24:45 +0000 Subject: [PATCH] fix: Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-3150405 --- Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 582081b..cc866b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.8.0) minitest (5.16.2) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) @@ -184,7 +184,7 @@ GEM rack (2.2.4) rack-cors (1.0.5) rack (>= 1.6.0) - rack-protection (2.2.0) + rack-protection (3.0.4) rack rack-test (2.0.2) rack (>= 1.3) @@ -255,10 +255,10 @@ GEM sdoc (1.0.0) rdoc (>= 5.0) sexp_processor (4.16.1) - sinatra (2.2.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.2.0) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) skinny (0.2.2) eventmachine (~> 1.0) @@ -272,13 +272,14 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.2) + sqlite3 (1.5.4) + mini_portile2 (~> 2.8.0) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) sshkit (1.18.2) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - temple (0.8.2) + temple (0.9.1) therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref @@ -288,7 +289,7 @@ GEM rack (>= 1, < 3) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.0.11) tinymce-rails (6.0.3.1) railties (>= 3.1.1) twitter-bootstrap-rails (5.0.0)