Skip to content

Commit c45cd53

Browse files
authored
Merge pull request #115 from nitrictech/fix/dropped-conn
fix: update grpc-js to 1.5.9
2 parents 9aa16ba + 33dda9a commit c45cd53

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"David Moore <david.moore@nitric.io>"
2727
],
2828
"dependencies": {
29-
"@grpc/grpc-js": "^1.1.7",
30-
"@nitric/api": "0.14.0-rc.4",
29+
"@grpc/grpc-js": "^1.5.9",
30+
"@nitric/api": "0.15.0",
3131
"common-tags": "^1.8.0",
3232
"google-protobuf": "3.14.0",
3333
"path-parser": "^6.1.0",

yarn.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@
325325
minimatch "^3.0.4"
326326
strip-json-comments "^3.1.1"
327327

328-
"@grpc/grpc-js@^1.1.7":
329-
version "1.4.6"
330-
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.4.6.tgz#8108d7ab7c0c21b38c538c1a48583edbbf2c2412"
331-
integrity sha512-Byau4xiXfIixb1PnW30V/P9mkrZ05lknyNqiK+cVY9J5hj3gecxd/anwaUbAM8j834zg1x78NvAbwGnMfWEu7A==
328+
"@grpc/grpc-js@^1.5.9":
329+
version "1.5.9"
330+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.5.9.tgz#df44b3d6bc1d5eb4779aab96e00f6084fd07a3c8"
331+
integrity sha512-un+cXqErq5P4p3+WgYVNVh7FB51MSnaoRef7QWDcMXKR6FX2R6Z/bltcJMxNNdTUMC85lkOQcpnAAetFziPSng==
332332
dependencies:
333333
"@grpc/proto-loader" "^0.6.4"
334334
"@types/node" ">=12.12.47"
@@ -531,12 +531,11 @@
531531
"@types/yargs" "^15.0.0"
532532
chalk "^4.0.0"
533533

534-
"@nitric/api@0.14.0-rc.4":
535-
version "0.14.0-rc.4"
536-
resolved "https://registry.yarnpkg.com/@nitric/api/-/api-0.14.0-rc.4.tgz#8bb4da04c6150967cda4201566f46c85bf5cb2f5"
537-
integrity sha512-sXJawjJmDcad2CafUksg1DqWXJm1S69v0nt0s0qxAQvEmBJIiCDnFbsbKNIh3W+FvNejydzMLfkXjzHBgI1Z5Q==
534+
"@nitric/api@0.15.0":
535+
version "0.15.0"
536+
resolved "https://registry.yarnpkg.com/@nitric/api/-/api-0.15.0.tgz#4e8825dd0fda21437b477e6c81ab2bb1f15a22e6"
537+
integrity sha512-xxldlWIAZHhkrfHsueEcZ9zaoSLTSAtHlrrZaodF5bKIJigbXkI3GLhSLm1hOcFGerguUx1y8l+Pc/slPI+s6g==
538538
dependencies:
539-
"@grpc/grpc-js" "^1.1.7"
540539
google-protobuf "3.14.0"
541540
tslib "^2.1.0"
542541

0 commit comments

Comments
 (0)