From bbf4fb485ffd4f5d92e6223d433c0298cf7f5585 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 22:47:14 +0000 Subject: [PATCH] fix: Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1293239 --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 744f9b355c65..c5a7b3aa56c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,14 +46,16 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.3.0) - nokogiri (1.8.4) - mini_portile2 (~> 2.3.0) - nokogiri (1.8.4-x64-mingw32) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.5.1) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + nokogiri (1.11.4-x64-mingw32) + racc (~> 1.4) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (3.0.3) + racc (1.5.2) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -77,4 +79,4 @@ DEPENDENCIES jekyll-toc (~> 0.6.0) BUNDLED WITH - 1.16.3 + 1.17.3