Skip to content

Commit f35638e

Browse files
Bump html-proofer from 5.0.10 to 5.1.1
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 5.0.10 to 5.1.1. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-proofer@v5.0.10...v5.1.1) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9278a2f commit f35638e

2 files changed

Lines changed: 25 additions & 21 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gem "jekyll-theme-chirpy", "~> 7.3"
66

7-
gem "html-proofer", "~> 5.0", group: :test
7+
gem "html-proofer", "~> 5.1", group: :test
88

99
platforms :mingw, :x64_mingw, :mswin, :jruby do
1010
gem "tzinfo", ">= 1", "< 3"

Gemfile.lock

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,37 @@ GEM
44
Ascii85 (2.0.1)
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
7-
afm (0.2.2)
8-
async (2.23.0)
7+
afm (1.0.0)
8+
async (2.34.0)
99
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.9)
11+
io-event (~> 1.11)
1212
metrics (~> 0.12)
13-
traces (~> 0.15)
13+
traces (~> 0.18)
1414
base64 (0.3.0)
15-
bigdecimal (3.2.2)
15+
benchmark (0.5.0)
16+
bigdecimal (3.3.1)
1617
colorator (1.1.0)
1718
concurrent-ruby (1.3.5)
18-
console (1.29.3)
19+
console (1.34.2)
1920
fiber-annotation
2021
fiber-local (~> 1.1)
2122
json
2223
csv (3.3.5)
2324
em-websocket (0.5.3)
2425
eventmachine (>= 0.12.9)
2526
http_parser.rb (~> 0)
26-
ethon (0.16.0)
27+
ethon (0.18.0)
2728
ffi (>= 1.15.0)
29+
logger
2830
eventmachine (1.2.7)
2931
ffi (1.17.2-aarch64-linux-gnu)
3032
ffi (1.17.2-arm64-darwin)
3133
ffi (1.17.2-x86_64-linux-gnu)
3234
fiber-annotation (0.2.0)
3335
fiber-local (1.1.0)
3436
fiber-storage
35-
fiber-storage (1.0.0)
37+
fiber-storage (1.0.1)
3638
forwardable-extended (2.6.0)
3739
google-protobuf (4.31.1-aarch64-linux-gnu)
3840
bigdecimal
@@ -44,9 +46,10 @@ GEM
4446
bigdecimal
4547
rake (>= 13)
4648
hashery (2.1.2)
47-
html-proofer (5.0.10)
49+
html-proofer (5.1.1)
4850
addressable (~> 2.3)
4951
async (~> 2.1)
52+
benchmark (~> 0.5)
5053
nokogiri (~> 1.13)
5154
pdf-reader (~> 2.11)
5255
rainbow (~> 3.0)
@@ -56,7 +59,7 @@ GEM
5659
http_parser.rb (0.8.0)
5760
i18n (1.14.7)
5861
concurrent-ruby (~> 1.0)
59-
io-event (1.9.0)
62+
io-event (1.14.2)
6063
jekyll (4.4.1)
6164
addressable (~> 2.4)
6265
base64 (~> 0.2)
@@ -96,7 +99,7 @@ GEM
9699
jekyll-sitemap (~> 1.4)
97100
jekyll-watch (2.2.1)
98101
listen (~> 3.0)
99-
json (2.10.1)
102+
json (2.16.0)
100103
kramdown (2.5.1)
101104
rexml (>= 3.3.9)
102105
kramdown-parser-gfm (1.1.0)
@@ -105,19 +108,20 @@ GEM
105108
listen (3.9.0)
106109
rb-fsevent (~> 0.10, >= 0.10.3)
107110
rb-inotify (~> 0.9, >= 0.9.10)
111+
logger (1.7.0)
108112
mercenary (0.4.0)
109-
metrics (0.12.1)
110-
nokogiri (1.18.3-aarch64-linux-gnu)
113+
metrics (0.15.0)
114+
nokogiri (1.18.10-aarch64-linux-gnu)
111115
racc (~> 1.4)
112-
nokogiri (1.18.3-arm64-darwin)
116+
nokogiri (1.18.10-arm64-darwin)
113117
racc (~> 1.4)
114-
nokogiri (1.18.3-x86_64-linux-gnu)
118+
nokogiri (1.18.10-x86_64-linux-gnu)
115119
racc (~> 1.4)
116120
pathutil (0.16.2)
117121
forwardable-extended (~> 2.6)
118-
pdf-reader (2.14.1)
122+
pdf-reader (2.15.0)
119123
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
120-
afm (~> 0.2.1)
124+
afm (>= 0.2.1, < 2)
121125
hashery (~> 2.0)
122126
ruby-rc4
123127
ttfunk
@@ -140,23 +144,23 @@ GEM
140144
google-protobuf (~> 4.31)
141145
terminal-table (3.0.2)
142146
unicode-display_width (>= 1.1.1, < 3)
143-
traces (0.15.2)
147+
traces (0.18.2)
144148
ttfunk (1.8.0)
145149
bigdecimal (~> 3.1)
146150
typhoeus (1.4.1)
147151
ethon (>= 0.9.0)
148152
unicode-display_width (2.6.0)
149153
webrick (1.9.1)
150154
yell (2.2.2)
151-
zeitwerk (2.6.18)
155+
zeitwerk (2.7.3)
152156

153157
PLATFORMS
154158
aarch64-linux
155159
arm64-darwin-23
156160
x86_64-linux
157161

158162
DEPENDENCIES
159-
html-proofer (~> 5.0)
163+
html-proofer (~> 5.1)
160164
jekyll-theme-chirpy (~> 7.3)
161165
tzinfo (>= 1, < 3)
162166
tzinfo-data

0 commit comments

Comments
 (0)