From 99f410bbd214cc41aa3140679400d9d8dfef40fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:11:07 +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/master/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 63e4350e9..9a18e3db3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM i18n (~> 0.4) json rest-client - loofah (2.8.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -198,7 +198,7 @@ GEM nokogiri (~> 1) rake mini_mime (1.0.1) - mini_portile2 (2.4.0) + mini_portile2 (2.8.1) minitest (5.14.2) mock_redis (0.17.3) modware (0.1.3) @@ -215,8 +215,9 @@ GEM execjs rails (>= 3.1) nio4r (2.5.8) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oauth2 (1.4.0) faraday (>= 0.8, < 0.13) jwt (~> 1.0) @@ -256,6 +257,7 @@ GEM activesupport (>= 3.0.0) pygments.rb (1.1.2) multi_json (>= 1.0.0) + racc (1.6.2) rack (1.6.13) rack-contrib (1.4.0) git-version-bump (~> 0.15) @@ -287,8 +289,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) rails3-generators (1.0.0) railties (>= 3.0.0) railties (4.2.11.1)