mirror of https://github.com/grpc/grpc-node.git
fix: test/client-libraries-integration/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-561476
This commit is contained in:
parent
f7e2a2df3b
commit
d3b9abfb5a
|
@ -5,7 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dot-prop": "^4.2.0",
|
"dot-prop": "^4.2.0",
|
||||||
"google-proto-files": "^0.15.1",
|
"google-proto-files": "^0.15.1",
|
||||||
"mocha": "^5.0.4",
|
"mocha": "^6.0.0",
|
||||||
"shimmer": "^1.2.0"
|
"shimmer": "^1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue