From 66c6ad688333971d2211c7052394b39b3e3c3130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:24:31 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.3.0 to 1.4.4 in /hailstorm-api Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 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.3.0...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- hailstorm-api/Gemfile.lock | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/hailstorm-api/Gemfile.lock b/hailstorm-api/Gemfile.lock index 24d1390a..63ccbc82 100644 --- a/hailstorm-api/Gemfile.lock +++ b/hailstorm-api/Gemfile.lock @@ -71,14 +71,17 @@ GEM concurrent-ruby (~> 1.0) jdbc-mysql (5.1.47) jmespath (1.4.0) + json (2.3.1) json (2.3.1-java) + linecache (1.3.1) linecache (1.3.1-java) - loofah (2.10.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) + mini_portile2 (2.4.0) minitest (5.14.1) multi_xml (0.6.0) mustermann (1.1.1) @@ -86,11 +89,16 @@ GEM net-sftp (3.0.0) net-ssh (>= 5.0.0, < 7.0.0) net-ssh (5.0.2) + nio4r (2.5.2) nio4r (2.5.2-java) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) nokogiri (1.10.10-java) parallel (1.19.2) parser (2.7.1.4) ast (~> 2.4.1) + puma (4.3.3) + nio4r (~> 2.0) puma (4.3.3-java) nio4r (~> 2.0) rack (2.2.3) @@ -101,8 +109,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) rainbow (3.0.0) rake (13.0.1) redis (4.1.3) @@ -162,6 +170,7 @@ PLATFORMS java universal-java-1.8 universal-java-11 + x86_64-linux DEPENDENCIES activerecord-jdbcmysql-adapter (~> 60.2)