From e80353ef2de806211243eed764370fdae8a4064a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:16:32 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 3.0.1 to 4.4.2 in /contract Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.0.1 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/v3.0.1...v4.4.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contract/package-lock.json | 6 +++--- contract/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contract/package-lock.json b/contract/package-lock.json index 8067299..4af8237 100644 --- a/contract/package-lock.json +++ b/contract/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@openzeppelin/contracts": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-3.0.1.tgz", - "integrity": "sha512-uSrD7hZ0ViuHGqHZbeHawZBi/uy7aBiNramXAt2dFFuSuoU4u9insS3V3zdVfOnYSPreUo636xSOuQIFN4//HA==" + "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/contract/package.json b/contract/package.json index 700191f..6e855aa 100644 --- a/contract/package.json +++ b/contract/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@openzeppelin/contracts": "^3.0.1" + "@openzeppelin/contracts": "^4.4.2" }, "devDependencies": { "truffle-hdwallet-provider": "^1.0.17",