diff --git a/contracts/package.json b/contracts/package.json index 3e5c158..63780af 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -13,7 +13,7 @@ "deploy:xdai": "hardhat deploy --network xdai" }, "dependencies": { - "@openzeppelin/contracts": "^3.4.0" + "@openzeppelin/contracts": "^4.4.2" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index d1d4017..596b0ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1955,10 +1955,10 @@ "@types/sinon-chai" "^3.2.3" "@types/web3" "1.0.19" -"@openzeppelin/contracts@^3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.4.0.tgz#9a1669ad5f9fdfb6e273bb5a4fed10cb4cc35eb0" - integrity sha512-qh+EiHWzfY/9CORr+eRUkeEUP1WiFUcq3974bLHwyYzLBUtK6HPaMkIUHi74S1rDTZ0sNz42DwPc5A4IJvN3rg== +"@openzeppelin/contracts@^4.4.2": + version "4.4.2" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.4.2.tgz#4e889c9c66e736f7de189a53f8ba5b8d789425c2" + integrity sha512-NyJV7sJgoGYqbtNUWgzzOGW4T6rR19FmX1IJgXGdapGPWsuMelGJn9h03nos0iqfforCbCB0iYIR0MtIuIFLLw== "@resolver-engine/core@^0.3.3": version "0.3.3"