From 692cb4d0261b49cfaa934bc1cf87d9f4b0af0cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 01:24:38 +0000 Subject: [PATCH] Bump sanitize from 6.0.0 to 6.0.1 Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md) - [Commits](https://github.com/rgrove/sanitize/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: sanitize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ddba3d3..077d8d1 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'google_places', '~> 2.0.0' gem 'icalendar', '~> 2.8.0' gem 'linkeddata', '~> 3.2.0' gem 'tess_api_client', git: 'https://github.com/ElixirTeSS/TeSS_api_client', tag: '0.4.2' -gem 'sanitize', '~> 6.0.0' +gem 'sanitize', '~> 6.0.1' gem 'tess_rdf_extractors', git: 'https://github.com/ElixirTeSS/TeSS_RDF_Extractors' gem 'htmlentities', '~> 4.3.4' gem 'sitemap-parser', '~> 0.5.6' diff --git a/Gemfile.lock b/Gemfile.lock index dc1d411..ef100fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) multi_json (1.15.0) multi_xml (0.6.0) net-http-persistent (4.0.1) @@ -121,7 +121,7 @@ GEM psych (4.0.6) stringio public_suffix (5.0.0) - racc (1.6.0) + racc (1.6.2) rack (2.2.4) rdf (3.2.9) link_header (~> 0.0, >= 0.0.8) @@ -194,7 +194,7 @@ GEM reverse_markdown (2.1.1) nokogiri rexml (3.2.5) - sanitize (6.0.0) + sanitize (6.0.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) scanf (1.0.0) @@ -259,7 +259,7 @@ DEPENDENCIES nokogiri (~> 1.13.8) redcarpet (~> 3.5.1) reverse_markdown (~> 2.1.1) - sanitize (~> 6.0.0) + sanitize (~> 6.0.1) simple-rss (~> 1.3.3) sitemap-parser (~> 0.5.6) tess_api_client!