Skip to content

Commit 107fd3e

Browse files
authored
fix: update as-sha256 (#463)
1 parent f0640b9 commit 107fd3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
},
157157
"dependencies": {
158158
"@chainsafe/as-chacha20poly1305": "^0.1.0",
159-
"@chainsafe/as-sha256": "^0.4.1",
159+
"@chainsafe/as-sha256": "^0.6.1",
160160
"@libp2p/crypto": "^5.0.0",
161161
"@libp2p/interface": "^2.0.0",
162162
"@libp2p/peer-id": "^5.0.0",
@@ -199,4 +199,4 @@
199199
"browser": {
200200
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js"
201201
}
202-
}
202+
}

0 commit comments

Comments
 (0)