From 38803a06544caa0c5d28adab6814773a9afee6fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 03:11:51 +0000 Subject: [PATCH] fix: upgrade ethereum-cryptography from 2.2.0 to 2.2.1 Snyk has created this PR to upgrade ethereum-cryptography from 2.2.0 to 2.2.1. See this package in npm: ethereum-cryptography See this project in Snyk: https://app.snyk.io/org/chai/project/06d0d256-a30e-4b7c-95e7-f25794d48c62?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef6958c..f5f7964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@toruslabs/eccrypto": "^5.0.0", "@toruslabs/http-helpers": "^7.0.0", "elliptic": "^6.5.5", - "ethereum-cryptography": "^2.2.0", + "ethereum-cryptography": "^2.2.1", "json-stable-stringify": "^1.1.1" }, "devDependencies": { @@ -2327,9 +2327,10 @@ "dev": true }, "node_modules/@noble/curves": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.0.tgz", - "integrity": "sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz", + "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==", + "license": "MIT", "dependencies": { "@noble/hashes": "1.4.0" }, @@ -6665,11 +6666,12 @@ } }, "node_modules/ethereum-cryptography": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.2.0.tgz", - "integrity": "sha512-hsm9JhfytIf8QME/3B7j4bc8V+VdTU+Vas1aJlvIS96ffoNAosudXvGoEvWmc7QZYdkC8mrMJz9r0fcbw7GyCA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz", + "integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==", + "license": "MIT", "dependencies": { - "@noble/curves": "1.4.0", + "@noble/curves": "1.4.2", "@noble/hashes": "1.4.0", "@scure/bip32": "1.4.0", "@scure/bip39": "1.3.0" diff --git a/package.json b/package.json index b8ab82e..f4b01d2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@toruslabs/eccrypto": "^5.0.0", "@toruslabs/http-helpers": "^7.0.0", "elliptic": "^6.5.5", - "ethereum-cryptography": "^2.2.0", + "ethereum-cryptography": "^2.2.1", "json-stable-stringify": "^1.1.1" }, "devDependencies": {