Skip to content

Commit

Permalink
fix: update as-sha256 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil authored Jan 21, 2025
1 parent f0640b9 commit 107fd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
},
"dependencies": {
"@chainsafe/as-chacha20poly1305": "^0.1.0",
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/as-sha256": "^0.6.1",
"@libp2p/crypto": "^5.0.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/peer-id": "^5.0.0",
Expand Down Expand Up @@ -199,4 +199,4 @@
"browser": {
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js"
}
}
}

0 comments on commit 107fd3e

Please sign in to comment.