Browse Source

Merge pull request #969 from mrfelton/chore/update-grpc

chore(deps): update dependency grpc to v1.16.1
master
Tom Kirkpatrick 6 years ago
committed by GitHub
parent
commit
c068e135a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/package.json
  2. 18
      app/yarn.lock

2
app/package.json

@ -14,7 +14,7 @@
},
"license": "MIT",
"dependencies": {
"grpc": "1.15.1",
"grpc": "1.16.1",
"react-icons": "2.2.7"
}
}

18
app/yarn.lock

@ -167,14 +167,14 @@ glob@^7.0.5:
once "^1.3.0"
path-is-absolute "^1.0.0"
grpc@1.15.1:
version "1.15.1"
resolved "https://registry.yarnpkg.com/grpc/-/grpc-1.15.1.tgz#046263d9b0c440c8e36fece03e227cb3afe28514"
integrity sha512-BfJ6BpFE93xQW69oYfgVQDxSb7LqdQbnddvhFq4tUsj7s0NAIRrrN3fmN2Bi3qpGFRemsKsWPIchw3YNNq2Xjg==
grpc@1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/grpc/-/grpc-1.16.1.tgz#533316f38cea68111ef577728c3f4e8e9e554543"
integrity sha512-7uHN1Nd3UqfvwgQ6f5U3+EZb/0iuHJ9mbPH+ydaTkszJsUi3nwdz6DuSh0eJwYVXXn6Gojv2khiQAadMongGKg==
dependencies:
lodash "^4.17.5"
nan "^2.0.0"
node-pre-gyp "^0.10.0"
node-pre-gyp "^0.12.0"
protobufjs "^5.0.3"
has-unicode@^2.0.0:
@ -311,10 +311,10 @@ needle@^2.2.1:
iconv-lite "^0.4.4"
sax "^1.2.4"
node-pre-gyp@^0.10.0:
version "0.10.3"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc"
integrity sha512-d1xFs+C/IPS8Id0qPTZ4bUT8wWryfR/OzzAFxweG+uLN85oPzyo2Iw6bVlLQ/JOdgNonXLCoRyqDzDWq4iw72A==
node-pre-gyp@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149"
integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A==
dependencies:
detect-libc "^1.0.2"
mkdirp "^0.5.1"

Loading…
Cancel
Save