chore(web): update deps
This commit is contained in:
parent
a6abb38810
commit
1bcdb83041
|
@ -4,7 +4,7 @@ GEM
|
|||
addressable (2.8.6)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.2.2)
|
||||
concurrent-ruby (1.2.3)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
|
@ -13,6 +13,11 @@ GEM
|
|||
eventmachine (1.2.7)
|
||||
ffi (1.16.3)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (3.25.2)
|
||||
google-protobuf (3.25.2-aarch64-linux)
|
||||
google-protobuf (3.25.2-arm64-darwin)
|
||||
google-protobuf (3.25.2-x86-linux)
|
||||
google-protobuf (3.25.2-x86_64-darwin)
|
||||
google-protobuf (3.25.2-x86_64-linux)
|
||||
html-proofer (4.4.3)
|
||||
addressable (~> 2.3)
|
||||
|
@ -23,7 +28,7 @@ GEM
|
|||
typhoeus (~> 1.3)
|
||||
yell (~> 2.0)
|
||||
zeitwerk (~> 2.5)
|
||||
http_parser.rb (0.6.0)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.3.3)
|
||||
|
@ -74,6 +79,16 @@ GEM
|
|||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
nokogiri (1.16.0-aarch64-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-arm-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-x86-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-x86_64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
parallel (1.24.0)
|
||||
|
@ -88,8 +103,26 @@ GEM
|
|||
rexml (3.2.6)
|
||||
rouge (4.2.0)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.69.7-aarch64-linux-gnu)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-aarch64-linux-musl)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-arm-linux-gnueabihf)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-arm-linux-musleabihf)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-arm64-darwin)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-x86-linux-gnu)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-x86-linux-musl)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-x86_64-darwin)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-x86_64-linux-gnu)
|
||||
google-protobuf (~> 3.25)
|
||||
sass-embedded (1.69.7-x86_64-linux-musl)
|
||||
google-protobuf (~> 3.25)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
typhoeus (1.4.1)
|
||||
|
@ -100,7 +133,19 @@ GEM
|
|||
zeitwerk (2.6.12)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
aarch64-linux
|
||||
aarch64-linux-gnu
|
||||
aarch64-linux-musl
|
||||
arm-linux
|
||||
arm-linux-gnueabihf
|
||||
arm-linux-musleabihf
|
||||
arm64-darwin
|
||||
x86-linux
|
||||
x86-linux-gnu
|
||||
x86-linux-musl
|
||||
x86_64-darwin
|
||||
x86_64-linux-gnu
|
||||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
html-proofer (~> 4.4)
|
||||
|
@ -111,4 +156,4 @@ DEPENDENCIES
|
|||
wdm (~> 0.1.1)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.22
|
||||
2.5.3
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "sha256-ql0Rf1annFrlhaPF/s96xPTNsSjQbM44SCBmE53DaEY=";
|
||||
outputHash = "sha256-TEpo7m4a257kAFxCCx51PRZBRF4Fk6ItX+6t4GEp6Zs=";
|
||||
};
|
||||
|
||||
deps = stdenvNoCC.mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue