fix: upgrade @grpc/grpc-js from 1.3.4 to 1.3.5

Snyk has created this PR to upgrade @grpc/grpc-js from 1.3.4 to 1.3.5.

See this package in npm:
https://www.npmjs.com/package/@grpc/grpc-js

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-08-04 01:49:03 +00:00 committed by Overtorment
parent 406afef7f7
commit 96e82ad20d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1183,9 +1183,9 @@
}
},
"@grpc/grpc-js": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.3.4.tgz",
"integrity": "sha512-AxtZcm0mArQhY9z8T3TynCYVEaSKxNCa9mVhVwBCUnsuUEe8Zn94bPYYKVQSLt+hJJ1y0ukr3mUvtWfcATL/IQ==",
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.3.5.tgz",
"integrity": "sha512-V29L2QNKkLWM3bcJfVFMSo+Z7kkO8A1s7MAfdzBXLYEC1PE5/M0n1iXBDiD5aUtyVLh5GILcbme2bGtIHl0FMQ==",
"requires": {
"@types/node": ">=12.12.47"
}

View File

@ -18,7 +18,7 @@
"@babel/node": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/register": "^7.14.5",
"@grpc/grpc-js": "^1.3.4",
"@grpc/grpc-js": "^1.3.5",
"@grpc/proto-loader": "^0.6.4",
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",