Skip to content

Commit

Permalink
html-proofer: Update the dependencies (security, CVE-2020-7595)
Browse files Browse the repository at this point in the history
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: sparklemotion/nokogiri#1992

(cherry picked from commit ad0c620)
  • Loading branch information
primeos authored and dtzWill committed Feb 29, 2020
1 parent 26b40e5 commit 2597e51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/html-proofer/Gemfile.lock
Expand Up @@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.12.1)
ffi (1.12.2)
html-proofer (3.15.1)
addressable (~> 2.3)
mercenary (~> 0.3)
Expand All @@ -16,7 +16,7 @@ GEM
yell (~> 2.0)
mercenary (0.4.0)
mini_portile2 (2.4.0)
nokogiri (1.10.7)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
Expand All @@ -25,7 +25,7 @@ GEM
rainbow (3.0.0)
typhoeus (1.3.1)
ethon (>= 0.9.0)
yell (2.2.1)
yell (2.2.2)

PLATFORMS
ruby
Expand Down
12 changes: 6 additions & 6 deletions pkgs/tools/misc/html-proofer/gemset.nix
Expand Up @@ -26,10 +26,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0i2vxj3ryvih5y06mgsa19dwy8fpyx58byh5szp7m6i702p78rni";
sha256 = "10lfhahnnc91v63xpvk65apn61pib086zha3z5sp1xk9acfx12h4";
type = "gem";
};
version = "1.12.1";
version = "1.12.2";
};
html-proofer = {
dependencies = ["addressable" "mercenary" "nokogumbo" "parallel" "rainbow" "typhoeus" "yell"];
Expand Down Expand Up @@ -68,10 +68,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r0qpgf80h764k176yr63gqbs2z0xbsp8vlvs2a79d5r9vs83kln";
sha256 = "1yi8j8hwrlc3rg5v3w52gxndmwifyk7m732q9yfbal0qajqbh1h8";
type = "gem";
};
version = "1.10.7";
version = "1.10.8";
};
nokogumbo = {
dependencies = ["nokogiri"];
Expand Down Expand Up @@ -130,9 +130,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1r2kygdh193qdbjjwhfghzl9czj4jr9xrw3gqyg5hmvmn7lygjwm";
sha256 = "1g16kcdhdfvczn7x81jiq6afg3bdxmb73skqjyjlkp5nqcy6y5hx";
type = "gem";
};
version = "2.2.1";
version = "2.2.2";
};
}

0 comments on commit 2597e51

Please sign in to comment.