Upgrade nokogiri to 1.16.5 to address CVE-2024-34459

This upgrade is not critical, because it addresses and xmllint issue
and nokogiri doesn't expose xmllint to us.

Fixes https://github.com/github/licensed/security/dependabot/11
This commit is contained in:
Kevin Dangoor 2024-10-03 14:17:23 +00:00
Родитель 0a5d84d6b3
Коммит cf3b27a6b3
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
---
name: nokogiri
version: 1.15.6
version: 1.16.5
type: bundler
summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
homepage: https://nokogiri.org

Просмотреть файл

@ -54,7 +54,7 @@ GEM
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
nokogiri (1.15.6)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (6.1.0)