From ad9cea416b384339024f5446005cc295eb54201b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 18:52:02 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.4.0 to 4.4.2 in /contract-examples Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.4.0 to 4.4.2. - [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.0...v4.4.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- contract-examples/package.json | 2 +- contract-examples/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contract-examples/package.json b/contract-examples/package.json index b32843a5f5..40e7f7aa51 100644 --- a/contract-examples/package.json +++ b/contract-examples/package.json @@ -3,7 +3,7 @@ "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-waffle": "^2.0.1", - "@openzeppelin/contracts": "^4.3.0", + "@openzeppelin/contracts": "^4.4.2", "@types/chai": "^4.2.21", "@types/mocha": "^9.0.0", "@types/node": "^16.7.1", diff --git a/contract-examples/yarn.lock b/contract-examples/yarn.lock index cb3f48fedf..26ffb89a27 100644 --- a/contract-examples/yarn.lock +++ b/contract-examples/yarn.lock @@ -545,10 +545,10 @@ "@types/sinon-chai" "^3.2.3" "@types/web3" "1.0.19" -"@openzeppelin/contracts@^4.3.0": - version "4.4.0" - resolved "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz" - integrity sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw== +"@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"