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",