diff --git a/crypto/crypto/package.json b/crypto/crypto/package.json index 152d6303..2ae7f2f4 100644 --- a/crypto/crypto/package.json +++ b/crypto/crypto/package.json @@ -47,7 +47,7 @@ "@walletconnect/encoding": "^1.0.2", "@walletconnect/environment": "^1.0.1", "@walletconnect/randombytes": "^1.0.3", - "@noble/ciphers": "1.2.1", + "@noble/ciphers": "1.3.0", "@noble/hashes": "1.7.1", "tslib": "1.14.1" }, diff --git a/package-lock.json b/package-lock.json index 737cc9c9..4c0955f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1135,7 +1135,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "@noble/ciphers": "1.2.1", + "@noble/ciphers": "1.3.0", "@noble/hashes": "1.7.1", "@walletconnect/encoding": "^1.0.2", "@walletconnect/environment": "^1.0.1", @@ -15097,9 +15097,9 @@ "optional": true }, "node_modules/@noble/ciphers": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.2.1.tgz", - "integrity": "sha512-rONPWMC7PeExE077uLE4oqWrZ1IvAfz3oH9LibVAcVCopJiA9R62uavnbEzdkVmJYI6M6Zgkbeb07+tWjlq2XA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz", + "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==", "engines": { "node": "^14.21.3 || >=16" }, @@ -33092,9 +33092,9 @@ "optional": true }, "@noble/ciphers": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.2.1.tgz", - "integrity": "sha512-rONPWMC7PeExE077uLE4oqWrZ1IvAfz3oH9LibVAcVCopJiA9R62uavnbEzdkVmJYI6M6Zgkbeb07+tWjlq2XA==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz", + "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==" }, "@noble/curves": { "version": "1.8.1", @@ -34790,7 +34790,7 @@ "@walletconnect/crypto": { "version": "file:crypto/crypto", "requires": { - "@noble/ciphers": "1.2.1", + "@noble/ciphers": "1.3.0", "@noble/hashes": "1.7.1", "@types/aes-js": "^3.1.1", "@types/chai": "^4.2.14",