From 569dc3f22d21fcf5a2dc157844f32d12511d9e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 08:36:47 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.4.2 to 1.4.3 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 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.4.2...v1.4.3) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f8cb856..a710c82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM i18n (1.8.11) concurrent-ruby (~> 1.0) json (2.6.1) - loofah (2.13.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -95,7 +95,9 @@ GEM mini_mime (1.1.2) minitest (5.15.0) nio4r (2.5.8) - nokogiri (1.13.0-x86_64-darwin) + nokogiri (1.13.6-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.13.6-x86_64-linux) racc (~> 1.4) pagy (5.7.1) racc (1.6.0) @@ -120,7 +122,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) railties (6.1.4.4) actionpack (= 6.1.4.4) @@ -174,6 +176,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES coveralls (~> 0.8)