From f804640a88071e2c350b2d68c143011787b54cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:11:54 +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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 46d44af67..6868f1f50 100644 --- a/Gemfile +++ b/Gemfile @@ -160,7 +160,7 @@ gem 'sassc', '= 2.1.0' gem 'psych', '< 4' # rails html sanitizer security update -gem 'rails-html-sanitizer', '~> 1.4.3' +gem 'rails-html-sanitizer', '~> 1.4.4' source 'https://rails-assets.org' do gem 'rails-assets-clipboard', '~> 1.5.12' diff --git a/Gemfile.lock b/Gemfile.lock index 5043d9565..45c3f014b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.18.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lunchy (0.10.4) @@ -358,7 +358,7 @@ GEM public_suffix (5.0.0) pundit (1.1.0) activesupport (>= 3.0.0) - racc (1.6.0) + racc (1.6.1) rack (2.2.3.1) rack-cors (1.1.1) rack (>= 2.0.0) @@ -395,8 +395,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-i18n (5.1.3) i18n (>= 0.7, < 2) railties (>= 5.0, < 6) @@ -711,7 +711,7 @@ DEPENDENCIES rails-assets-markdown-it (~> 7.0.1)! rails-assets-moment (~> 2.15.0)! rails-controller-testing - rails-html-sanitizer (~> 1.4.3) + rails-html-sanitizer (~> 1.4.4) rails-i18n rails_admin rdoc (>= 6.3.1)