From f3a356d8795003408938e717691512aca559e8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:21:04 +0000 Subject: [PATCH] Bump sanitize from 6.1.3 to 7.0.0 Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.1.3 to 7.0.0. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/CHANGELOG.md) - [Commits](https://github.com/rgrove/sanitize/compare/v6.1.3...v7.0.0) --- updated-dependencies: - dependency-name: sanitize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 51b5b258d..bfc255271 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem "rails-assets-select2", "4.0.13", source: "https://rails-assets.org" # Selec gem "redis" gem "rss" gem "ruby-progressbar" -gem "sanitize", "~> 6.1.3" +gem "sanitize", "~> 7.0.0" gem "sass-rails" gem "scenic" gem "sidekiq" diff --git a/Gemfile.lock b/Gemfile.lock index f8a809dc8..1d3dc24dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -463,9 +463,9 @@ GEM ruby2_keywords (0.0.5) rufus-scheduler (3.9.1) fugit (~> 1.1, >= 1.1.6) - sanitize (6.1.3) + sanitize (7.0.0) crass (~> 1.0.2) - nokogiri (>= 1.12.0) + nokogiri (>= 1.16.8) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -611,7 +611,7 @@ DEPENDENCIES rspec-rails rss ruby-progressbar - sanitize (~> 6.1.3) + sanitize (~> 7.0.0) sass-rails scenic sidekiq