Skip to content

Commit 3fcd3e8

Browse files
committed
chore(deps): update all dependencies
1 parent c674736 commit 3fcd3e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GEM
2727
commonmarker (0.23.11)
2828
concurrent-ruby (1.3.5)
2929
connection_pool (2.4.1)
30-
csv (3.3.2)
30+
csv (3.3.4)
3131
dnsruby (1.72.3)
3232
base64 (~> 0.2.0)
3333
simpleidn (~> 0.2.1)
@@ -45,7 +45,7 @@ GEM
4545
logger
4646
faraday-net_http (3.4.0)
4747
net-http (>= 0.5.0)
48-
ffi (1.17.1)
48+
ffi (1.17.2)
4949
forwardable-extended (2.6.0)
5050
gemoji (4.1.0)
5151
github-pages (232)
@@ -248,7 +248,7 @@ GEM
248248
rb-fsevent (0.11.2)
249249
rb-inotify (0.11.1)
250250
ffi (~> 1.0)
251-
rexml (3.4.0)
251+
rexml (3.4.1)
252252
rouge (3.30.0)
253253
rubyzip (2.3.2)
254254
safe_yaml (1.0.5)

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.22
44

55
require (
66
bitbucket.org/creachadair/stringset v0.0.12
7-
cloud.google.com/go/longrunning v0.6.4
7+
cloud.google.com/go/longrunning v0.6.7
88
github.com/bmatcuk/doublestar/v4 v4.8.1
99
github.com/gertd/go-pluralize v0.2.1
10-
github.com/google/go-cmp v0.6.0
10+
github.com/google/go-cmp v0.7.0
1111
github.com/jhump/protoreflect v1.16.0
1212
github.com/lithammer/dedent v1.1.0
1313
github.com/olekukonko/tablewriter v0.0.5
14-
github.com/spf13/pflag v1.0.5
14+
github.com/spf13/pflag v1.0.6
1515
github.com/stoewer/go-strcase v1.3.0
16-
golang.org/x/text v0.21.0
17-
google.golang.org/genproto v0.0.0-20250124145028-65684f501c47
18-
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47
19-
google.golang.org/protobuf v1.36.4
16+
golang.org/x/text v0.25.0
17+
google.golang.org/genproto f936aa4a68b2
18+
google.golang.org/genproto/googleapis/api f936aa4a68b2
19+
google.golang.org/protobuf v1.36.6
2020
gopkg.in/yaml.v3 v3.0.1
2121
)
2222

0 commit comments

Comments
 (0)