Skip to content

Commit

Permalink
Merge pull request #19 from gridaco/dependabot/npm_and_yarn/node/serv…
Browse files Browse the repository at this point in the history
…er/examples/express/grpc/grpc-js-1.1.8

Bump @grpc/grpc-js from 1.1.5 to 1.1.8 in /node/server/examples/express
  • Loading branch information
softmarshmallow authored Nov 13, 2022
2 parents 8a18417 + 409e986 commit 132d7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node/server/examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@bridged.xyz/remote-ui-core": "file:../../../core",
"@grpc/grpc-js": "^1.1.3",
"@grpc/grpc-js": "^1.1.8",
"@grpc/proto-loader": "^0.5.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
Expand Down
8 changes: 4 additions & 4 deletions node/server/examples/express/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
mustache "^4.0.1"
url-pattern "^1.0.3"

"@grpc/grpc-js@^1.1.3":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.1.5.tgz#2d0b261cd54a529f6b78ac0de9d6fd91a9a3129c"
integrity sha512-2huf5z85TdZI4nLmJQ9Zdfd+6vmIyBDs7B4L71bTaHKA9pRsGKAH24XaktMk/xneKJIqAgeIZtg1cyivVZtvrg==
"@grpc/grpc-js@^1.1.8":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.1.8.tgz#2845f0fc3d1bfbb150ed7a78a76bdf41b126d367"
integrity sha512-64hg5rmEm6F/NvlWERhHmmgxbWU8nD2TMWE+9TvG7/WcOrFT3fzg/Uu631pXRFwmJ4aWO/kp9vVSlr8FUjBDLA==
dependencies:
"@grpc/proto-loader" "^0.6.0-pre14"
"@types/node" "^12.12.47"
Expand Down

0 comments on commit 132d7d9

Please sign in to comment.