Skip to content

Commit aa08dda

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: 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.5"
20+
gem "nokogiri", "~> 1.18.3"
2121
gem "rexml", "~> 3.3.9"
2222
gem "commonmarker", ">= 0.23.10"
2323
gem "activesupport", "~> 7.0.7.1"

Diff for: docs/Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -211,17 +211,17 @@ GEM
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213213
minitest (5.19.0)
214-
nokogiri (1.16.5-x64-mingw-ucrt)
214+
nokogiri (1.18.3-x64-mingw-ucrt)
215215
racc (~> 1.4)
216-
nokogiri (1.16.5-x86_64-linux)
216+
nokogiri (1.18.3-x86_64-linux-gnu)
217217
racc (~> 1.4)
218218
octokit (4.25.1)
219219
faraday (>= 1, < 3)
220220
sawyer (~> 0.9)
221221
pathutil (0.16.2)
222222
forwardable-extended (~> 2.6)
223223
public_suffix (4.0.7)
224-
racc (1.7.3)
224+
racc (1.8.1)
225225
rb-fsevent (0.11.2)
226226
rb-inotify (0.10.1)
227227
ffi (~> 1.0)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
activesupport (~> 7.0.7.1)
265265
commonmarker (>= 0.23.10)
266266
github-pages (~> 228)
267-
nokogiri (~> 1.16.5)
267+
nokogiri (~> 1.18.3)
268268
rexml (~> 3.3.9)
269269
tzinfo (~> 2.0.6)
270270
tzinfo-data

0 commit comments

Comments
 (0)