From 1d74664bffcfcd6cf5c428cc2f647eaf3156dbcf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Jan 2022 04:54:46 +0000 Subject: [PATCH] fix(deps): update dependency @openzeppelin/contracts to v4.4.2 [security] --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6df8d6..c76efde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "GPL-3.0", "dependencies": { - "@openzeppelin/contracts": "4.4.0", + "@openzeppelin/contracts": "4.4.2", "@paypr/ethereum-contracts": "0.4.3", "ethers": "5.5.3" }, @@ -2942,9 +2942,9 @@ } }, "node_modules/@openzeppelin/contracts": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz", - "integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==" + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.2.tgz", + "integrity": "sha512-NyJV7sJgoGYqbtNUWgzzOGW4T6rR19FmX1IJgXGdapGPWsuMelGJn9h03nos0iqfforCbCB0iYIR0MtIuIFLLw==" }, "node_modules/@paypr/ethereum-contracts": { "version": "0.4.3", @@ -2959,6 +2959,11 @@ "npm": ">=7.20" } }, + "node_modules/@paypr/ethereum-contracts/node_modules/@openzeppelin/contracts": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz", + "integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==" + }, "node_modules/@paypr/ethereum-contracts/node_modules/ethers": { "version": "5.5.2", "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.5.2.tgz", @@ -29744,9 +29749,9 @@ } }, "@openzeppelin/contracts": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz", - "integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==" + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.2.tgz", + "integrity": "sha512-NyJV7sJgoGYqbtNUWgzzOGW4T6rR19FmX1IJgXGdapGPWsuMelGJn9h03nos0iqfforCbCB0iYIR0MtIuIFLLw==" }, "@paypr/ethereum-contracts": { "version": "0.4.3", @@ -29757,6 +29762,11 @@ "ethers": "5.5.2" }, "dependencies": { + "@openzeppelin/contracts": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz", + "integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==" + }, "ethers": { "version": "5.5.2", "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.5.2.tgz", diff --git a/package.json b/package.json index 2c4b7f4..89ef35e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ } }, "dependencies": { - "@openzeppelin/contracts": "4.4.0", + "@openzeppelin/contracts": "4.4.2", "@paypr/ethereum-contracts": "0.4.3", "ethers": "5.5.3" },