diff --git a/crypto/ecies-25519/package.json b/crypto/ecies-25519/package.json index bb2ed78f..0b4cd95f 100644 --- a/crypto/ecies-25519/package.json +++ b/crypto/ecies-25519/package.json @@ -50,7 +50,7 @@ "format": "prettier --config ../../.prettierrc --write {src,test}/**/*.ts" }, "dependencies": { - "@noble/curves": "1.8.1", + "@noble/curves": "1.9.7", "@walletconnect/crypto": "^1.0.3", "@walletconnect/encoding": "^1.0.2", "tslib": "1.14.1" diff --git a/package-lock.json b/package-lock.json index 3fbe722e..b7da4723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "@noble/curves": "1.8.1", + "@noble/curves": "1.9.7", "@walletconnect/crypto": "^1.0.3", "@walletconnect/encoding": "^1.0.2", "tslib": "1.14.1" @@ -350,7 +350,7 @@ "version": "1.0.2", "license": "MIT", "dependencies": { - "@ethersproject/hash": "^5.8.0", + "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "isomorphic-unfetch": "^3.1.0" } @@ -457,7 +457,7 @@ "version": "1.0.5", "license": "MIT", "dependencies": { - "@ethersproject/hash": "^5.8.0", + "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@walletconnect/utils": "^2.10.1", "isomorphic-unfetch": "^3.1.0" @@ -485,7 +485,7 @@ "version": "2.1.0", "license": "MIT", "dependencies": { - "@ethersproject/hash": "^5.8.0", + "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@noble/ed25519": "^1.7.1", "@walletconnect/cacao": "1.0.2", @@ -5744,11 +5744,11 @@ } }, "node_modules/@noble/curves": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.8.1.tgz", - "integrity": "sha512-warwspo+UYUPep0Q+vtdVB4Ugn8GGQj8iyB3gnRWsztmUHTI3S1nhdiWNsPUGL0vud7JlRRk1XEu7Lq1KGTnMQ==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz", + "integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==", "dependencies": { - "@noble/hashes": "1.7.1" + "@noble/hashes": "1.8.0" }, "engines": { "node": "^14.21.3 || >=16" @@ -5757,6 +5757,17 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@noble/curves/node_modules/@noble/hashes": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@noble/ed25519": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/@noble/ed25519/-/ed25519-1.7.3.tgz", @@ -23290,7 +23301,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "@noble/curves": "1.8.1", + "@noble/curves": "1.9.7", "@noble/hashes": "1.7.1", "@walletconnect/safe-json": "^1.0.1", "@walletconnect/time": "^1.0.2", @@ -26813,11 +26824,18 @@ "integrity": "sha512-rONPWMC7PeExE077uLE4oqWrZ1IvAfz3oH9LibVAcVCopJiA9R62uavnbEzdkVmJYI6M6Zgkbeb07+tWjlq2XA==" }, "@noble/curves": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.8.1.tgz", - "integrity": "sha512-warwspo+UYUPep0Q+vtdVB4Ugn8GGQj8iyB3gnRWsztmUHTI3S1nhdiWNsPUGL0vud7JlRRk1XEu7Lq1KGTnMQ==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz", + "integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==", "requires": { - "@noble/hashes": "1.7.1" + "@noble/hashes": "1.8.0" + }, + "dependencies": { + "@noble/hashes": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==" + } } }, "@noble/ed25519": { @@ -28395,7 +28413,7 @@ "@walletconnect/cacao": { "version": "file:misc/cacao", "requires": { - "@ethersproject/hash": "5.8.0", + "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "isomorphic-unfetch": "^3.1.0" } @@ -28487,7 +28505,7 @@ "@walletconnect/ecies-25519": { "version": "file:crypto/ecies-25519", "requires": { - "@noble/curves": "1.8.1", + "@noble/curves": "1.9.7", "@types/chai": "^4.2.14", "@types/jest": "^26.0.15", "@types/mocha": "^8.2.0", @@ -28564,7 +28582,7 @@ "@walletconnect/history": { "version": "file:misc/history", "requires": { - "@ethersproject/hash": "^5.8.0", + "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@walletconnect/core": "^2.10.1", "@walletconnect/events": "^1.0.1", @@ -28588,7 +28606,7 @@ "@walletconnect/identity-keys": { "version": "file:misc/identity-keys", "requires": { - "@ethersproject/hash": "^5.8.0", + "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@ethersproject/wallet": "^5.7.0", "@noble/ed25519": "^1.7.1", @@ -29468,7 +29486,7 @@ "@walletconnect/relay-auth": { "version": "file:relay/relay-auth", "requires": { - "@noble/curves": "1.8.1", + "@noble/curves": "1.9.7", "@noble/hashes": "1.7.1", "@types/jest": "^26.0.15", "@types/node": "^14.14.7", diff --git a/relay/relay-auth/package.json b/relay/relay-auth/package.json index a5992948..2cb2736f 100644 --- a/relay/relay-auth/package.json +++ b/relay/relay-auth/package.json @@ -52,7 +52,7 @@ "webpack-cli": "5.1.4" }, "dependencies": { - "@noble/curves": "1.8.1", + "@noble/curves": "1.9.7", "@noble/hashes": "1.7.1", "@walletconnect/safe-json": "^1.0.1", "@walletconnect/time": "^1.0.2",