Version [danger-swiftlint](https://rubygems.org/gems/danger-swiftlint) 0.37.1 depends on [thor](https://rubygems.org/gems/thor) ~> 1.0.0. There is a[ security vulnerability](https://www.cvedetails.com/cve/CVE-2025-54314/) in thor < 1.4.0 that has been patched. Can you update your dependency so that we can resolve 1.4.0 or higher? [Specifying](https://github.com/ashfurrow/danger-ruby-swiftlint/blob/master/danger-swiftlint.gemspec) `~> 1.0` should enable upgrade. ``` spec.add_dependency 'thor', '~> 1.0' ``` Thanks!