Skip to content

Commit 50e99dd

Browse files
fix(deps): update dependency @noble/ciphers to v2
1 parent 45f81ac commit 50e99dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"webpack-cli": "5.1.4"
8989
},
9090
"dependencies": {
91-
"@noble/ciphers": "^1.0.0",
91+
"@noble/ciphers": "^2.0.0",
9292
"@noble/curves": "^1.0.0",
9393
"@noble/hashes": "^1.3.0",
9494
"@scure/base": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,10 +2640,10 @@
26402640
resolved "https://registry.yarnpkg.com/@multiformats/base-x/-/base-x-4.0.1.tgz#95ff0fa58711789d53aefb2590a8b7a4e715d121"
26412641
integrity sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==
26422642

2643-
"@noble/ciphers@^1.0.0":
2644-
version "1.3.0"
2645-
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.3.0.tgz#f64b8ff886c240e644e5573c097f86e5b43676dc"
2646-
integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==
2643+
"@noble/ciphers@^2.0.0":
2644+
version "2.0.1"
2645+
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-2.0.1.tgz#fb07d6479d11fd10d7f601b6fb8fb9925b7accf7"
2646+
integrity sha512-xHK3XHPUW8DTAobU+G0XT+/w+JLM7/8k1UFdB5xg/zTFPnFCobhftzw8wl4Lw2aq/Rvir5pxfZV5fEazmeCJ2g==
26472647

26482648
"@noble/curves@^1.0.0":
26492649
version "1.9.2"

0 commit comments

Comments
 (0)