From 0fca4b37454c565fe12cffeccb9a3371da4afd10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 06:51:37 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.3.0 to 1.4.3 in /server Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.3. - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.3.0...v1.4.3) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/server/Gemfile.lock b/server/Gemfile.lock index d576313..b843a9b 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -95,7 +95,7 @@ GEM activesupport (>= 3.0) deep_merge (~> 1.2.1) dry-validation (>= 0.10.4) - crass (1.0.5) + crass (1.0.6) deep_merge (1.2.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -178,21 +178,22 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.4.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) mini_mime (>= 0.1.1) method_source (0.9.0) mini_mime (1.0.0) - mini_portile2 (2.4.0) + mini_portile2 (2.6.1) minitest (5.11.3) multi_json (1.13.1) mustache (1.0.5) newrelic_rpm (4.8.0.341) nio4r (2.2.0) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) parallel (1.12.1) parser (2.4.0.2) ast (~> 2.3) @@ -205,6 +206,7 @@ GEM pry (>= 0.10.4) public_suffix (3.0.2) puma (3.11.2) + racc (1.6.0) rack (2.0.8) rack-test (0.8.3) rack (>= 1.0, < 3) @@ -228,7 +230,7 @@ GEM activesupport (>= 3.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) rails-i18n (5.1.1) i18n (>= 0.7, < 2)