Skip to content

Commit 09f510f

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/stretchr/testify-1.9.0
2 parents d83aebd + 45811bf commit 09f510f

File tree

5 files changed

+30
-31
lines changed

5 files changed

+30
-31
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Use Node.js 12
20-
uses: actions/[email protected].1
20+
uses: actions/[email protected].2
2121
with:
2222
node-version: 12
2323

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module mittens
33
require (
44
github.com/andybalholm/brotli v1.1.0
55
github.com/fullstorydev/grpcurl v1.8.9
6-
github.com/golang/protobuf v1.5.3
6+
github.com/golang/protobuf v1.5.4
77
github.com/jhump/protoreflect v1.15.6
88
github.com/stretchr/testify v1.9.0
99
golang.org/x/net v0.20.0
@@ -18,7 +18,7 @@ require (
1818
golang.org/x/sys v0.16.0 // indirect
1919
golang.org/x/text v0.14.0 // indirect
2020
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
21-
google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1 // indirect
21+
google.golang.org/protobuf v1.33.0 // indirect
2222
gopkg.in/yaml.v3 v3.0.1 // indirect
2323
)
2424

go.sum

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/fullstorydev/grpcurl v1.8.9 h1:JMvZXK8lHDGyLmTQ0ZdGDnVVGuwjbpaumf8p42z0d+c=
88
github.com/fullstorydev/grpcurl v1.8.9/go.mod h1:PNNKevV5VNAV2loscyLISrEnWQI61eqR0F8l3bVadAA=
9-
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
10-
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
11-
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
12-
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
9+
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
10+
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
1311
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1412
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1513
github.com/jhump/protoreflect v1.15.6 h1:WMYJbw2Wo+KOWwZFvgY0jMoVHM6i4XIvRs2RcBj5VmI=
@@ -26,15 +24,12 @@ golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
2624
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2725
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
2826
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
29-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
3027
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 h1:Jyp0Hsi0bmHXG6k9eATXoYtjd6e2UzZ1SCn/wIupY14=
3128
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:oQ5rr10WTTMvP4A36n8JpR1OrO1BEiV4f78CneXZxkA=
3229
google.golang.org/grpc v1.61.0 h1:TOvOcuXn30kRao+gfcvsebNEa5iZIiLkisYEkf7R7o0=
3330
google.golang.org/grpc v1.61.0/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs=
34-
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
35-
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
36-
google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1 h1:fk72uXZyuZiTtW5tgd63jyVK6582lF61nRC/kGv6vCA=
37-
google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
31+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
32+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
3833
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
3934
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
4035
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"devDependencies": {
1414
"docusaurus": "1.14.7",
1515
"minimist": "1.2.8",
16-
"bl": "6.0.11"
16+
"bl": "6.0.12"
1717
}
1818
}

website/yarn.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,9 +1308,9 @@ bin-wrapper@^4.0.0:
13081308
os-filter-obj "^2.0.0"
13091309
pify "^4.0.1"
13101310

1311-
1312-
version "6.0.11"
1313-
resolved "https://registry.yarnpkg.com/bl/-/bl-6.0.11.tgz#e264651d5f4adaaedf1813c94642cb24d3d30aeb"
1311+
1312+
version "6.0.12"
1313+
resolved "https://registry.yarnpkg.com/bl/-/bl-6.0.12.tgz#77c35b96e13aeff028496c798b75389ddee9c7f8"
13141314
dependencies:
13151315
"@types/readable-stream" "^4.0.0"
13161316
buffer "^6.0.3"
@@ -1324,20 +1324,20 @@ bl@^1.0.0:
13241324
readable-stream "^2.3.5"
13251325
safe-buffer "^5.1.1"
13261326

1327-
1328-
version "1.20.1"
1329-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
1327+
1328+
version "1.20.2"
1329+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
13301330
dependencies:
13311331
bytes "3.1.2"
1332-
content-type "~1.0.4"
1332+
content-type "~1.0.5"
13331333
debug "2.6.9"
13341334
depd "2.0.0"
13351335
destroy "1.2.0"
13361336
http-errors "2.0.0"
13371337
iconv-lite "0.4.24"
13381338
on-finished "2.4.1"
13391339
qs "6.11.0"
1340-
raw-body "2.5.1"
1340+
raw-body "2.5.2"
13411341
type-is "~1.6.18"
13421342
unpipe "1.0.0"
13431343

@@ -1767,6 +1767,10 @@ content-type@~1.0.4:
17671767
version "1.0.4"
17681768
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz"
17691769

1770+
content-type@~1.0.5:
1771+
version "1.0.5"
1772+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
1773+
17701774
continuable-cache@^0.3.1:
17711775
version "0.3.1"
17721776
resolved "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz"
@@ -1783,9 +1787,9 @@ [email protected]:
17831787
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
17841788
integrity "sha1-4wOogrNCzD7oylE6eZmXNNqzriw= sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
17851789

1786-
cookie@0.5.0:
1787-
version "0.5.0"
1788-
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
1790+
cookie@0.6.0:
1791+
version "0.6.0"
1792+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
17891793

17901794
copy-descriptor@^0.1.0:
17911795
version "0.1.1"
@@ -2595,15 +2599,15 @@ expand-range@^1.8.1:
25952599
fill-range "^2.1.0"
25962600

25972601
express@^4.17.1:
2598-
version "4.18.2"
2599-
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
2602+
version "4.19.2"
2603+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
26002604
dependencies:
26012605
accepts "~1.3.8"
26022606
array-flatten "1.1.1"
2603-
body-parser "1.20.1"
2607+
body-parser "1.20.2"
26042608
content-disposition "0.5.4"
26052609
content-type "~1.0.4"
2606-
cookie "0.5.0"
2610+
cookie "0.6.0"
26072611
cookie-signature "1.0.6"
26082612
debug "2.6.9"
26092613
depd "2.0.0"
@@ -5189,9 +5193,9 @@ range-parser@~1.2.1:
51895193
version "1.2.1"
51905194
resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
51915195

5192-
5193-
version "2.5.1"
5194-
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"
5196+
5197+
version "2.5.2"
5198+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
51955199
dependencies:
51965200
bytes "3.1.2"
51975201
http-errors "2.0.0"

0 commit comments

Comments
 (0)