From 262456b23b787133f5801eef65cf1eb5ea49b260 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 19:42:49 +0000 Subject: [PATCH] fix: pkgs/servers/http/showoff/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2840634 --- pkgs/servers/http/showoff/Gemfile.lock | 90 +++++++++++++------------- 1 file changed, 46 insertions(+), 44 deletions(-) diff --git a/pkgs/servers/http/showoff/Gemfile.lock b/pkgs/servers/http/showoff/Gemfile.lock index 34b90b3fd2f73..1047a02d31d6e 100644 --- a/pkgs/servers/http/showoff/Gemfile.lock +++ b/pkgs/servers/http/showoff/Gemfile.lock @@ -1,67 +1,69 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - commonmarker (0.18.2) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.5) - daemons (1.3.1) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + commonmarker (0.23.4) + concurrent-ruby (1.1.10) + daemons (1.4.1) em-websocket (0.3.8) addressable (>= 2.1.1) eventmachine (>= 0.12.9) eventmachine (1.2.7) fidget (0.0.6) ruby-dbus (< 0.15.0) - gli (2.18.0) + gli (2.21.0) htmlentities (4.3.4) - i18n (1.6.0) + i18n (1.10.0) concurrent-ruby (~> 1.0) - iso-639 (0.2.8) - json (2.2.0) - mini_portile2 (2.4.0) - nokogiri (1.10.1) - mini_portile2 (~> 2.4.0) - parslet (1.8.2) - public_suffix (3.0.3) - rack (1.6.11) - rack-contrib (1.8.0) - rack (~> 1.4) - rack-protection (1.5.5) + iso-639 (0.3.5) + json (2.6.2) + mini_portile2 (2.8.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + parslet (2.0.0) + public_suffix (4.0.7) + racc (1.6.0) + rack (2.2.3) + rack-contrib (2.3.0) + rack (~> 2.0) + rack-protection (2.2.0) rack - redcarpet (3.4.0) + redcarpet (3.5.1) ruby-dbus (0.14.1) - ruby-enum (0.7.2) - i18n - showoff (0.20.1) - commonmarker - fidget (>= 0.0.3) - gli (>= 2.0) - htmlentities - i18n - iso-639 - json - nokogiri - parslet - rack-contrib - redcarpet - sinatra (~> 1.3) - sinatra-websocket - thin (~> 1.3) - tilt (>= 2.0.3) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + ruby2_keywords (0.0.5) + showoff (0.20.3) + commonmarker (~> 0.21) + fidget (~> 0.0) + gli (~> 2.20) + htmlentities (~> 4.3) + i18n (~> 1.8) + iso-639 (~> 0.3) + json (~> 2.5) + nokogiri (~> 1.11) + parslet (~> 2.0) + rack-contrib (~> 2.3) + redcarpet (~> 3.5) + sinatra (~> 2.1) + sinatra-websocket (~> 0.3) + tilt (~> 2.0) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) sinatra-websocket (0.3.1) em-websocket (~> 0.3.6) eventmachine thin (>= 1.3.1, < 2.0.0) - thin (1.7.2) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.9) + tilt (2.0.10) PLATFORMS ruby