Skip to content

Commit 6bb07f2

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 63df431 commit 6bb07f2

2 files changed

Lines changed: 314 additions & 112 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"graphql-relay": "^0.6.0",
2929
"graphql-resolve-batch": "^1.0.2",
3030
"graphql-subscriptions": "^1.0.0",
31-
"grpc": "^1.24.3",
32-
"js-xdr": "^1.1.0",
31+
"grpc": "^1.24.11",
32+
"js-xdr": "^3.1.2",
3333
"minimist": "^1.2.3",
3434
"object-dig": "^0.1.3",
3535
"pg": "^8.2.1",
@@ -38,7 +38,7 @@
3838
"progress": "^2.0.3",
3939
"retry": "^0.12.0",
4040
"squel": "^5.12.2",
41-
"stellar-base": "^3.0.4",
41+
"stellar-base": "^13.1.0",
4242
"typeorm": "^0.2.17",
4343
"typescript-memoize": "^1.0.0-alpha.3",
4444
"winston": "^3.0.0"

0 commit comments

Comments
 (0)