From 00ad8efa3672f33eed2e10e4c0799a2b6950d32b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Sep 2023 20:27:58 +0000 Subject: [PATCH] fix: upgrade @trustwallet/wallet-core from 3.0.1 to 3.2.20 Snyk has created this PR to upgrade @trustwallet/wallet-core from 3.0.1 to 3.2.20. See this package in npm: https://www.npmjs.com/package/@trustwallet/wallet-core See this project in Snyk: https://app.snyk.io/org/mhmoni25/project/154eae99-9dbc-40f8-8ee6-91d1e5aa9c9e?utm_source=github&utm_medium=referral&page=upgrade-pr --- samples/node/package-lock.json | 14 +++++++------- samples/node/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/node/package-lock.json b/samples/node/package-lock.json index 54e7d733d5e..ac0b2bae80c 100644 --- a/samples/node/package-lock.json +++ b/samples/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@trustwallet/wallet-core": "3.0.1" + "@trustwallet/wallet-core": "^3.2.20" } }, "node_modules/@protobufjs/aspromise": { @@ -67,9 +67,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@trustwallet/wallet-core": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@trustwallet/wallet-core/-/wallet-core-3.0.1.tgz", - "integrity": "sha512-WrZwWO85ja4SKyCftJQqj/XWqcLmrP6qJ42YuU9FSzdJp68IdOICckGj5INaW0DE+3O85bPNO+zTmBTBKRZr7g==", + "version": "3.2.20", + "resolved": "https://registry.npmjs.org/@trustwallet/wallet-core/-/wallet-core-3.2.20.tgz", + "integrity": "sha512-o/YXOubRrxZgUTrlGFMamRK3mGRDbcXIkw2I9ctH5oSlGRChD3f5Ux9+rrdSYmrbl/aLaCHdPJoQRyVqgmCrsA==", "dependencies": { "protobufjs": ">=6.11.3" } @@ -171,9 +171,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "@trustwallet/wallet-core": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@trustwallet/wallet-core/-/wallet-core-3.0.1.tgz", - "integrity": "sha512-WrZwWO85ja4SKyCftJQqj/XWqcLmrP6qJ42YuU9FSzdJp68IdOICckGj5INaW0DE+3O85bPNO+zTmBTBKRZr7g==", + "version": "3.2.20", + "resolved": "https://registry.npmjs.org/@trustwallet/wallet-core/-/wallet-core-3.2.20.tgz", + "integrity": "sha512-o/YXOubRrxZgUTrlGFMamRK3mGRDbcXIkw2I9ctH5oSlGRChD3f5Ux9+rrdSYmrbl/aLaCHdPJoQRyVqgmCrsA==", "requires": { "protobufjs": ">=6.11.3" } diff --git a/samples/node/package.json b/samples/node/package.json index f0578390b78..bd23c602289 100644 --- a/samples/node/package.json +++ b/samples/node/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "@trustwallet/wallet-core": "3.0.1" + "@trustwallet/wallet-core": "3.2.20" } }