Bump nokogiri from 1.15.6 to 1.16.5 (#7555)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.6...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-13 17:05:03 -07:00 коммит произвёл GitHub
Родитель 550400a058
Коммит cf6fc53344
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -4,7 +4,7 @@ source "https://rubygems.org"
gem "github-pages", ">= 231", group: [:jekyll_plugins]
# Force certain dependencies that may be upgraded to an unsupported version for Ruby 2.7 otherwise.
gem "nokogiri", "~> 1.15.6"
gem "nokogiri", "~> 1.16.5"
gem "webrick", "~> 1.8"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

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

@ -215,14 +215,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.22.3)
mutex_m (0.2.0)
nokogiri (1.15.6)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
@ -267,7 +267,7 @@ PLATFORMS
DEPENDENCIES
github-pages (>= 231)
nokogiri (~> 1.15.6)
nokogiri (~> 1.16.5)
tzinfo-data
webrick (~> 1.8)