Skip to content

Commit dd8108a

Browse files
Bump nokogiri from 1.18.3 to 1.18.4 in /docs (#106)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.3 to 1.18.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.4) --- 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 aa08dda commit dd8108a

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.18.3"
20+
gem "nokogiri", "~> 1.18.4"
2121
gem "rexml", "~> 3.3.9"
2222
gem "commonmarker", ">= 0.23.10"
2323
gem "activesupport", "~> 7.0.7.1"

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.18.3-x64-mingw-ucrt)
214+
nokogiri (1.18.4-x64-mingw-ucrt)
215215
racc (~> 1.4)
216-
nokogiri (1.18.3-x86_64-linux-gnu)
216+
nokogiri (1.18.4-x86_64-linux-gnu)
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.18.3)
267+
nokogiri (~> 1.18.4)
268268
rexml (~> 3.3.9)
269269
tzinfo (~> 2.0.6)
270270
tzinfo-data

0 commit comments

Comments
 (0)