From 3d693406288f0db363f12803887e443ffdae7a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:23:31 +0000 Subject: [PATCH] chore(deps): bump @openzeppelin/contracts from 4.8.1 to 4.8.3 Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.1 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.8.1...v4.8.3) --- 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 95890e4..c7a6160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.16", "@hookform/resolvers": "^2.9.11", - "@openzeppelin/contracts": "^4.8.1", + "@openzeppelin/contracts": "^4.8.3", "@openzeppelin/wizard": "^0.2.0", "@tanstack/react-query": "^4.24.10", "@trpc/client": "^10.12.0", @@ -2198,9 +2198,9 @@ } }, "node_modules/@openzeppelin/contracts": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.1.tgz", - "integrity": "sha512-xQ6eUZl+RDyb/FiZe1h+U7qr/f4p/SrTSQcTPH2bjur3C5DbuW/zFgCU/b1P/xcIaEqJep+9ju4xDRi3rmChdQ==" + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz", + "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" }, "node_modules/@openzeppelin/wizard": { "version": "0.2.0", @@ -10340,9 +10340,9 @@ } }, "@openzeppelin/contracts": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.1.tgz", - "integrity": "sha512-xQ6eUZl+RDyb/FiZe1h+U7qr/f4p/SrTSQcTPH2bjur3C5DbuW/zFgCU/b1P/xcIaEqJep+9ju4xDRi3rmChdQ==" + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz", + "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" }, "@openzeppelin/wizard": { "version": "0.2.0", diff --git a/package.json b/package.json index 5709386..4351fd7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.16", "@hookform/resolvers": "^2.9.11", - "@openzeppelin/contracts": "^4.8.1", + "@openzeppelin/contracts": "^4.8.3", "@openzeppelin/wizard": "^0.2.0", "@tanstack/react-query": "^4.24.10", "@trpc/client": "^10.12.0",