From d92fafa149e4b58d719d07e773bbd89671edfc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:00:03 +0000 Subject: [PATCH] Bump hardhat from 2.22.8 to 2.22.9 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.8 to 2.22.9. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.8...hardhat@2.22.9) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60055f352..04d8ee4b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5667,9 +5667,9 @@ } }, "node_modules/hardhat": { - "version": "2.22.8", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.8.tgz", - "integrity": "sha512-hPh2feBGRswkXkoXUFW6NbxgiYtEzp/3uvVFjYROy6fA9LH8BobUyxStlyhSKj4+v1Y23ZoUBOVWL84IcLACrA==", + "version": "2.22.9", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.9.tgz", + "integrity": "sha512-sWiuI/yRdFUPfndIvL+2H18Vs2Gav0XacCFYY5msT5dHOWkhLxESJySIk9j83mXL31aXL8+UMA9OgViFLexklg==", "dependencies": { "@ethersproject/abi": "^5.1.2", "@metamask/eth-sig-util": "^4.0.0",