From fe28e0e55b896f795c4999511c985dc26cf8047c Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 14 Mar 2024 06:40:12 +0000 Subject: [PATCH] Bump noble --- .gitignore | 2 +- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 28a94b3..5985948 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules -/build/ +/build/micro-eth-signer.js /lib /index.js /index.d.ts \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9b1931a..05436c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.8.0", "license": "MIT", "dependencies": { - "@noble/curves": "~1.3.0", - "@noble/hashes": "~1.3.3", + "@noble/curves": "~1.4.0", + "@noble/hashes": "~1.4.0", "micro-packed": "~0.5.3" }, "devDependencies": { @@ -21,20 +21,20 @@ } }, "node_modules/@noble/curves": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.3.0.tgz", - "integrity": "sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.0.tgz", + "integrity": "sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==", "dependencies": { - "@noble/hashes": "1.3.3" + "@noble/hashes": "1.4.0" }, "funding": { "url": "https://paulmillr.com/funding/" } }, "node_modules/@noble/hashes": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.3.tgz", - "integrity": "sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", "engines": { "node": ">= 16" }, diff --git a/package.json b/package.json index 7ff73ef..b8336eb 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "module": "lib/esm/index.js", "types": "lib/index.d.ts", "dependencies": { - "@noble/curves": "~1.3.0", - "@noble/hashes": "~1.3.3", + "@noble/curves": "~1.4.0", + "@noble/hashes": "~1.4.0", "micro-packed": "~0.5.3" }, "devDependencies": {