From cd1d8859724292256164f8997e3fea3e21e0e3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:38:04 +0000 Subject: [PATCH] build(deps): bump hardhat from 2.17.2 to 2.19.3 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.17.2 to 2.19.3. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.17.2...hardhat@2.19.3) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:production update-type: version-update:semver-minor ... 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 02b600bc..9bd43661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/contracts-upgradeable": "^4.9.3", "@primitivefi/hardhat-dodoc": "^0.2.3", - "hardhat": "^2.17.2", + "hardhat": "^2.19.3", "keccak256": "^1.0.6", "mcl-wasm": "^1.3.0", "merkletreejs": "^0.3.10" @@ -5904,9 +5904,9 @@ } }, "node_modules/hardhat": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.17.2.tgz", - "integrity": "sha512-oUv40jBeHw0dKpbyQ+iH9cmNMziweLoTW3MnkNxJ2Gc0KGLrQR/1n4vV4xY60zn2LdmRgnwPqy3CgtY0mfwIIA==", + "version": "2.19.3", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.19.3.tgz", + "integrity": "sha512-zUvfILiu1O7W1a+t5E1nCJ6z1danRLNizQkSEQCCgDYcRx13AGXtH1MVZajKmdLmXIjKAPReTp/8JQQ4ZHaX3g==", "dependencies": { "@ethersproject/abi": "^5.1.2", "@metamask/eth-sig-util": "^4.0.0", @@ -15763,9 +15763,9 @@ } }, "hardhat": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.17.2.tgz", - "integrity": "sha512-oUv40jBeHw0dKpbyQ+iH9cmNMziweLoTW3MnkNxJ2Gc0KGLrQR/1n4vV4xY60zn2LdmRgnwPqy3CgtY0mfwIIA==", + "version": "2.19.3", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.19.3.tgz", + "integrity": "sha512-zUvfILiu1O7W1a+t5E1nCJ6z1danRLNizQkSEQCCgDYcRx13AGXtH1MVZajKmdLmXIjKAPReTp/8JQQ4ZHaX3g==", "requires": { "@ethersproject/abi": "^5.1.2", "@metamask/eth-sig-util": "^4.0.0", diff --git a/package.json b/package.json index 4cabcfb2..a1e4b6b6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/contracts-upgradeable": "^4.9.3", "@primitivefi/hardhat-dodoc": "^0.2.3", - "hardhat": "^2.17.2", + "hardhat": "^2.19.3", "keccak256": "^1.0.6", "mcl-wasm": "^1.3.0", "merkletreejs": "^0.3.10"