Skip to content

Commit 57feca3

Browse files
Bump nokogiri from 1.14.5 to 1.16.2 (#154)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.5 to 1.16.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.14.5...v1.16.2) --- 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 2691814 commit 57feca3

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
1818

1919

2020
# Vulnerability issues
21-
gem "nokogiri", "~> 1.14.3"
21+
gem "nokogiri", "~> 1.16.2"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GEM
3131
faraday-net_http (>= 2.0, < 3.1)
3232
ruby2_keywords (>= 0.0.4)
3333
faraday-net_http (3.0.2)
34+
ffi (1.16.3)
3435
ffi (1.16.3-x64-mingw-ucrt)
3536
ffi (1.16.3-x64-mingw32)
3637
forwardable-extended (2.6.0)
@@ -209,22 +210,22 @@ GEM
209210
rb-fsevent (~> 0.10, >= 0.10.3)
210211
rb-inotify (~> 0.9, >= 0.9.10)
211212
mercenary (0.3.6)
213+
mini_portile2 (2.8.5)
212214
minima (2.5.1)
213215
jekyll (>= 3.5, < 5.0)
214216
jekyll-feed (~> 0.9)
215217
jekyll-seo-tag (~> 2.1)
216218
minitest (5.20.0)
217-
nokogiri (1.14.5-x64-mingw-ucrt)
218-
racc (~> 1.4)
219-
nokogiri (1.14.5-x64-mingw32)
219+
nokogiri (1.16.2)
220+
mini_portile2 (~> 2.8.2)
220221
racc (~> 1.4)
221222
octokit (4.25.1)
222223
faraday (>= 1, < 3)
223224
sawyer (~> 0.9)
224225
pathutil (0.16.2)
225226
forwardable-extended (~> 2.6)
226227
public_suffix (4.0.7)
227-
racc (1.7.1)
228+
racc (1.7.3)
228229
rb-fsevent (0.11.2)
229230
rb-inotify (0.10.1)
230231
ffi (~> 1.0)
@@ -253,6 +254,7 @@ GEM
253254
tzinfo (>= 1.0.0)
254255
unf (0.1.4)
255256
unf_ext
257+
unf_ext (0.0.8.2)
256258
unf_ext (0.0.8.2-x64-mingw-ucrt)
257259
unf_ext (0.0.8.2-x64-mingw32)
258260
unicode-display_width (1.8.0)
@@ -262,13 +264,14 @@ GEM
262264
PLATFORMS
263265
x64-mingw-ucrt
264266
x64-mingw32
267+
x86_64-linux
265268

266269
DEPENDENCIES
267270
activesupport (~> 7.0.7.1)
268271
addressable (>= 2.8.0)
269272
commonmarker (>= 0.23.10)
270273
github-pages (~> 228)
271-
nokogiri (~> 1.14.3)
274+
nokogiri (~> 1.16.2)
272275
tzinfo (~> 2.0.6)
273276
tzinfo-data
274277
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)