From ac5dabd3d86baf1ad275e11bbe4a2c5859cae329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:14:58 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.8.3 to 4.9.2 in /contracts Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.3 to 4.9.2. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.8.3...v4.9.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contracts/package-lock.json | 8 ++++---- contracts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contracts/package-lock.json b/contracts/package-lock.json index c80e2dc..b09c216 100644 --- a/contracts/package-lock.json +++ b/contracts/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "hardhat-project", "dependencies": { - "@openzeppelin/contracts": "^4.8.3", + "@openzeppelin/contracts": "^4.9.2", "dotenv": "^16.0.3", "hardhat-deploy": "^0.11.25" }, @@ -1379,9 +1379,9 @@ } }, "node_modules/@openzeppelin/contracts": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz", - "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.9.2.tgz", + "integrity": "sha512-mO+y6JaqXjWeMh9glYVzVu8HYPGknAAnWyxTRhGeckOruyXQMNnlcW6w/Dx9ftLeIQk6N+ZJFuVmTwF7lEIFrg==" }, "node_modules/@scure/base": { "version": "1.1.1", diff --git a/contracts/package.json b/contracts/package.json index 0d4f773..94c9038 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -23,7 +23,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "@openzeppelin/contracts": "^4.8.3", + "@openzeppelin/contracts": "^4.9.2", "dotenv": "^16.0.3", "hardhat-deploy": "^0.11.25" }