Skip to content

Commit d37a9cf

Browse files
authored
chore(deps): update docs to v1.25.4 (#4326)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | patch | `1.25.3` -> `1.25.4` | | | | lockFileMaintenance | All locks refreshed | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.25.4`](https://redirect.github.com/golang/go/compare/go1.25.3...go1.25.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 5c9221a commit d37a9cf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.3)
4+
activesupport (8.1.1)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
@@ -17,7 +17,6 @@ GEM
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
1919
base64 (0.3.0)
20-
benchmark (0.4.1)
2120
bigdecimal (3.3.1)
2221
coffee-script (2.4.1)
2322
coffee-script-source
@@ -28,24 +27,25 @@ GEM
2827
concurrent-ruby (1.3.5)
2928
connection_pool (2.5.4)
3029
csv (3.3.5)
31-
dnsruby (1.73.0)
30+
dnsruby (1.73.1)
3231
base64 (>= 0.2)
3332
logger (~> 1.6)
3433
simpleidn (~> 0.2.1)
3534
drb (2.2.3)
3635
em-websocket (0.5.3)
3736
eventmachine (>= 0.12.9)
3837
http_parser.rb (~> 0)
39-
ethon (0.17.0)
38+
ethon (0.18.0)
4039
ffi (>= 1.15.0)
40+
logger
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
4343
faraday (2.14.0)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
47-
faraday-net_http (3.4.1)
48-
net-http (>= 0.5.0)
47+
faraday-net_http (3.4.2)
48+
net-http (~> 0.5)
4949
ffi (1.17.2-x86_64-linux-gnu)
5050
forwardable-extended (2.6.0)
5151
gemoji (4.1.0)
@@ -217,7 +217,7 @@ GEM
217217
gemoji (>= 3, < 5)
218218
html-pipeline (~> 2.2)
219219
jekyll (>= 3.0, < 5.0)
220-
json (2.15.1)
220+
json (2.16.0)
221221
kramdown (2.4.0)
222222
rexml
223223
kramdown-parser-gfm (1.1.0)
@@ -232,8 +232,8 @@ GEM
232232
jekyll (>= 3.5, < 5.0)
233233
jekyll-feed (~> 0.9)
234234
jekyll-seo-tag (~> 2.1)
235-
minitest (5.26.0)
236-
net-http (0.6.0)
235+
minitest (5.26.1)
236+
net-http (0.7.0)
237237
uri
238238
nokogiri (1.18.10-x86_64-linux-gnu)
239239
racc (~> 1.4)
@@ -256,7 +256,7 @@ GEM
256256
sass-listen (4.0.0)
257257
rb-fsevent (~> 0.9, >= 0.9.4)
258258
rb-inotify (~> 0.9, >= 0.9.7)
259-
sawyer (0.9.2)
259+
sawyer (0.9.3)
260260
addressable (>= 2.3.5)
261261
faraday (>= 0.17.3, < 3)
262262
securerandom (0.4.1)
@@ -268,7 +268,7 @@ GEM
268268
tzinfo (2.0.6)
269269
concurrent-ruby (~> 1.0)
270270
unicode-display_width (1.8.0)
271-
uri (1.0.4)
271+
uri (1.1.1)
272272
webrick (1.9.1)
273273

274274
PLATFORMS

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module osv.dev/tools
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3

0 commit comments

Comments
 (0)