From e066abb5e1902c09b3fce54e0c09f6778a2b16a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 17:23:09 +0000 Subject: [PATCH] Bump @openzeppelin/contracts in /ethereum/smart-contract Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.0 to 4.8.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.8.0...v4.8.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ethereum/smart-contract/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/smart-contract/package.json b/ethereum/smart-contract/package.json index 40289b943..5f8948a75 100644 --- a/ethereum/smart-contract/package.json +++ b/ethereum/smart-contract/package.json @@ -26,7 +26,7 @@ "@nomiclabs/hardhat-ethers": "^2.2.1", "@nomiclabs/hardhat-etherscan": "^3.1.6", "@nomiclabs/hardhat-solhint": "^3.0.0", - "@openzeppelin/contracts": "^4.8.0", + "@openzeppelin/contracts": "^4.8.2", "@openzeppelin/contracts-upgradeable": "^4.8.0", "@openzeppelin/hardhat-upgrades": "^1.22.1", "@openzeppelin/test-environment": "^0.1.9",