Skip to content

Commit 7d80faf

Browse files
fix(deps): update dependency @noble/ciphers to v2
1 parent 9f16628 commit 7d80faf

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
@@ -2554,10 +2554,10 @@
25542554
resolved "https://registry.yarnpkg.com/@multiformats/base-x/-/base-x-4.0.1.tgz#95ff0fa58711789d53aefb2590a8b7a4e715d121"
25552555
integrity sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==
25562556

2557-
"@noble/ciphers@^1.0.0":
2558-
version "1.3.0"
2559-
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.3.0.tgz#f64b8ff886c240e644e5573c097f86e5b43676dc"
2560-
integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==
2557+
"@noble/ciphers@^2.0.0":
2558+
version "2.0.0"
2559+
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-2.0.0.tgz#2d3044c63f1885aa25d02311d8d6a8ffe1f8f536"
2560+
integrity sha512-j/l6jpnpaIBM87cAYPJzi/6TgqmBv9spkqPyCXvRYsu5uxqh6tPJZDnD85yo8VWqzTuTQPgfv7NgT63u7kbwAQ==
25612561

25622562
"@noble/curves@^1.0.0":
25632563
version "1.9.2"

0 commit comments

Comments
 (0)