Skip to content

Commit 6242309

Browse files
Bump nokogiri from 1.13.10 to 1.14.3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.10...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ea6a38 commit 6242309

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-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.13.10"
21+
gem "nokogiri", "~> 1.14.3"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.9"
2424
gem "activesupport", "~> 7.0.4.3"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ GEM
206206
rb-fsevent (~> 0.10, >= 0.10.3)
207207
rb-inotify (~> 0.9, >= 0.9.10)
208208
mercenary (0.3.6)
209-
mini_portile2 (2.8.1)
210209
minima (2.5.1)
211210
jekyll (>= 3.5, < 5.0)
212211
jekyll-feed (~> 0.9)
213212
jekyll-seo-tag (~> 2.1)
214213
minitest (5.18.0)
215-
nokogiri (1.13.10)
216-
mini_portile2 (~> 2.8.0)
214+
nokogiri (1.14.3-x64-mingw-ucrt)
215+
racc (~> 1.4)
216+
nokogiri (1.14.3-x86_64-linux)
217217
racc (~> 1.4)
218218
octokit (4.25.1)
219219
faraday (>= 1, < 3)
@@ -263,9 +263,9 @@ PLATFORMS
263263
DEPENDENCIES
264264
activesupport (~> 7.0.4.3)
265265
addressable (>= 2.8.0)
266-
commonmarker (>= 0.23.7)
266+
commonmarker (>= 0.23.9)
267267
github-pages (~> 228)
268-
nokogiri (~> 1.13.10)
268+
nokogiri (~> 1.14.3)
269269
tzinfo (~> 2.0.6)
270270
tzinfo-data
271271
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)