From 67df5a7857aa0fa005bc779fe3605fe4f1d377cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:56:04 +0000 Subject: [PATCH] build(deps-dev): Bump @nomicfoundation/hardhat-foundry Bumps [@nomicfoundation/hardhat-foundry](https://github.com/nomicfoundation/hardhat) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-foundry@1.1.2...@nomicfoundation/hardhat-foundry@1.1.3) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-foundry" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37f15544..fca7c27b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@hashgraph/hedera-local": "^2.31.0", "@hashgraph/sdk": "^2.53.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", - "@nomicfoundation/hardhat-foundry": "^1.1.2", + "@nomicfoundation/hardhat-foundry": "^1.1.3", "@openzeppelin/contracts": "^5.0.2", "@openzeppelin/contracts-upgradeable": "^5.1.0", "@openzeppelin/hardhat-upgrades": "^3.5.0", @@ -1081,12 +1081,12 @@ } }, "node_modules/@nomicfoundation/hardhat-foundry": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-foundry/-/hardhat-foundry-1.1.2.tgz", - "integrity": "sha512-f5Vhj3m2qvKGpr6NAINYwNgILDsai8dVCsFb1rAVLkJxOmD2pAtfCmOH5SBVr9yUI5B1z9rbTwPBJVrqnb+PXQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-foundry/-/hardhat-foundry-1.1.3.tgz", + "integrity": "sha512-30Ezc3hlZ4pC5Z/9W9euW5uoPKKQQKaecLETHJH8BPpd30zYOooy6HfjmcTY1/taOQjlwirOdNO7tHlje8Qcgw==", "dev": true, "dependencies": { - "chalk": "^2.4.2" + "picocolors": "^1.1.0" }, "peerDependencies": { "hardhat": "^2.17.2" @@ -5060,6 +5060,12 @@ "node": ">=0.12" } }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true + }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -7265,12 +7271,12 @@ } }, "@nomicfoundation/hardhat-foundry": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-foundry/-/hardhat-foundry-1.1.2.tgz", - "integrity": "sha512-f5Vhj3m2qvKGpr6NAINYwNgILDsai8dVCsFb1rAVLkJxOmD2pAtfCmOH5SBVr9yUI5B1z9rbTwPBJVrqnb+PXQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-foundry/-/hardhat-foundry-1.1.3.tgz", + "integrity": "sha512-30Ezc3hlZ4pC5Z/9W9euW5uoPKKQQKaecLETHJH8BPpd30zYOooy6HfjmcTY1/taOQjlwirOdNO7tHlje8Qcgw==", "dev": true, "requires": { - "chalk": "^2.4.2" + "picocolors": "^1.1.0" } }, "@nomicfoundation/slang": { @@ -10318,6 +10324,12 @@ "sha.js": "^2.4.8" } }, + "picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true + }, "picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", diff --git a/package.json b/package.json index 83f9cd89..47c3473b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@hashgraph/hedera-local": "^2.31.0", "@hashgraph/sdk": "^2.53.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", - "@nomicfoundation/hardhat-foundry": "^1.1.2", + "@nomicfoundation/hardhat-foundry": "^1.1.3", "@openzeppelin/contracts": "^5.0.2", "@openzeppelin/contracts-upgradeable": "^5.1.0", "hardhat": "^2.22.15",