Skip to content

Commit

Permalink
chore(deps): relax sanitize version to ~> 6.0 so CVE-2023-23627 can b…
Browse files Browse the repository at this point in the history
…e fixed
  • Loading branch information
bethesque committed Feb 1, 2023
1 parent b75ca5e commit aae03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-logic", "0.4.2" # Later version cases ArgumentError: wrong number of arguments
gem.add_runtime_dependency "table_print", "~> 1.5"
gem.add_runtime_dependency "semantic_logger", "~> 4.11"
gem.add_runtime_dependency "sanitize", "6.0"
gem.add_runtime_dependency "sanitize", "~> 6.0"
gem.add_runtime_dependency "wisper", "~> 2.0"
gem.add_runtime_dependency "anyway_config", "~> 2.1"
gem.add_runtime_dependency "request_store", "~> 1.5"
Expand Down

0 comments on commit aae03c9

Please sign in to comment.