Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@
"[email protected]": "^6.5.7",
"fast-xml-parser@^4.3.4": "^4.4.1",
"send": "^0.19.0",
"[email protected]": "^7.5.10"
"[email protected]": "^7.5.10",
"minimist": "1.2.6",
"node-fetch": "^2.6.7",
"xmldom": "npm:@xmldom/[email protected]",
"@walletconnect/socket-transport/ws": "^7.5.10",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like @walletconnect is in our dependency tree?

Screenshot 2025-03-06 at 3 23 09 PM

"@ethersproject/providers/ws": "^7.5.10",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like @ethersproject/providers/ws is in our dependency tree?

Screenshot 2025-03-06 at 3 24 05 PM

"puppeteer-core/ws": "^8.17.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like puppeteer-core/ws is in our dependency tree?

Screenshot 2025-03-06 at 3 24 20 PM

"react-native/ws": "^6.2.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like react-native/ws is in our dependency tree

Screenshot 2025-03-06 at 3 24 52 PM

},
"devDependencies": {
"@babel/core": "^7.23.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15204,10 +15204,10 @@ __metadata:
languageName: node
linkType: hard

"minimist@npm:^1.2.0, minimist@npm:^1.2.5, minimist@npm:^1.2.6":
version: 1.2.8
resolution: "minimist@npm:1.2.8"
checksum: 10/908491b6cc15a6c440ba5b22780a0ba89b9810e1aea684e253e43c4e3b8d56ec1dcdd7ea96dde119c29df59c936cde16062159eae4225c691e19c70b432b6e6f
"minimist@npm:1.2.6":
version: 1.2.6
resolution: "minimist@npm:1.2.6"
checksum: 10/b956a7d48669c5007f0afce100a92d3af18e77939a25b5b4f62e9ea07c2777033608327e14c2af85684d5cd504f623f2a04d30a4a43379d21dd3c6dcf12b8ab8
languageName: node
linkType: hard

Expand Down Expand Up @@ -15593,7 +15593,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.2.0, node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.7":
"node-fetch@npm:^2.6.7":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
Expand Down Expand Up @@ -20947,7 +20947,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^6.2.2":
"ws@npm:^6.2.3":
version: 6.2.3
resolution: "ws@npm:6.2.3"
dependencies:
Expand Down
Loading