Skip to content

Commit 88ba72e

Browse files
Bump html-proofer from 5.0.9 to 5.0.10 (#179)
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-version: 5.0.10 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 b250e32 commit 88ba72e

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

Gemfile.lock

Lines changed: 19 additions & 17 deletions
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.1)
4+
Ascii85 (2.0.1)
55
activesupport (7.2.1)
66
base64
77
bigdecimal
@@ -16,13 +16,14 @@ GEM
1616
addressable (2.8.7)
1717
public_suffix (>= 2.0.2, < 7.0)
1818
afm (0.2.2)
19-
async (2.11.0)
20-
console (~> 1.25, >= 1.25.2)
19+
async (2.23.1)
20+
console (~> 1.29)
2121
fiber-annotation
22-
io-event (~> 1.5, >= 1.5.1)
23-
timers (~> 4.1)
22+
io-event (~> 1.9)
23+
metrics (~> 0.12)
24+
traces (~> 0.15)
2425
base64 (0.2.0)
25-
bigdecimal (3.1.8)
26+
bigdecimal (3.1.9)
2627
chef-utils (18.3.0)
2728
concurrent-ruby
2829
coffee-script (2.4.1)
@@ -33,7 +34,7 @@ GEM
3334
commonmarker (0.23.10)
3435
concurrent-ruby (1.3.4)
3536
connection_pool (2.4.1)
36-
console (1.25.2)
37+
console (1.30.2)
3738
fiber-annotation
3839
fiber-local (~> 1.1)
3940
json
@@ -53,11 +54,11 @@ GEM
5354
logger
5455
faraday-net_http (3.3.0)
5556
net-http
56-
ffi (1.17.0-x86_64-linux-gnu)
57+
ffi (1.17.1-x86_64-linux-gnu)
5758
fiber-annotation (0.2.0)
5859
fiber-local (1.1.0)
5960
fiber-storage
60-
fiber-storage (0.1.1)
61+
fiber-storage (1.0.0)
6162
forwardable-extended (2.6.0)
6263
gemoji (4.1.0)
6364
github-pages (232)
@@ -116,7 +117,7 @@ GEM
116117
html-pipeline (2.14.3)
117118
activesupport (>= 2)
118119
nokogiri (>= 1.4)
119-
html-proofer (5.0.9)
120+
html-proofer (5.0.10)
120121
addressable (~> 2.3)
121122
async (~> 2.1)
122123
nokogiri (~> 1.13)
@@ -128,7 +129,7 @@ GEM
128129
http_parser.rb (0.8.0)
129130
i18n (1.14.5)
130131
concurrent-ruby (~> 1.0)
131-
io-event (1.5.1)
132+
io-event (1.10.0)
132133
jekyll (3.10.0)
133134
addressable (~> 2.4)
134135
colorator (~> 1.0)
@@ -239,7 +240,7 @@ GEM
239240
gemoji (>= 3, < 5)
240241
html-pipeline (~> 2.2)
241242
jekyll (>= 3.0, < 5.0)
242-
json (2.7.2)
243+
json (2.10.2)
243244
kramdown (2.4.0)
244245
rexml
245246
kramdown-parser-gfm (1.1.0)
@@ -256,6 +257,7 @@ GEM
256257
mixlib-config (>= 2.2.1, < 4)
257258
mixlib-shellout
258259
mercenary (0.3.6)
260+
metrics (0.12.2)
259261
minima (2.5.1)
260262
jekyll (>= 3.5, < 5.0)
261263
jekyll-feed (~> 0.9)
@@ -268,15 +270,15 @@ GEM
268270
chef-utils
269271
net-http (0.4.1)
270272
uri
271-
nokogiri (1.18.4-x86_64-linux-gnu)
273+
nokogiri (1.18.7-x86_64-linux-gnu)
272274
racc (~> 1.4)
273275
octokit (4.25.1)
274276
faraday (>= 1, < 3)
275277
sawyer (~> 0.9)
276278
pathutil (0.16.2)
277279
forwardable-extended (~> 2.6)
278-
pdf-reader (2.12.0)
279-
Ascii85 (~> 1.0)
280+
pdf-reader (2.14.1)
281+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
280282
afm (~> 0.2.1)
281283
hashery (~> 2.0)
282284
ruby-rc4
@@ -304,8 +306,8 @@ GEM
304306
simpleidn (0.2.3)
305307
terminal-table (1.8.0)
306308
unicode-display_width (~> 1.1, >= 1.1.1)
307-
timers (4.3.5)
308309
tomlrb (2.0.3)
310+
traces (0.15.2)
309311
ttfunk (1.8.0)
310312
bigdecimal (~> 3.1)
311313
typhoeus (1.4.1)
@@ -316,7 +318,7 @@ GEM
316318
uri (0.13.1)
317319
webrick (1.9.1)
318320
yell (2.2.2)
319-
zeitwerk (2.6.15)
321+
zeitwerk (2.7.2)
320322

321323
PLATFORMS
322324
x86_64-linux

0 commit comments

Comments
 (0)