From 15a672ef0c8666eaccce2f848dcf1bbd0130fab4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 23:39:05 +0000 Subject: [PATCH] fix: node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 0b43d4f..7a6b885 100644 --- a/node/package.json +++ b/node/package.json @@ -19,7 +19,7 @@ "mocha": "^8.1.3" }, "dependencies": { - "thrift": "^0.13.0", + "thrift": "^0.14.0", "browser-or-node": "^1.3.0", "chai": "^4.2.0", "isomorphic-ws": "^4.0.1",