From e33984a16bd908f1048045aeb7fca16ab1c73844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:50:48 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.3.0 to 1.4.4 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 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.3.0...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 20e8662..28461a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,8 +83,6 @@ GEM concurrent-ruby (1.1.6) connection_pool (2.2.3) crass (1.0.6) - css_parser (1.7.1) - addressable database_cleaner (1.8.5) database_cleaner-active_record (1.8.0) activerecord @@ -116,7 +114,6 @@ GEM flutie (2.2.0) globalid (0.4.2) activesupport (>= 4.2.0) - htmlentities (4.3.4) i18n (1.8.3) concurrent-ruby (~> 1.0) jbuilder (2.10.0) @@ -143,7 +140,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.5.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -181,13 +178,6 @@ GEM postmark-rails (0.20.0) actionmailer (>= 3.0.0) postmark (~> 1.15) - premailer (1.11.1) - addressable - css_parser (>= 1.6.0) - htmlentities (>= 4.0.0) - premailer-rails (1.11.1) - actionmailer (>= 3) - premailer (~> 1.7, >= 1.7.9) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -221,8 +211,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) railties (5.2.4.3) actionpack (= 5.2.4.3) activesupport (= 5.2.4.3) @@ -378,7 +368,6 @@ DEPENDENCIES pg pg_search (~> 2.3.0) postmark-rails - premailer-rails pry (~> 0.12.2) puma (~> 3.12) rails (~> 5.2.4)