From 7b3dd620bfca7999500fd233bcc61ab40e8512b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jun 2025 11:47:54 +0000 Subject: [PATCH] fix: upgrade thrift from 0.13.0 to 0.22.0 Snyk has created this PR to upgrade thrift from 0.13.0 to 0.22.0. See this package in npm: thrift See this project in Snyk: https://app.snyk.io/org/taeb3/project/d774ea56-0f4e-4632-b2ec-86818396711a?utm_source=github&utm_medium=referral&page=upgrade-pr --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 0b43d4f..c0e251e 100644 --- a/node/package.json +++ b/node/package.json @@ -19,7 +19,7 @@ "mocha": "^8.1.3" }, "dependencies": { - "thrift": "^0.13.0", + "thrift": "^0.22.0", "browser-or-node": "^1.3.0", "chai": "^4.2.0", "isomorphic-ws": "^4.0.1",