From 1cca74e26647e1141a3b285ab7c3f3b0f44f6d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 03:07:28 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.0.2 to 1.4.3 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.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.0.2...v1.4.3) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4904a2..352776d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: nocms-microsites (0.0.1) - config (~> 1.0.0) + config (>= 1.0.0, < 1.8.0) globalize (>= 4.0.0, < 5.3) rails (> 4.2, < 5.3) @@ -64,10 +64,11 @@ GEM json (>= 1.7) mime-types (>= 1.16) coderay (1.1.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) config (1.0.0) activesupport (>= 3.0) deep_merge (~> 1.0.0) + crass (1.0.6) database_cleaner (1.5.1) debug_inspector (0.0.2) deep_merge (1.0.1) @@ -88,17 +89,18 @@ GEM activerecord (>= 4.2.0, < 4.3) i18n (0.7.0) json (1.8.3) - loofah (2.0.3) + loofah (2.18.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.8.2) mime-types (2.99) - mini_mime (1.0.1) - mini_portile (0.6.2) + mini_mime (1.1.2) + mini_portile2 (2.1.0) minitest (5.8.3) - nokogiri (1.6.6.4) - mini_portile (~> 0.6.0) + nokogiri (1.6.8.1) + mini_portile2 (~> 2.1.0) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -133,8 +135,8 @@ GEM activesupport (>= 4.2.0.beta, < 5.0) nokogiri (~> 1.6.0) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.2) - loofah (~> 2.0) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) railties (4.2.5) actionpack (= 4.2.5) activesupport (= 4.2.5) @@ -167,10 +169,10 @@ GEM json simplecov slop (3.6.0) - sprockets (3.7.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0)