Bump @protobuf-ts/grpc-transport from 2.8.1 to 2.9.4

Bumps [@protobuf-ts/grpc-transport](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/grpc-transport) from 2.8.1 to 2.9.4.
- [Release notes](https://github.com/timostamm/protobuf-ts/releases)
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.4/packages/grpc-transport)

---
updated-dependencies:
- dependency-name: "@protobuf-ts/grpc-transport"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-27 17:19:03 +00:00 committed by GitHub
parent 288e9791c5
commit af1df1a000
2 changed files with 5350 additions and 5350 deletions

26
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "Affero GPLv3", "license": "Affero GPLv3",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.8.22", "@grpc/grpc-js": "^1.8.22",
"@protobuf-ts/grpc-transport": "^2.5.0", "@protobuf-ts/grpc-transport": "^2.9.4",
"@protobuf-ts/plugin": "^2.5.0", "@protobuf-ts/plugin": "^2.5.0",
"@protobuf-ts/runtime": "^2.5.0", "@protobuf-ts/runtime": "^2.5.0",
"@stablelib/xchacha20": "^1.0.1", "@stablelib/xchacha20": "^1.0.1",
@ -273,12 +273,12 @@
} }
}, },
"node_modules/@protobuf-ts/grpc-transport": { "node_modules/@protobuf-ts/grpc-transport": {
"version": "2.8.1", "version": "2.9.4",
"resolved": "https://registry.npmjs.org/@protobuf-ts/grpc-transport/-/grpc-transport-2.8.1.tgz", "resolved": "https://registry.npmjs.org/@protobuf-ts/grpc-transport/-/grpc-transport-2.9.4.tgz",
"integrity": "sha512-SgXCskzPRPN/6Ns5ohuC64Qkwchb9I758n2/2RpnAy0Kr6E5kIqav5WGkNLCD08erl8wvjuLdyxZfig4sf1yvQ==", "integrity": "sha512-CgjTR3utmkMkkThpfgtOz9tNR9ZARbNoQYL7TCKqFU2sgAX0LgzAkwOx+sfgtUsZn9J08+yvn307nNJdYocLRA==",
"dependencies": { "dependencies": {
"@protobuf-ts/runtime": "^2.8.1", "@protobuf-ts/runtime": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.8.1" "@protobuf-ts/runtime-rpc": "^2.9.4"
}, },
"peerDependencies": { "peerDependencies": {
"@grpc/grpc-js": "^1.6.0" "@grpc/grpc-js": "^1.6.0"
@ -342,16 +342,16 @@
} }
}, },
"node_modules/@protobuf-ts/runtime": { "node_modules/@protobuf-ts/runtime": {
"version": "2.8.1", "version": "2.9.4",
"resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.8.1.tgz", "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.9.4.tgz",
"integrity": "sha512-D9M5hSumYCovIfNllt7N6ODh4q+LrjiMWtNETvooaf+a2XheZJ7kgjFlsFghti0CFWwtA//of4JXQfw9hU+cCw==" "integrity": "sha512-vHRFWtJJB/SiogWDF0ypoKfRIZ41Kq+G9cEFj6Qm1eQaAhJ1LDFvgZ7Ja4tb3iLOQhz0PaoPnnOijF1qmEqTxg=="
}, },
"node_modules/@protobuf-ts/runtime-rpc": { "node_modules/@protobuf-ts/runtime-rpc": {
"version": "2.8.1", "version": "2.9.4",
"resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.8.1.tgz", "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.9.4.tgz",
"integrity": "sha512-hc+HJpoAu50by8aBS55UygcrzD8jAvRKWZMCRJ9XY3h9Gl2tciYysfzSH1SWtF6XOT/4b5CKnnmdMR3ad7uU5g==", "integrity": "sha512-y9L9JgnZxXFqH5vD4d7j9duWvIJ7AShyBRoNKJGhu9Q27qIbchfzli66H9RvrQNIFk5ER7z1Twe059WZGqERcA==",
"dependencies": { "dependencies": {
"@protobuf-ts/runtime": "^2.8.1" "@protobuf-ts/runtime": "^2.9.4"
} }
}, },
"node_modules/@protobufjs/aspromise": { "node_modules/@protobufjs/aspromise": {

View file

@ -26,7 +26,7 @@
"homepage": "https://github.com/shocknet/Lightning.Pub#readme", "homepage": "https://github.com/shocknet/Lightning.Pub#readme",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.8.22", "@grpc/grpc-js": "^1.8.22",
"@protobuf-ts/grpc-transport": "^2.5.0", "@protobuf-ts/grpc-transport": "^2.9.4",
"@protobuf-ts/plugin": "^2.5.0", "@protobuf-ts/plugin": "^2.5.0",
"@protobuf-ts/runtime": "^2.5.0", "@protobuf-ts/runtime": "^2.5.0",
"@stablelib/xchacha20": "^1.0.1", "@stablelib/xchacha20": "^1.0.1",