Skip to content

Commit b223614

Browse files
Bump nokogiri from 1.16.2 to 1.16.5 in /docs (#97)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08b2123 commit b223614

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
1818

1919
# Vulnerability fixes
20-
gem "nokogiri", "~> 1.16.2"
20+
gem "nokogiri", "~> 1.16.5"
2121
gem "commonmarker", ">= 0.23.10"
2222
gem "activesupport", "~> 7.0.7.1"
2323

docs/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ GEM
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213213
minitest (5.19.0)
214-
nokogiri (1.16.2-x64-mingw-ucrt)
214+
nokogiri (1.16.5-x64-mingw-ucrt)
215215
racc (~> 1.4)
216-
nokogiri (1.16.2-x86_64-linux)
216+
nokogiri (1.16.5-x86_64-linux)
217217
racc (~> 1.4)
218218
octokit (4.25.1)
219219
faraday (>= 1, < 3)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
activesupport (~> 7.0.7.1)
265265
commonmarker (>= 0.23.10)
266266
github-pages (~> 228)
267-
nokogiri (~> 1.16.2)
267+
nokogiri (~> 1.16.5)
268268
tzinfo (~> 2.0.6)
269269
tzinfo-data
270270
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)