Fix security vulnerabilities

This commit is contained in:
rebuilt 2023-01-03 17:22:34 -08:00
parent 94dc17e351
commit b3ded7e7be
4 changed files with 680 additions and 479 deletions

View file

@ -184,7 +184,7 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.19.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@ -208,7 +208,7 @@ GEM
net-protocol
newrelic_rpm (8.8.0)
nio4r (2.5.8)
nokogiri (1.13.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
omniauth (2.1.0)
@ -225,7 +225,7 @@ GEM
public_suffix (4.0.7)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.2)
rack (2.2.4)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
@ -254,8 +254,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4)
actionpack (= 7.0.4)
activesupport (= 7.0.4)
@ -435,7 +435,7 @@ DEPENDENCIES
pg
puma (>= 5.6.4)
rack-mini-profiler
rails (~> 7.0.3)
rails (~> 7.0.4)
rails-controller-testing
redis (~> 3.0)
rspec-rails (~> 5.1.0)