diff --git a/package-lock.json b/package-lock.json index a6e6c9a..079b9c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.7", "license": "MIT", "dependencies": { - "@nomicfoundation/hardhat-ethers": "^3.0.6", + "@nomicfoundation/hardhat-ethers": "^3.0.8", "@openzeppelin/hardhat-upgrades": "^3.2.1", "axios": "^1.7.7", "ethers": "^6.13.2", @@ -807,9 +807,9 @@ } }, "node_modules/@nomicfoundation/hardhat-ethers": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.6.tgz", - "integrity": "sha512-/xzkFQAaHQhmIAYOQmvHBPwL+NkwLzT9gRZBsgWUYeV+E6pzXsBQsHfRYbAZ3XEYare+T7S+5Tg/1KDJgepSkA==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.8.tgz", + "integrity": "sha512-zhOZ4hdRORls31DTOqg+GmEZM0ujly8GGIuRY7t7szEk2zW/arY1qDug/py8AEktT00v5K+b6RvbVog+va51IA==", "dependencies": { "debug": "^4.1.1", "lodash.isequal": "^4.5.0" diff --git a/package.json b/package.json index 8792e77..23300c3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "fix": "eslint --fix '{*,**/*}.{js,ts}'" }, "dependencies": { - "@nomicfoundation/hardhat-ethers": "^3.0.6", + "@nomicfoundation/hardhat-ethers": "^3.0.8", "@openzeppelin/hardhat-upgrades": "^3.2.1", "axios": "^1.7.7", "ethers": "^6.13.2",