Skip to content

Commit 4774429

Browse files
chore(deps): bump html-proofer from 5.0.9 to 5.0.10 (#141)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7848bf commit 4774429

1 file changed

Lines changed: 29 additions & 19 deletions

File tree

Gemfile.lock

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.1)
4+
Ascii85 (2.0.1)
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
88
ast (2.4.2)
9-
async (2.11.0)
10-
console (~> 1.25, >= 1.25.2)
9+
async (2.23.0)
10+
console (~> 1.29)
1111
fiber-annotation
12-
io-event (~> 1.5, >= 1.5.1)
13-
timers (~> 4.1)
12+
io-event (~> 1.9)
13+
metrics (~> 0.12)
14+
traces (~> 0.15)
1415
base64 (0.2.0)
1516
bigdecimal (3.1.9)
1617
colorator (1.1.0)
1718
concurrent-ruby (1.3.5)
18-
console (1.25.2)
19+
console (1.29.3)
1920
fiber-annotation
2021
fiber-local (~> 1.1)
2122
json
@@ -45,7 +46,7 @@ GEM
4546
fiber-annotation (0.2.0)
4647
fiber-local (1.1.0)
4748
fiber-storage
48-
fiber-storage (0.1.0)
49+
fiber-storage (1.0.0)
4950
forwardable-extended (2.6.0)
5051
google-protobuf (4.29.3)
5152
bigdecimal
@@ -66,7 +67,7 @@ GEM
6667
bigdecimal
6768
rake (>= 13)
6869
hashery (2.1.2)
69-
html-proofer (5.0.9)
70+
html-proofer (5.0.10)
7071
addressable (~> 2.3)
7172
async (~> 2.1)
7273
nokogiri (~> 1.13)
@@ -78,7 +79,7 @@ GEM
7879
http_parser.rb (0.8.0)
7980
i18n (1.14.7)
8081
concurrent-ruby (~> 1.0)
81-
io-event (1.5.1)
82+
io-event (1.9.0)
8283
jekyll (4.4.1)
8384
addressable (~> 2.4)
8485
base64 (~> 0.2)
@@ -115,28 +116,37 @@ GEM
115116
rb-inotify (~> 0.9, >= 0.9.10)
116117
logger (1.6.3)
117118
mercenary (0.4.0)
119+
metrics (0.12.1)
120+
mini_portile2 (2.8.8)
118121
net-http (0.6.0)
119122
uri
120-
nokogiri (1.16.5-aarch64-linux)
123+
nokogiri (1.18.3)
124+
mini_portile2 (~> 2.8.2)
121125
racc (~> 1.4)
122-
nokogiri (1.16.5-arm-linux)
126+
nokogiri (1.18.3-aarch64-linux-gnu)
123127
racc (~> 1.4)
124-
nokogiri (1.16.5-arm64-darwin)
128+
nokogiri (1.18.3-aarch64-linux-musl)
125129
racc (~> 1.4)
126-
nokogiri (1.16.5-x86-linux)
130+
nokogiri (1.18.3-arm-linux-gnu)
127131
racc (~> 1.4)
128-
nokogiri (1.16.5-x86_64-darwin)
132+
nokogiri (1.18.3-arm-linux-musl)
129133
racc (~> 1.4)
130-
nokogiri (1.16.5-x86_64-linux)
134+
nokogiri (1.18.3-arm64-darwin)
135+
racc (~> 1.4)
136+
nokogiri (1.18.3-x86_64-darwin)
137+
racc (~> 1.4)
138+
nokogiri (1.18.3-x86_64-linux-gnu)
139+
racc (~> 1.4)
140+
nokogiri (1.18.3-x86_64-linux-musl)
131141
racc (~> 1.4)
132142
parallel (1.26.3)
133143
parser (3.3.7.1)
134144
ast (~> 2.4.1)
135145
racc
136146
pathutil (0.16.2)
137147
forwardable-extended (~> 2.6)
138-
pdf-reader (2.12.0)
139-
Ascii85 (~> 1.0)
148+
pdf-reader (2.14.1)
149+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
140150
afm (~> 0.2.1)
141151
hashery (~> 2.0)
142152
ruby-rc4
@@ -191,7 +201,7 @@ GEM
191201
google-protobuf (~> 4.29)
192202
terminal-table (3.0.2)
193203
unicode-display_width (>= 1.1.1, < 3)
194-
timers (4.3.5)
204+
traces (0.15.2)
195205
ttfunk (1.8.0)
196206
bigdecimal (~> 3.1)
197207
typhoeus (1.4.1)
@@ -200,7 +210,7 @@ GEM
200210
uri (1.0.2)
201211
webrick (1.9.1)
202212
yell (2.2.2)
203-
zeitwerk (2.6.13)
213+
zeitwerk (2.7.2)
204214

205215
PLATFORMS
206216
aarch64-linux

0 commit comments

Comments
 (0)