Skip to content

Commit 134f077

Browse files
[Dependency] Bump html-proofer from 3.19.4 to 5.0.9
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.4 to 5.0.9. - [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.0.9) --- updated-dependencies: - dependency-name: html-proofer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 168191c commit 134f077

File tree

2 files changed

+40
-10
lines changed

2 files changed

+40
-10
lines changed

Diff for: Gemfile

+1-1
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.8"
1111

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

1414
gem 'json'

Diff for: Gemfile.lock

+39-9
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
@@ -13,6 +14,13 @@ GEM
1314
tzinfo (~> 2.0)
1415
addressable (2.8.7)
1516
public_suffix (>= 2.0.2, < 7.0)
17+
afm (0.2.2)
18+
async (2.21.3)
19+
console (~> 1.29)
20+
fiber-annotation
21+
io-event (~> 1.7)
22+
metrics (~> 0.12)
23+
traces (~> 0.15)
1624
base64 (0.2.0)
1725
bigdecimal (3.1.8)
1826
coffee-script (2.4.1)
@@ -23,6 +31,10 @@ GEM
2331
commonmarker (0.23.10)
2432
concurrent-ruby (1.3.3)
2533
connection_pool (2.4.1)
34+
console (1.29.2)
35+
fiber-annotation
36+
fiber-local (~> 1.1)
37+
json
2638
csv (3.3.0)
2739
dnsruby (1.72.2)
2840
simpleidn (~> 0.2.1)
@@ -39,8 +51,12 @@ GEM
3951
logger
4052
faraday-net_http (3.1.1)
4153
net-http
42-
ffi (1.17.0-arm64-darwin)
43-
ffi (1.17.0-x86_64-linux-gnu)
54+
ffi (1.17.1-arm64-darwin)
55+
ffi (1.17.1-x86_64-linux-gnu)
56+
fiber-annotation (0.2.0)
57+
fiber-local (1.1.0)
58+
fiber-storage
59+
fiber-storage (1.0.0)
4460
forwardable-extended (2.6.0)
4561
gemoji (4.1.0)
4662
github-pages (232)
@@ -95,20 +111,23 @@ GEM
95111
octokit (>= 4, < 8)
96112
public_suffix (>= 3.0, < 6.0)
97113
typhoeus (~> 1.3)
114+
hashery (2.1.2)
98115
html-pipeline (2.14.3)
99116
activesupport (>= 2)
100117
nokogiri (>= 1.4)
101-
html-proofer (3.19.4)
118+
html-proofer (5.0.9)
102119
addressable (~> 2.3)
103-
mercenary (~> 0.3)
120+
async (~> 2.1)
104121
nokogiri (~> 1.13)
105-
parallel (~> 1.10)
122+
pdf-reader (~> 2.11)
106123
rainbow (~> 3.0)
107124
typhoeus (~> 1.3)
108125
yell (~> 2.0)
126+
zeitwerk (~> 2.5)
109127
http_parser.rb (0.8.0)
110128
i18n (1.14.5)
111129
concurrent-ruby (~> 1.0)
130+
io-event (1.8.4)
112131
jekyll (3.10.0)
113132
addressable (~> 2.4)
114133
colorator (~> 1.0)
@@ -230,6 +249,7 @@ GEM
230249
rb-inotify (~> 0.9, >= 0.9.10)
231250
logger (1.6.0)
232251
mercenary (0.3.6)
252+
metrics (0.12.1)
233253
minima (2.5.1)
234254
jekyll (>= 3.5, < 5.0)
235255
jekyll-feed (~> 0.9)
@@ -238,16 +258,21 @@ GEM
238258
mutex_m (0.2.0)
239259
net-http (0.4.1)
240260
uri
241-
nokogiri (1.16.7-arm64-darwin)
261+
nokogiri (1.18.2-arm64-darwin)
242262
racc (~> 1.4)
243-
nokogiri (1.16.7-x86_64-linux)
263+
nokogiri (1.18.2-x86_64-linux-gnu)
244264
racc (~> 1.4)
245265
octokit (4.25.1)
246266
faraday (>= 1, < 3)
247267
sawyer (~> 0.9)
248-
parallel (1.24.0)
249268
pathutil (0.16.2)
250269
forwardable-extended (~> 2.6)
270+
pdf-reader (2.14.1)
271+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
272+
afm (~> 0.2.1)
273+
hashery (~> 2.0)
274+
ruby-rc4
275+
ttfunk
251276
public_suffix (5.1.1)
252277
racc (1.8.1)
253278
rainbow (3.1.1)
@@ -257,6 +282,7 @@ GEM
257282
rexml (3.3.4)
258283
strscan
259284
rouge (3.30.0)
285+
ruby-rc4 (0.1.5)
260286
rubyzip (2.3.2)
261287
safe_yaml (1.0.5)
262288
sass (3.7.4)
@@ -271,6 +297,9 @@ GEM
271297
strscan (3.1.0)
272298
terminal-table (1.8.0)
273299
unicode-display_width (~> 1.1, >= 1.1.1)
300+
traces (0.15.2)
301+
ttfunk (1.8.0)
302+
bigdecimal (~> 3.1)
274303
typhoeus (1.4.1)
275304
ethon (>= 0.9.0)
276305
tzinfo (2.0.6)
@@ -279,6 +308,7 @@ GEM
279308
uri (0.13.0)
280309
webrick (1.8.1)
281310
yell (2.2.2)
311+
zeitwerk (2.7.1)
282312

283313
PLATFORMS
284314
arm64-darwin-22
@@ -287,7 +317,7 @@ PLATFORMS
287317

288318
DEPENDENCIES
289319
github-pages (= 232)
290-
html-proofer (~> 3.19.4)
320+
html-proofer (~> 5.0.9)
291321
json
292322
webrick (~> 1.8)
293323

0 commit comments

Comments
 (0)