Skip to content

Commit 385c074

Browse files
committed
Upgrade @grpc/[email protected]
1 parent 6b073b6 commit 385c074

File tree

2 files changed

+35
-51
lines changed

2 files changed

+35
-51
lines changed

package-lock.json

Lines changed: 31 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-js-reflection-client",
3-
"version": "1.2.16",
3+
"version": "1.2.17",
44
"description": "Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files.",
55
"author": "gawsoft.com",
66
"main": "dist/index.js",
@@ -27,10 +27,10 @@
2727
"url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git"
2828
},
2929
"dependencies": {
30-
"@grpc/grpc-js": "^1.10.10",
31-
"@types/lodash": "^4.17.5",
30+
"@grpc/grpc-js": "^1.11.2",
31+
"@types/lodash": "^4.17.7",
3232
"lodash": "^4.17.21",
33-
"protobufjs": "^7.3.2"
33+
"protobufjs": "^7.4.0"
3434
},
3535
"devDependencies": {
3636
"@grpc/reflection": "^1.0.4",

0 commit comments

Comments
 (0)