Skip to content

Commit bc7b143

Browse files
fix(deps): update docs
1 parent 7bac569 commit bc7b143

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2)
4+
activesupport (8.0.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -16,37 +16,37 @@ GEM
1616
uri (>= 0.13.1)
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
19-
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.9)
19+
base64 (0.3.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.3)
2222
coffee-script (2.4.1)
2323
coffee-script-source
2424
execjs
2525
coffee-script-source (1.12.2)
2626
colorator (1.1.0)
27-
commonmarker (0.23.11)
27+
commonmarker (0.23.12)
2828
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.0)
30-
csv (3.3.2)
31-
dnsruby (1.72.4)
32-
base64 (~> 0.2.0)
33-
logger (~> 1.6.5)
29+
connection_pool (2.5.4)
30+
csv (3.3.5)
31+
dnsruby (1.73.0)
32+
base64 (>= 0.2)
33+
logger (~> 1.6)
3434
simpleidn (~> 0.2.1)
35-
drb (2.2.1)
35+
drb (2.2.3)
3636
em-websocket (0.5.3)
3737
eventmachine (>= 0.12.9)
3838
http_parser.rb (~> 0)
39-
ethon (0.16.0)
39+
ethon (0.17.0)
4040
ffi (>= 1.15.0)
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
43-
faraday (2.12.2)
43+
faraday (2.14.0)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
47-
faraday-net_http (3.4.0)
47+
faraday-net_http (3.4.1)
4848
net-http (>= 0.5.0)
49-
ffi (1.17.1-x86_64-linux-gnu)
49+
ffi (1.17.2-x86_64-linux-gnu)
5050
forwardable-extended (2.6.0)
5151
gemoji (4.1.0)
5252
github-pages (232)
@@ -217,7 +217,7 @@ GEM
217217
gemoji (>= 3, < 5)
218218
html-pipeline (~> 2.2)
219219
jekyll (>= 3.0, < 5.0)
220-
json (2.10.2)
220+
json (2.15.0)
221221
kramdown (2.4.0)
222222
rexml
223223
kramdown-parser-gfm (1.1.0)
@@ -226,7 +226,7 @@ GEM
226226
listen (3.9.0)
227227
rb-fsevent (~> 0.10, >= 0.10.3)
228228
rb-inotify (~> 0.9, >= 0.9.10)
229-
logger (1.6.6)
229+
logger (1.7.0)
230230
mercenary (0.3.6)
231231
minima (2.5.1)
232232
jekyll (>= 3.5, < 5.0)
@@ -235,7 +235,7 @@ GEM
235235
minitest (5.25.5)
236236
net-http (0.6.0)
237237
uri
238-
nokogiri (1.18.5-x86_64-linux-gnu)
238+
nokogiri (1.18.10-x86_64-linux-gnu)
239239
racc (~> 1.4)
240240
octokit (4.25.1)
241241
faraday (>= 1, < 3)
@@ -247,7 +247,7 @@ GEM
247247
rb-fsevent (0.11.2)
248248
rb-inotify (0.11.1)
249249
ffi (~> 1.0)
250-
rexml (3.4.1)
250+
rexml (3.4.4)
251251
rouge (3.30.0)
252252
rubyzip (2.4.1)
253253
safe_yaml (1.0.5)

docs/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module osv.dev/tools
33
go 1.23.6
44

55
require (
6-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
6+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
77
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
8-
google.golang.org/protobuf v1.36.5
8+
google.golang.org/protobuf v1.36.10
99
)
1010

1111
require (

0 commit comments

Comments
 (0)