From 77708b4462f591a1ef42a791cb19089baacf05b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:55:42 +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 b39d05023..4e5e8e549 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'paperclip', '~> 5.3' gem 'pg', '0.20' gem 'rack', '~> 2.2.3.1' gem 'rails', '~> 5.2.8' -gem 'rails-html-sanitizer', '~> 1.4.3' +gem 'rails-html-sanitizer', '~> 1.4.4' gem 'ransack', github: 'activerecord-hackery/ransack' gem 'rbnacl', '~>3.2' gem 'rbnacl-libsodium' diff --git a/Gemfile.lock b/Gemfile.lock index daef54d10..13069bd34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,7 +265,7 @@ GEM actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) - loofah (2.18.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -314,7 +314,7 @@ GEM ast (~> 2.4.1) pg (0.20.0) public_suffix (4.0.6) - racc (1.6.0) + racc (1.6.1) rack (2.2.3.1) rack-test (2.0.2) rack (>= 1.3) @@ -338,8 +338,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) railties (5.2.8.1) actionpack (= 5.2.8.1) activesupport (= 5.2.8.1) @@ -530,7 +530,7 @@ DEPENDENCIES rack (~> 2.2.3.1) rails (~> 5.2.8) rails-controller-testing - rails-html-sanitizer (~> 1.4.3) + rails-html-sanitizer (~> 1.4.4) ransack! rbnacl (~> 3.2) rbnacl-libsodium