From c6c9e24e97b0f2f42293295dc3856342dcaf208a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:40:05 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.4.2 to 4.7.1 in /simple-trader Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.4.2 to 4.7.1. - [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.1) --- 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..24189b7 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.1", "@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..936c83d 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.1": + version "4.7.1" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.1.tgz#33d0a857b76b18d313e6bb6ed28cdaf367e90cfe" + integrity sha512-UXmAjKARsXORHlHZu5GCD7ZbRKm6nU8UHnbuT/QJJa2JEOEcbvV/X8w/sUk62Sl9VZuuljM1akrZLyAtzUgsxw== "@sentry/core@5.30.0": version "5.30.0"