diff --git a/package.json b/package.json index 66c95e2..c77a293 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,10 @@ "build": "truffle compile && typechain --target truffle --outDir types/truffle-contracts './build/contracts/*.json'" }, "peerDependencies": { - "@openzeppelin/contracts": "3.2.0" + "@openzeppelin/contracts": "4.4.2" }, "devDependencies": { - "@openzeppelin/contracts": "3.2.0", + "@openzeppelin/contracts": "4.4.2", "@openzeppelin/test-helpers": "0.5.6", "@truffle/hdwallet-provider": "1.1.1", "@types/bignumber.js": "5.0.0", diff --git a/yarn.lock b/yarn.lock index ed15eda..1f62910 100644 --- a/yarn.lock +++ b/yarn.lock @@ -193,10 +193,10 @@ fs-extra "^8.1.0" try-require "^1.2.1" -"@openzeppelin/contracts@3.2.0": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.2.0.tgz#3e6b3a7662d8ed64271ade96ef42655db983fd9d" - integrity sha512-bUOmkSoPkjnUyMiKo6RYnb0VHBk5D9KKDAgNLzF41aqAM3TeE0yGdFF5dVRcV60pZdJLlyFT/jjXIZCWyyEzAQ== +"@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== "@openzeppelin/test-helpers@0.5.6": version "0.5.6"