From de0b9285b6aa8c102c21994545571fb59478ba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 02:34:03 +0000 Subject: [PATCH] Bump rails-html-sanitizer in /examples/rails-custom-login-page Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.4 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.4...v1.4.3) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/rails-custom-login-page/Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/examples/rails-custom-login-page/Gemfile.lock b/examples/rails-custom-login-page/Gemfile.lock index 4f83961..a68a5a9 100644 --- a/examples/rails-custom-login-page/Gemfile.lock +++ b/examples/rails-custom-login-page/Gemfile.lock @@ -61,7 +61,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - crass (1.0.5) + crass (1.0.6) erubi (1.7.1) execjs (2.7.0) ffi (1.11.1) @@ -83,7 +83,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.3.1) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) @@ -93,18 +93,20 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.1104) mini_mime (1.0.0) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.11.3) multi_json (1.13.1) multi_xml (0.6.0) nio4r (2.3.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) onelogin (1.6.0) httparty (>= 0.13.7) nokogiri (>= 1.6.3.1) public_suffix (3.0.2) puma (3.12.2) + racc (1.6.0) rack (2.0.8) rack-test (0.8.3) rack (>= 1.0, < 3) @@ -123,8 +125,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) railties (5.1.5) actionpack (= 5.1.5) activesupport (= 5.1.5) @@ -195,7 +197,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) - onelogin (~> 1.5.0) + onelogin (~> 1.6.0) puma (~> 3.12) rails (~> 5.1.4) sass-rails (~> 5.0)