From fc562f5c50f3b929ad52dde7645eb49027995905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:11:01 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.4.3 to 1.4.4 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.3 to 1.4.4. - [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.4.3...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 13138b0d..72453545 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby "2.7.5" gem "rails", "= 6.1.6.1" -gem "rails-html-sanitizer", "~> 1.4.3" +gem "rails-html-sanitizer", "~> 1.4.4" # Use SCSS for stylesheets gem "sass-rails", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 16a37382..304ef773 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) local_time (2.1.0) - loofah (2.18.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -308,7 +308,7 @@ GEM mysql2 (0.5.3) nenv (0.3.0) nio4r (2.5.8) - nokogiri (1.13.7) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) nori (2.6.0) @@ -361,7 +361,7 @@ GEM public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) - racc (1.6.0) + racc (1.6.1) rack (2.2.4) rack-test (2.0.2) rack (>= 1.3) @@ -389,8 +389,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) rails-reverse-proxy (0.11.0) actionpack addressable @@ -603,7 +603,7 @@ DEPENDENCIES rack-utf8_sanitizer (~> 1.7) rails (= 6.1.6.1) rails-controller-testing (>= 1.0.5) - rails-html-sanitizer (~> 1.4.3) + rails-html-sanitizer (~> 1.4.4) rails-reverse-proxy rails_param recaptcha (~> 5.8.1)