Skip to content

Commit 290a85a

Browse files
Bump html-proofer from 5.0.9 to 5.0.10 (#388)
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 5.0.9 to 5.0.10. - [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.9...v5.0.10) --- updated-dependencies: - dependency-name: html-proofer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 084f99b commit 290a85a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

Gemfile.lock

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.0)
4+
Ascii85 (2.0.1)
55
activesupport (8.0.1)
66
base64
77
benchmark (>= 0.3)
@@ -18,11 +18,12 @@ GEM
1818
addressable (2.8.7)
1919
public_suffix (>= 2.0.2, < 7.0)
2020
afm (0.2.2)
21-
async (2.11.0)
22-
console (~> 1.25, >= 1.25.2)
21+
async (2.23.0)
22+
console (~> 1.29)
2323
fiber-annotation
24-
io-event (~> 1.5, >= 1.5.1)
25-
timers (~> 4.1)
24+
io-event (~> 1.9)
25+
metrics (~> 0.12)
26+
traces (~> 0.15)
2627
base64 (0.2.0)
2728
benchmark (0.4.0)
2829
bigdecimal (3.1.9)
@@ -34,7 +35,7 @@ GEM
3435
commonmarker (0.23.11)
3536
concurrent-ruby (1.3.5)
3637
connection_pool (2.5.0)
37-
console (1.25.2)
38+
console (1.29.3)
3839
fiber-annotation
3940
fiber-local (~> 1.1)
4041
json
@@ -60,7 +61,7 @@ GEM
6061
fiber-annotation (0.2.0)
6162
fiber-local (1.1.0)
6263
fiber-storage
63-
fiber-storage (0.1.0)
64+
fiber-storage (1.0.0)
6465
forwardable-extended (2.6.0)
6566
gemoji (4.1.0)
6667
github-pages (232)
@@ -119,7 +120,7 @@ GEM
119120
html-pipeline (2.14.3)
120121
activesupport (>= 2)
121122
nokogiri (>= 1.4)
122-
html-proofer (5.0.9)
123+
html-proofer (5.0.10)
123124
addressable (~> 2.3)
124125
async (~> 2.1)
125126
nokogiri (~> 1.13)
@@ -131,7 +132,7 @@ GEM
131132
http_parser.rb (0.8.0)
132133
i18n (1.14.7)
133134
concurrent-ruby (~> 1.0)
134-
io-event (1.5.1)
135+
io-event (1.9.0)
135136
jekyll (3.10.0)
136137
addressable (~> 2.4)
137138
colorator (~> 1.0)
@@ -242,7 +243,7 @@ GEM
242243
gemoji (>= 3, < 5)
243244
html-pipeline (~> 2.2)
244245
jekyll (>= 3.0, < 5.0)
245-
json (2.7.2)
246+
json (2.10.1)
246247
kramdown (2.4.0)
247248
rexml
248249
kramdown-parser-gfm (1.1.0)
@@ -253,6 +254,7 @@ GEM
253254
rb-inotify (~> 0.9, >= 0.9.10)
254255
logger (1.6.6)
255256
mercenary (0.3.6)
257+
metrics (0.12.1)
256258
minima (2.5.1)
257259
jekyll (>= 3.5, < 5.0)
258260
jekyll-feed (~> 0.9)
@@ -267,8 +269,8 @@ GEM
267269
sawyer (~> 0.9)
268270
pathutil (0.16.2)
269271
forwardable-extended (~> 2.6)
270-
pdf-reader (2.12.0)
271-
Ascii85 (~> 1.0)
272+
pdf-reader (2.14.1)
273+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
272274
afm (~> 0.2.1)
273275
hashery (~> 2.0)
274276
ruby-rc4
@@ -296,7 +298,7 @@ GEM
296298
simpleidn (0.2.3)
297299
terminal-table (1.8.0)
298300
unicode-display_width (~> 1.1, >= 1.1.1)
299-
timers (4.3.5)
301+
traces (0.15.2)
300302
ttfunk (1.8.0)
301303
bigdecimal (~> 3.1)
302304
typhoeus (1.4.1)
@@ -307,7 +309,7 @@ GEM
307309
uri (1.0.2)
308310
webrick (1.9.1)
309311
yell (2.2.2)
310-
zeitwerk (2.6.13)
312+
zeitwerk (2.7.2)
311313

312314
PLATFORMS
313315
x86_64-linux

0 commit comments

Comments
 (0)