From 2aa7a51b19c447e321e41b5fe5873e9f09787f26 Mon Sep 17 00:00:00 2001 From: vittominacori Date: Wed, 13 May 2020 18:27:53 +0200 Subject: [PATCH] update dependencies --- buidler.config.js | 2 +- ethpm.json | 2 +- package.json | 26 +++++++++++++------------- truffle-config.js | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/buidler.config.js b/buidler.config.js index ff5c6b0..503e83c 100644 --- a/buidler.config.js +++ b/buidler.config.js @@ -13,7 +13,7 @@ module.exports = { }, }, solc: { - version: '0.6.6', + version: '0.6.7', optimizer: { enabled: true, runs: 200, diff --git a/ethpm.json b/ethpm.json index 2298c26..5ab9687 100644 --- a/ethpm.json +++ b/ethpm.json @@ -1,6 +1,6 @@ { "package_name": "eth-token-recover", - "version": "3.0.1", + "version": "3.0.2", "description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error", "authors": [ "Vittorio Minacori (https://github.com/vittominacori)" diff --git a/package.json b/package.json index 913b542..8209c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-token-recover", - "version": "3.0.1", + "version": "3.0.2", "description": "TokenRecover allows the contract owner to recover any ERC20 token sent into the contract for error", "files": [ "contracts", @@ -45,31 +45,31 @@ }, "homepage": "https://github.com/vittominacori/eth-token-recover", "dependencies": { - "@openzeppelin/contracts": "3.0.0" + "@openzeppelin/contracts": "3.0.1" }, "devDependencies": { - "@nomiclabs/buidler": "^1.3.0", - "@nomiclabs/buidler-ganache": "^1.3.0", - "@nomiclabs/buidler-truffle5": "^1.3.0", - "@nomiclabs/buidler-web3": "^1.3.0", + "@nomiclabs/buidler": "^1.3.3", + "@nomiclabs/buidler-ganache": "^1.3.3", + "@nomiclabs/buidler-truffle5": "^1.3.3", + "@nomiclabs/buidler-web3": "^1.3.3", "@openzeppelin/test-helpers": "^0.5.5", "chai": "^4.2.0", - "coveralls": "^3.0.11", - "eslint": "^6.8.0", + "coveralls": "^3.1.0", + "eslint": "^7.0.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-mocha-no-only": "^1.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "ethereumjs-util": "^6.2.0", + "ethereumjs-util": "^7.0.0", "ethjs-abi": "^0.2.1", "ganache-cli": "^6.9.1", "pify": "^5.0.0", - "solhint": "^3.0.0-rc.8", - "solidity-coverage": "^0.7.4", - "truffle": "^5.1.22", + "solhint": "^3.0.0", + "solidity-coverage": "^0.7.5", + "truffle": "^5.1.25", "vuepress": "^0.14.11", - "web3": "^1.2.6" + "web3": "^1.2.7" } } diff --git a/truffle-config.js b/truffle-config.js index c4f658d..8b90db5 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -1,7 +1,7 @@ require('chai/register-should'); const solcStable = { - version: '0.6.6', + version: '0.6.7', settings: { optimizer: { enabled: true,