diff --git a/package-lock.json b/package-lock.json index 4349cfd..df4d260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@openzeppelin/contracts": "^4.8.0", "dotenv": "^16.0.3", - "hardhat-celo": "^0.0.3" + "hardhat-celo": "^0.0.4" }, "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^2.0.0" @@ -5971,9 +5971,9 @@ } }, "node_modules/hardhat-celo": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/hardhat-celo/-/hardhat-celo-0.0.3.tgz", - "integrity": "sha512-H272oq0ltG0oBKCdiKuFzvt+KPzE0XPLvtoQ3ko3U2BPLAZc8eljovsyrmUowHYDbtY8Lwsnt1Jy6bstGKSyOA==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/hardhat-celo/-/hardhat-celo-0.0.4.tgz", + "integrity": "sha512-K/USkJCTaWUGfmlEs/9EbwYovgfoQ6BfhZNCrG7zAkFfmcYXuUuARwzLyyZbCHjmDOyh17OHiL3ItS89MEAohA==", "dependencies": { "@nomicfoundation/hardhat-toolbox": "^1.0.2" }, @@ -16711,9 +16711,9 @@ } }, "hardhat-celo": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/hardhat-celo/-/hardhat-celo-0.0.3.tgz", - "integrity": "sha512-H272oq0ltG0oBKCdiKuFzvt+KPzE0XPLvtoQ3ko3U2BPLAZc8eljovsyrmUowHYDbtY8Lwsnt1Jy6bstGKSyOA==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/hardhat-celo/-/hardhat-celo-0.0.4.tgz", + "integrity": "sha512-K/USkJCTaWUGfmlEs/9EbwYovgfoQ6BfhZNCrG7zAkFfmcYXuUuARwzLyyZbCHjmDOyh17OHiL3ItS89MEAohA==", "requires": { "@nomicfoundation/hardhat-toolbox": "^1.0.2" }, diff --git a/package.json b/package.json index 62f05dc..6efea63 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "dependencies": { "@openzeppelin/contracts": "^4.8.0", "dotenv": "^16.0.3", - "hardhat-celo": "^0.0.3" + "hardhat-celo": "^0.0.4" } }