Skip to content

Commit 765295e

Browse files
[Dependency] Bump html-proofer from 3.19.4 to 5.2.1
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.4 to 5.2.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@v3.19.4...v5.2.1) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7ee3d6 commit 765295e

File tree

2 files changed

+52
-19
lines changed

2 files changed

+52
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
99

1010
gem "webrick", "~> 1.9"
1111

12-
gem 'html-proofer', "~> 3.19.4"
12+
gem 'html-proofer', "~> 5.2.1"
1313

1414
gem 'json'

Gemfile.lock

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (2.0.1)
45
activesupport (7.1.3.4)
56
base64
67
bigdecimal
@@ -11,9 +12,17 @@ GEM
1112
minitest (>= 5.1)
1213
mutex_m
1314
tzinfo (~> 2.0)
14-
addressable (2.8.7)
15-
public_suffix (>= 2.0.2, < 7.0)
15+
addressable (2.9.0)
16+
public_suffix (>= 2.0.2, < 8.0)
17+
afm (1.0.0)
18+
async (2.39.0)
19+
console (~> 1.29)
20+
fiber-annotation
21+
io-event (~> 1.11)
22+
metrics (~> 0.12)
23+
traces (~> 0.18)
1624
base64 (0.2.0)
25+
benchmark (0.5.0)
1726
bigdecimal (3.1.8)
1827
coffee-script (2.4.1)
1928
coffee-script-source
@@ -23,26 +32,35 @@ GEM
2332
commonmarker (0.23.10)
2433
concurrent-ruby (1.3.3)
2534
connection_pool (2.4.1)
35+
console (1.34.3)
36+
fiber-annotation
37+
fiber-local (~> 1.1)
38+
json
2639
csv (3.3.0)
2740
dnsruby (1.72.2)
2841
simpleidn (~> 0.2.1)
2942
drb (2.2.1)
3043
em-websocket (0.5.3)
3144
eventmachine (>= 0.12.9)
3245
http_parser.rb (~> 0)
33-
ethon (0.16.0)
46+
ethon (0.18.0)
3447
ffi (>= 1.15.0)
48+
logger
3549
eventmachine (1.2.7)
3650
execjs (2.9.1)
3751
faraday (2.10.1)
3852
faraday-net_http (>= 2.0, < 3.2)
3953
logger
4054
faraday-net_http (3.1.1)
4155
net-http
42-
ffi (1.17.2-aarch64-linux-gnu)
43-
ffi (1.17.2-arm64-darwin)
44-
ffi (1.17.2-x64-mingw-ucrt)
45-
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.4-aarch64-linux-gnu)
57+
ffi (1.17.4-arm64-darwin)
58+
ffi (1.17.4-x64-mingw-ucrt)
59+
ffi (1.17.4-x86_64-linux-gnu)
60+
fiber-annotation (0.2.0)
61+
fiber-local (1.1.0)
62+
fiber-storage
63+
fiber-storage (1.0.1)
4664
forwardable-extended (2.6.0)
4765
gemoji (4.1.0)
4866
github-pages (232)
@@ -97,20 +115,24 @@ GEM
97115
octokit (>= 4, < 8)
98116
public_suffix (>= 3.0, < 6.0)
99117
typhoeus (~> 1.3)
118+
hashery (2.1.2)
100119
html-pipeline (2.14.3)
101120
activesupport (>= 2)
102121
nokogiri (>= 1.4)
103-
html-proofer (3.19.4)
122+
html-proofer (5.2.1)
104123
addressable (~> 2.3)
105-
mercenary (~> 0.3)
124+
async (~> 2.1)
125+
benchmark (~> 0.5)
106126
nokogiri (~> 1.13)
107-
parallel (~> 1.10)
127+
pdf-reader (~> 2.11)
108128
rainbow (~> 3.0)
109129
typhoeus (~> 1.3)
110130
yell (~> 2.0)
131+
zeitwerk (~> 2.5)
111132
http_parser.rb (0.8.0)
112133
i18n (1.14.5)
113134
concurrent-ruby (~> 1.0)
135+
io-event (1.15.1)
114136
jekyll (3.10.0)
115137
addressable (~> 2.4)
116138
colorator (~> 1.0)
@@ -232,6 +254,7 @@ GEM
232254
rb-inotify (~> 0.9, >= 0.9.10)
233255
logger (1.6.0)
234256
mercenary (0.3.6)
257+
metrics (0.15.0)
235258
minima (2.5.1)
236259
jekyll (>= 3.5, < 5.0)
237260
jekyll-feed (~> 0.9)
@@ -240,20 +263,25 @@ GEM
240263
mutex_m (0.2.0)
241264
net-http (0.4.1)
242265
uri
243-
nokogiri (1.18.9-aarch64-linux-gnu)
266+
nokogiri (1.19.2-aarch64-linux-gnu)
244267
racc (~> 1.4)
245-
nokogiri (1.18.9-arm64-darwin)
268+
nokogiri (1.19.2-arm64-darwin)
246269
racc (~> 1.4)
247-
nokogiri (1.18.9-x64-mingw-ucrt)
270+
nokogiri (1.19.2-x64-mingw-ucrt)
248271
racc (~> 1.4)
249-
nokogiri (1.18.9-x86_64-linux-gnu)
272+
nokogiri (1.19.2-x86_64-linux-gnu)
250273
racc (~> 1.4)
251274
octokit (4.25.1)
252275
faraday (>= 1, < 3)
253276
sawyer (~> 0.9)
254-
parallel (1.24.0)
255277
pathutil (0.16.2)
256278
forwardable-extended (~> 2.6)
279+
pdf-reader (2.15.1)
280+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
281+
afm (>= 0.2.1, < 2)
282+
hashery (~> 2.0)
283+
ruby-rc4
284+
ttfunk
257285
public_suffix (5.1.1)
258286
racc (1.8.1)
259287
rainbow (3.1.1)
@@ -263,6 +291,7 @@ GEM
263291
rexml (3.3.4)
264292
strscan
265293
rouge (3.30.0)
294+
ruby-rc4 (0.1.5)
266295
rubyzip (2.3.2)
267296
safe_yaml (1.0.5)
268297
sass (3.7.4)
@@ -277,14 +306,18 @@ GEM
277306
strscan (3.1.0)
278307
terminal-table (1.8.0)
279308
unicode-display_width (~> 1.1, >= 1.1.1)
280-
typhoeus (1.4.1)
281-
ethon (>= 0.9.0)
309+
traces (0.18.2)
310+
ttfunk (1.8.0)
311+
bigdecimal (~> 3.1)
312+
typhoeus (1.6.0)
313+
ethon (>= 0.18.0)
282314
tzinfo (2.0.6)
283315
concurrent-ruby (~> 1.0)
284316
unicode-display_width (1.8.0)
285317
uri (0.13.0)
286318
webrick (1.9.2)
287319
yell (2.2.2)
320+
zeitwerk (2.7.5)
288321

289322
PLATFORMS
290323
aarch64-linux-gnu
@@ -296,7 +329,7 @@ PLATFORMS
296329

297330
DEPENDENCIES
298331
github-pages (= 232)
299-
html-proofer (~> 3.19.4)
332+
html-proofer (~> 5.2.1)
300333
json
301334
webrick (~> 1.9)
302335

0 commit comments

Comments
 (0)