Skip to content

Commit eb1d64a

Browse files
Bump nokogiri from 1.16.6 to 1.18.3 (#163)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.6 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.6...v1.18.3) --- 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>
1 parent 3369cae commit eb1d64a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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 issues
20-
gem "nokogiri", "~> 1.16.5"
20+
gem "nokogiri", "~> 1.18.3"
2121
gem "rexml", "~> 3.3.9"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@ GEM
213213
minitest (5.22.3)
214214
net-http (0.4.1)
215215
uri
216-
nokogiri (1.16.6-x64-mingw-ucrt)
216+
nokogiri (1.18.3-x64-mingw-ucrt)
217217
racc (~> 1.4)
218-
nokogiri (1.16.6-x86_64-linux)
218+
nokogiri (1.18.3-x86_64-linux-gnu)
219219
racc (~> 1.4)
220220
octokit (4.25.1)
221221
faraday (>= 1, < 3)
222222
sawyer (~> 0.9)
223223
pathutil (0.16.2)
224224
forwardable-extended (~> 2.6)
225225
public_suffix (4.0.7)
226-
racc (1.7.3)
226+
racc (1.8.1)
227227
rb-fsevent (0.11.2)
228228
rb-inotify (0.10.1)
229229
ffi (~> 1.0)
@@ -267,7 +267,7 @@ DEPENDENCIES
267267
addressable (>= 2.8.0)
268268
commonmarker (>= 0.23.10)
269269
github-pages (~> 228)
270-
nokogiri (~> 1.16.5)
270+
nokogiri (~> 1.18.3)
271271
rexml (~> 3.3.9)
272272
tzinfo (~> 2.0.6)
273273
tzinfo-data

0 commit comments

Comments
 (0)