From f85aa6af19fd68bdd559812d4f7e5e69300fd6d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 01:21:38 +0000 Subject: [PATCH] fix: upgrade ethers from 6.12.0 to 6.12.1 Snyk has created this PR to upgrade ethers from 6.12.0 to 6.12.1. See this package in npm: ethers See this project in Snyk: https://app.snyk.io/org/mtthoas/project/b51bbbf1-962e-4f24-8a14-61d1af84ef3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- next-app/package-lock.json | 8 ++++---- next-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/next-app/package-lock.json b/next-app/package-lock.json index 03857eb..288c8da 100644 --- a/next-app/package-lock.json +++ b/next-app/package-lock.json @@ -20,7 +20,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", - "ethers": "^6.12.0", + "ethers": "^6.12.1", "lucide-react": "^0.373.0", "next": "^14.2.2", "react": "^18.3.1", @@ -9289,9 +9289,9 @@ } }, "node_modules/ethers": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.12.0.tgz", - "integrity": "sha512-zL5NlOTjML239gIvtVJuaSk0N9GQLi1Hom3ZWUszE5lDTQE/IVB62mrPkQ2W1bGcZwVGSLaetQbWNQSvI4rGDQ==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.12.1.tgz", + "integrity": "sha512-j6wcVoZf06nqEcBbDWkKg8Fp895SS96dSnTCjiXT+8vt2o02raTn4Lo9ERUuIVU5bAjoPYeA+7ytQFexFmLuVw==", "funding": [ { "type": "individual", diff --git a/next-app/package.json b/next-app/package.json index be7632a..4b28a3b 100644 --- a/next-app/package.json +++ b/next-app/package.json @@ -21,7 +21,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", - "ethers": "^6.12.0", + "ethers": "^6.12.1", "lucide-react": "^0.373.0", "next": "^14.2.2", "react": "^18.3.1",