From c5b2c839d65dc2497112e3a937a200d0c7d805cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:09:19 +0000 Subject: [PATCH] Bump @nomicfoundation/hardhat-chai-matchers from 1.0.5 to 1.0.6 Bumps [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@1.0.5...@nomicfoundation/hardhat-chai-matchers@1.0.6) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-chai-matchers" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f7390e4..3620239 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "operator-filter-registry": "^1.4.0" }, "devDependencies": { - "@nomicfoundation/hardhat-chai-matchers": "^1.0.5", + "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", "@nomicfoundation/hardhat-network-helpers": "^1.0.7", "@nomiclabs/hardhat-ethers": "2.2.2", "@nomiclabs/hardhat-etherscan": "^3.1.5", diff --git a/yarn.lock b/yarn.lock index 1724f26..95069c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -544,15 +544,14 @@ mcl-wasm "^0.7.1" rustbn.js "~0.2.0" -"@nomicfoundation/hardhat-chai-matchers@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-chai-matchers/-/hardhat-chai-matchers-1.0.5.tgz#75d08bd9bd84a3cb7950be6bd27171a294516b01" - integrity sha512-+W5C/+5FHI2xBajUN9THSNc1UP6FUsA7LeLmfnaC9VMi/50/DEjjxd8OmizEXgV1Bjck7my4NVQLL1Ti39FkpA== +"@nomicfoundation/hardhat-chai-matchers@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-chai-matchers/-/hardhat-chai-matchers-1.0.6.tgz#72a2e312e1504ee5dd73fe302932736432ba96bc" + integrity sha512-f5ZMNmabZeZegEfuxn/0kW+mm7+yV7VNDxLpMOMGXWFJ2l/Ct3QShujzDRF9cOkK9Ui/hbDeOWGZqyQALDXVCQ== dependencies: "@ethersproject/abi" "^5.1.2" "@types/chai-as-promised" "^7.1.3" chai-as-promised "^7.1.1" - chalk "^2.4.2" deep-eql "^4.0.1" ordinal "^1.0.3"