Skip to content

Commit 3d4f9ba

Browse files
Bump nokogiri from 1.18.6 to 1.18.8 (#9358)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.6 to 1.18.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.6...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 1dbc437 commit 3d4f9ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "kramdown-parser-gfm"
1111
gem 'liquid-c', '~> 4.0.1'
1212
gem 'htmlcompressor'
1313
gem 'htmlentities', '~> 4.3', '>= 4.3.4'
14-
gem 'nokogiri', '~> 1.18.3'
14+
gem 'nokogiri', '~> 1.18.8'
1515

1616
group :jekyll_plugins do
1717
gem 'jekyll-sitemap'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
multi_xml (0.7.1)
132132
bigdecimal (~> 3.1)
133133
multipart-post (2.1.1)
134-
nokogiri (1.18.6)
134+
nokogiri (1.18.8)
135135
mini_portile2 (~> 2.8.2)
136136
racc (~> 1.4)
137137
octokit (4.20.0)
@@ -202,7 +202,7 @@ DEPENDENCIES
202202
jekyll-sitemap
203203
kramdown-parser-gfm
204204
liquid-c (~> 4.0.1)
205-
nokogiri (~> 1.18.3)
205+
nokogiri (~> 1.18.8)
206206
pronto
207207
pronto-markdownlint
208208
rake

0 commit comments

Comments
 (0)