From d95b3251324cd35267deb439e18a201c870e0c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:39:49 +1100 Subject: [PATCH] Bump @nomicfoundation/hardhat-ignition in /SmartContracts (#296) Bumps [@nomicfoundation/hardhat-ignition](https://github.com/NomicFoundation/hardhat-ignition) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/NomicFoundation/hardhat-ignition/releases) - [Commits](https://github.com/NomicFoundation/hardhat-ignition/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-ignition" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- SmartContracts/package-lock.json | 46 ++++++++++++++++---------------- SmartContracts/package.json | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/SmartContracts/package-lock.json b/SmartContracts/package-lock.json index fcfd331d..0b264433 100644 --- a/SmartContracts/package-lock.json +++ b/SmartContracts/package-lock.json @@ -14,7 +14,7 @@ "bignumber.js": "^9.1.2" }, "devDependencies": { - "@nomicfoundation/hardhat-ignition": "^0.11.0", + "@nomicfoundation/hardhat-ignition": "^0.11.1", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "hardhat": "^2.18.2", "hardhat-abi-exporter": "^2.10.1", @@ -1871,13 +1871,13 @@ } }, "node_modules/@nomicfoundation/hardhat-ignition": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.11.0.tgz", - "integrity": "sha512-zuLRSjxN2fQvs4TV7+E++fsR2e7F4PybG5baPtqa+7VZidVS2ch1xyKbLUlCsfuWXrx+W6bTpYWdjh1+A9qOyQ==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.11.1.tgz", + "integrity": "sha512-cWaJRi2F16oZFaseKhCmCa3BUUaSf0Ywp5/Nn9vQ182tbK8sQ/BHnyelCuP1lnEF4Q7bI/rBxjd/d/1OLMKfZA==", "dev": true, "dependencies": { - "@nomicfoundation/ignition-core": "^0.11.0", - "@nomicfoundation/ignition-ui": "^0.11.0", + "@nomicfoundation/ignition-core": "^0.11.1", + "@nomicfoundation/ignition-ui": "^0.11.1", "chalk": "^4.0.0", "debug": "^4.3.2", "ethers": "^6.7.0", @@ -2095,9 +2095,9 @@ } }, "node_modules/@nomicfoundation/ignition-core": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-core/-/ignition-core-0.11.0.tgz", - "integrity": "sha512-LMPa/sn4loO8pvzRno6v2zocnlHenJ2Jqoi1lAgFsMgfqQeVVMHE/S9ri8NdhhYrY2NymD2umVQ3xtik5lCWaw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-core/-/ignition-core-0.11.1.tgz", + "integrity": "sha512-0w97TrBbefcNt672pjd0FSIp0NAzMcqnwD11gtzkXdzF6z/gM4f8pLaTfANXRE+JDyX4A94xAvhNY48QFacm7w==", "dev": true, "dependencies": { "@ethersproject/address": "5.6.1", @@ -2181,9 +2181,9 @@ } }, "node_modules/@nomicfoundation/ignition-ui": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-ui/-/ignition-ui-0.11.0.tgz", - "integrity": "sha512-AKY7YRcmViwHm7w1ooDDhnS4j6ZXvih97whSc2LV+07fLkNXgu3Ll8nZbK9/N8XK2K+47PUqs7cM0srCH+lpVw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-ui/-/ignition-ui-0.11.1.tgz", + "integrity": "sha512-QdcsZ35UkhyjQ9i6ywRt9Zm4F08OW/xYG/lwSm5RjDxhCy15fNmwlZoMr/t8gNp2yYexM6KH035RjtAsZNVgeg==", "dev": true }, "node_modules/@nomicfoundation/solidity-analyzer": { @@ -14397,13 +14397,13 @@ } }, "@nomicfoundation/hardhat-ignition": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.11.0.tgz", - "integrity": "sha512-zuLRSjxN2fQvs4TV7+E++fsR2e7F4PybG5baPtqa+7VZidVS2ch1xyKbLUlCsfuWXrx+W6bTpYWdjh1+A9qOyQ==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.11.1.tgz", + "integrity": "sha512-cWaJRi2F16oZFaseKhCmCa3BUUaSf0Ywp5/Nn9vQ182tbK8sQ/BHnyelCuP1lnEF4Q7bI/rBxjd/d/1OLMKfZA==", "dev": true, "requires": { - "@nomicfoundation/ignition-core": "^0.11.0", - "@nomicfoundation/ignition-ui": "^0.11.0", + "@nomicfoundation/ignition-core": "^0.11.1", + "@nomicfoundation/ignition-ui": "^0.11.1", "chalk": "^4.0.0", "debug": "^4.3.2", "ethers": "^6.7.0", @@ -14565,9 +14565,9 @@ } }, "@nomicfoundation/ignition-core": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-core/-/ignition-core-0.11.0.tgz", - "integrity": "sha512-LMPa/sn4loO8pvzRno6v2zocnlHenJ2Jqoi1lAgFsMgfqQeVVMHE/S9ri8NdhhYrY2NymD2umVQ3xtik5lCWaw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-core/-/ignition-core-0.11.1.tgz", + "integrity": "sha512-0w97TrBbefcNt672pjd0FSIp0NAzMcqnwD11gtzkXdzF6z/gM4f8pLaTfANXRE+JDyX4A94xAvhNY48QFacm7w==", "dev": true, "requires": { "@ethersproject/address": "5.6.1", @@ -14632,9 +14632,9 @@ } }, "@nomicfoundation/ignition-ui": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-ui/-/ignition-ui-0.11.0.tgz", - "integrity": "sha512-AKY7YRcmViwHm7w1ooDDhnS4j6ZXvih97whSc2LV+07fLkNXgu3Ll8nZbK9/N8XK2K+47PUqs7cM0srCH+lpVw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-ui/-/ignition-ui-0.11.1.tgz", + "integrity": "sha512-QdcsZ35UkhyjQ9i6ywRt9Zm4F08OW/xYG/lwSm5RjDxhCy15fNmwlZoMr/t8gNp2yYexM6KH035RjtAsZNVgeg==", "dev": true }, "@nomicfoundation/solidity-analyzer": { diff --git a/SmartContracts/package.json b/SmartContracts/package.json index 386c3ce3..5139a471 100644 --- a/SmartContracts/package.json +++ b/SmartContracts/package.json @@ -11,7 +11,7 @@ "graphgen": "npx hardhat run scripts/deploy-graph.ts" }, "devDependencies": { - "@nomicfoundation/hardhat-ignition": "^0.11.0", + "@nomicfoundation/hardhat-ignition": "^0.11.1", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "hardhat": "^2.18.2", "hardhat-abi-exporter": "^2.10.1",