diff --git a/hardhat.config.js b/hardhat.config.js index 13fdc0f..0957fb8 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -13,7 +13,7 @@ module.exports = { }, }, solidity: { - version: '0.8.9', + version: '0.8.10', settings: { optimizer: { enabled: true, diff --git a/package.json b/package.json index 4148aa0..00edf2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-token-recover", - "version": "4.3.1", + "version": "4.4.0", "description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error", "files": [ "contracts", @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/vittominacori/eth-token-recover", "dependencies": { - "@openzeppelin/contracts": "4.3.2" + "@openzeppelin/contracts": "4.4.0" }, "devDependencies": { "@nomiclabs/hardhat-ganache": "^2.0.1", @@ -57,19 +57,19 @@ "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", - "eslint-plugin-import": "^2.25.2", + "eslint-plugin-import": "^2.25.3", "eslint-plugin-mocha-no-only": "^1.1.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.1", + "eslint-plugin-promise": "^5.2.0", "eslint-plugin-standard": "^5.0.0", "ganache-cli": "^6.12.2", - "hardhat": "^2.6.7", - "prettier": "^2.4.1", - "prettier-plugin-solidity": "^1.0.0-beta.18", + "hardhat": "^2.7.0", + "prettier": "^2.5.0", + "prettier-plugin-solidity": "^1.0.0-beta.19", "solhint": "^3.3.6", "solhint-plugin-prettier": "^0.0.5", "solidity-coverage": "^0.7.17", - "truffle": "^5.4.17", + "truffle": "^5.4.22", "vuepress": "^1.8.2" } } diff --git a/truffle-config.js b/truffle-config.js index 9d05846..823072c 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -1,7 +1,7 @@ require('chai/register-should'); const solcStable = { - version: '0.8.9', + version: '0.8.10', settings: { optimizer: { enabled: true,