From 4304d826a82cc9bbbf60163477915de89c1150dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 02:14:21 +0000 Subject: [PATCH] fix: Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3052880 --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d11a6101d312..33813d4f7f40 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.2) - mini_portile2 (~> 2.3.0) - nokogiri (1.8.2-x64-mingw32) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.8.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.9-x64-mingw32) + racc (~> 1.4) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (3.0.2) + racc (1.6.0) 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.2 + 1.17.3