From 912212ab1d2520c1b6de288619134e5b28cd6679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:15:34 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 2.3.0 to 4.4.2 in /ChallengeContracts Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 2.3.0 to 4.4.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/v2.3.0...v4.4.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ChallengeContracts/package-lock.json | 6 +++--- ChallengeContracts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChallengeContracts/package-lock.json b/ChallengeContracts/package-lock.json index f73c637..a9a06bb 100644 --- a/ChallengeContracts/package-lock.json +++ b/ChallengeContracts/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@openzeppelin/contracts": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-2.3.0.tgz", - "integrity": "sha512-lf8C3oULQAnsu3OTRP4tP5/ddfil6l65Lg3JQCwAIgc99vZ1jz5qeBoETGGGmczxt+bIyMI06WPP2apC74EZag==" + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.2.tgz", + "integrity": "sha512-NyJV7sJgoGYqbtNUWgzzOGW4T6rR19FmX1IJgXGdapGPWsuMelGJn9h03nos0iqfforCbCB0iYIR0MtIuIFLLw==" }, "@sindresorhus/is": { "version": "0.14.0", diff --git a/ChallengeContracts/package.json b/ChallengeContracts/package.json index 9037607..7aea58e 100644 --- a/ChallengeContracts/package.json +++ b/ChallengeContracts/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@openzeppelin/contracts": "^2.3.0", + "@openzeppelin/contracts": "^4.4.2", "drizzle": "^1.4.0", "truffle": "^5.0.30", "truffle-hdwallet-provider": "^1.0.16"