diff --git a/package.json b/package.json index 6d4b8c0..9f6451b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test": "jest" }, "dependencies": { - "@noble/ciphers": "^0.1.4", + "@noble/ciphers": "^0.2.0", "@noble/curves": "^1.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a41e9bf..133e19c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -561,10 +561,10 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@noble/ciphers@^0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.1.4.tgz#96327dca147829ed9eee0d96cfdf7c57915765f0" - integrity sha512-d3ZR8vGSpy3v/nllS+bD/OMN5UZqusWiQqkyj7AwzTnhXFH72pF5oB4Ach6DQ50g5kXxC28LdaYBEpsyv9KOUQ== +"@noble/ciphers@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.2.0.tgz#a12cda60f3cf1ab5d7c77068c3711d2366649ed7" + integrity sha512-6YBxJDAapHSdd3bLDv6x2wRPwq4QFMUaB3HvljNBUTThDd12eSm7/3F+2lnfzx2jvM+S6Nsy0jEt9QbPqSwqRw== "@noble/curves@^1.1.0": version "1.1.0"