From 96eebbae691be5af318cde2109c205a44e716af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:14:15 +0200 Subject: [PATCH] chore(deps): bump @openzeppelin/contracts from 4.9.2 to 4.9.3 (#544) Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.9.2...v4.9.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8a7ca288..9e0201bc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@mui/icons-material": "^5.11.16", "@mui/material": "^5.14.4", "@mui/styles": "^5.14.4", - "@openzeppelin/contracts": "^4.9.2", + "@openzeppelin/contracts": "^4.9.3", "@reduxjs/toolkit": "^1.9.5", "@safe-global/safe-apps-provider": "^0.16.0", "@safe-global/safe-apps-react-sdk": "^4.6.4", diff --git a/yarn.lock b/yarn.lock index f72cd7ba..8b95d3f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2586,10 +2586,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@openzeppelin/contracts@^4.9.2": - version "4.9.2" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.2.tgz#1cb2d5e4d3360141a17dbc45094a8cad6aac16c1" - integrity sha512-mO+y6JaqXjWeMh9glYVzVu8HYPGknAAnWyxTRhGeckOruyXQMNnlcW6w/Dx9ftLeIQk6N+ZJFuVmTwF7lEIFrg== +"@openzeppelin/contracts@^4.9.3": + version "4.9.3" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.3.tgz#00d7a8cf35a475b160b3f0293a6403c511099364" + integrity sha512-He3LieZ1pP2TNt5JbkPA4PNT9WC3gOTOlDcFGJW4Le4QKqwmiNJCRt44APfxMxvq7OugU/cqYuPcSBzOw38DAg== "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.10"