From 1828e560699e57d293f9104e9e5effcafdb6035f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 00:31:49 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.3.0 to 4.7.2 Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.3.0 to 4.7.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.3.0...v4.7.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index edaf86d4..d8c3f654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.15.0", "@codechecks/client": "^0.1.11", - "@openzeppelin/contracts": "^4.3.0", + "@openzeppelin/contracts": "^4.7.2", "@truffle/contract": "^4.3.30", "@truffle/hdwallet-provider": "^1.4.3", "acorn": "^8.4.1", @@ -1739,9 +1739,9 @@ } }, "node_modules/@openzeppelin/contracts": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.3.0.tgz", - "integrity": "sha512-+uBDl/TrmR0Kch6mq3tuxMex/fK7huR6+fQMae+zJk1K5T+dp0pFl12Hbc+1L6oYMXoyDSBJ8zqhRIntrREDFA==" + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.7.2.tgz", + "integrity": "sha512-4n/JL9izql8303mPqPdubuna/DWEMbmOzWYUWyCPhjhiEr2w3nQrjE7vZz1fBF+wzzP6dZbIcsgqACk53c9FGA==" }, "node_modules/@openzeppelin/test-helpers": { "version": "0.5.13", @@ -27358,9 +27358,9 @@ } }, "@openzeppelin/contracts": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.3.0.tgz", - "integrity": "sha512-+uBDl/TrmR0Kch6mq3tuxMex/fK7huR6+fQMae+zJk1K5T+dp0pFl12Hbc+1L6oYMXoyDSBJ8zqhRIntrREDFA==" + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.7.2.tgz", + "integrity": "sha512-4n/JL9izql8303mPqPdubuna/DWEMbmOzWYUWyCPhjhiEr2w3nQrjE7vZz1fBF+wzzP6dZbIcsgqACk53c9FGA==" }, "@openzeppelin/test-helpers": { "version": "0.5.13", diff --git a/package.json b/package.json index 8094c956..1416921e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@babel/core": "^7.15.0", "@codechecks/client": "^0.1.11", - "@openzeppelin/contracts": "^4.3.0", + "@openzeppelin/contracts": "^4.7.2", "@truffle/contract": "^4.3.30", "@truffle/hdwallet-provider": "^1.4.3", "acorn": "^8.4.1",