From 2bf1445fb22c38845d95376ae8b654cf9a1facdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:01:28 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.4.2 to 4.8.3 in /simple-trader Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.4.2 to 4.8.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.8.3/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.4.2...v4.8.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..34d256a 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.8.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..90c3555 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.8.3": + version "4.8.3" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.3.tgz#cbef3146bfc570849405f59cba18235da95a252a" + integrity sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg== "@sentry/core@5.30.0": version "5.30.0"