Skip to content

Commit

Permalink
Revert "[SDK/Wallets] Override crypto-js to use latest version to fix…
Browse files Browse the repository at this point in the history
… vulnera…" (thirdweb-dev#1859)
  • Loading branch information
iketw authored Oct 27, 2023
1 parent 0f15ee5 commit fe7be4d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 92 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"semver@<7.5.2": ">=7.5.2",
"json5@<1.0.2": ">=1.0.2",
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4",
"tough-cookie@<4.1.3": ">=4.1.3",
"crypto-js": "4.2.0"
"tough-cookie@<4.1.3": ">=4.1.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"buffer": "^6.0.3",
"eventemitter3": "^5.0.1",
"fast-deep-equal": "^3.1.3",
"merkletreejs": "0.2.32",
"merkletreejs": "^0.2.24",
"tiny-invariant": "^1.2.0",
"tweetnacl": "^1.0.3",
"uuid": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"asn1.js": "5.4.1",
"bn.js": "5.2.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"crypto-js": "^4.1.1",
"eth-provider": "^0.13.6",
"ethereumjs-util": "^7.1.3",
"eventemitter3": "^5.0.1",
Expand Down Expand Up @@ -473,7 +473,7 @@
"@preconstruct/cli": "2.7.0",
"@thirdweb-dev/tsconfig": "workspace:*",
"@types/bn.js": "^5.1.1",
"@types/crypto-js": "^4.1.3",
"@types/crypto-js": "^4.1.1",
"abitype": "^0.2.5",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"bs58": "^5.0.0",
Expand Down
115 changes: 28 additions & 87 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe7be4d

Please sign in to comment.