From 5dc85026686ed583433ce8894aef5f8c5233cc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:54:45 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.2.0 to 4.8.3 in /hardhat Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.2.0 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.2.0...v4.8.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hardhat/package-lock.json | 6 +++--- hardhat/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hardhat/package-lock.json b/hardhat/package-lock.json index 985f9f9..3cc0c6f 100644 --- a/hardhat/package-lock.json +++ b/hardhat/package-lock.json @@ -657,9 +657,9 @@ } }, "@openzeppelin/contracts": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.2.0.tgz", - "integrity": "sha512-LD4NnkKpHHSMo5z9MvFsG4g1xxZUDqV3A3Futu3nvyfs4wPwXxqOgMaxOoa2PeyGL2VNeSlbxT54enbQzGcgJQ==" + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz", + "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" }, "@resolver-engine/core": { "version": "0.3.3", diff --git a/hardhat/package.json b/hardhat/package.json index 50b031d..d7222c6 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -9,7 +9,7 @@ "hardhat": "^2.4.3" }, "dependencies": { - "@openzeppelin/contracts": "^4.2.0", + "@openzeppelin/contracts": "^4.8.3", "dotenv": "^10.0.0" }, "scripts": {