Skip to content

Commit 0c9c037

Browse files
1.25.0-0.4.2: [chore] patch vulnerabilities (#553)
* Use yarn resolutions to patch vulnerable deps * Add additional resolutions to fix vulns * toruslabs updated torus-embed to include the security fixes * Remove torus from yarn resolutions as they were fixed in the update
1 parent d7b3362 commit 0c9c037

File tree

2 files changed

+173
-182
lines changed

2 files changed

+173
-182
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.25.0-0.3.2",
3+
"version": "1.25.0-0.4.2",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",
@@ -59,7 +59,7 @@
5959
"@ledgerhq/hw-app-eth": "^5.49.0",
6060
"@ledgerhq/hw-transport-u2f": "^5.21.0",
6161
"@portis/web3": "^4.0.0",
62-
"@toruslabs/torus-embed": "^1.9.2",
62+
"@toruslabs/torus-embed": "^1.10.11",
6363
"@walletconnect/web3-provider": "^1.4.1",
6464
"authereum": "^0.1.12",
6565
"bignumber.js": "^9.0.0",
@@ -77,5 +77,10 @@
7777
"trezor-connect": "^8.1.9",
7878
"walletlink": "^2.1.0",
7979
"web3-provider-engine": "^15.0.4"
80+
},
81+
"resolutions": {
82+
"authereum/web3-utils/underscore": "^1.12.1",
83+
"authereum/ethers/elliptic": "^6.5.3",
84+
"@portis/web3/pocket-js-core/axios": "^0.21.1"
8085
}
8186
}

0 commit comments

Comments
 (0)