From 284201d04512c0e796cf2e0e7c66ef926b55f2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 08:54:29 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.3.0 to 1.5.0 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.3.0...v1.5.0) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 81eab00..b37035e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM launchy (2.4.3) addressable (~> 2.3) libv8 (3.16.14.19) - loofah (2.6.0) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -264,7 +264,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.2) minitest (5.18.0) mono_logger (1.1.0) multi_json (1.13.1) @@ -275,8 +275,9 @@ GEM mustermann (~> 1.0.0) mysql2 (0.5.2) naught (1.1.0) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oauth2 (1.4.1) faraday (>= 0.8, < 0.16.0) jwt (>= 1.0, < 3.0) @@ -300,6 +301,7 @@ GEM activemodel (>= 4.0.1, < 5.0) public_suffix (5.0.1) raabro (1.1.6) + racc (1.6.2) rack (1.6.13) rack-accept (0.4.5) rack (>= 0.4) @@ -324,8 +326,8 @@ GEM activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails-observers (0.1.5) activemodel (>= 4.0) rails-perftest (0.0.7)