From bbdc61b0f77de908cfd95fa2ae486f7e3eb15b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 19:08:04 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.4.2 to 4.7.3 in /simple-trader Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.4.2 to 4.7.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.4.2...v4.7.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- simple-trader/package.json | 2 +- simple-trader/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/simple-trader/package.json b/simple-trader/package.json index 5c76959..0a5e8e2 100644 --- a/simple-trader/package.json +++ b/simple-trader/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.4", - "@openzeppelin/contracts": "^4.4.2", + "@openzeppelin/contracts": "^4.7.3", "@typechain/ethers-v5": "^9.0.0", "@types/mocha": "^9.1.0", "hardhat": "^2.8.2", diff --git a/simple-trader/yarn.lock b/simple-trader/yarn.lock index 77b1e20..8aec884 100644 --- a/simple-trader/yarn.lock +++ b/simple-trader/yarn.lock @@ -428,10 +428,10 @@ resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.0.4.tgz#288889c338acaf47cabd29020e561d0077b7efcf" integrity sha512-7LMR344TkdCYkMVF9LuC9VU2NBIi84akQiwqm7OufpWaDgHbWhuanY53rk3SVAW0E4HBk5xn5wl5+bN5f+Mq5w== -"@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/contracts@^4.7.3": + version "4.7.3" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e" + integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw== "@sentry/core@5.30.0": version "5.30.0"