From f2a902d8e8fbe5f9fe0b6c558ad6ebdf1f85709f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:36:00 +0000 Subject: [PATCH] build(deps): bump hardhat from 2.22.16 to 2.22.17 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.16 to 2.22.17. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.16...hardhat@2.22.17) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- contract/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contract/package.json b/contract/package.json index 7e7aa44..5c869b2 100644 --- a/contract/package.json +++ b/contract/package.json @@ -15,7 +15,7 @@ "author": "", "license": "MIT", "dependencies": { - "hardhat": "^2.22.16", + "hardhat": "^2.22.17", "hardhat-deploy": "^0.12.4" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 72b646b..655be66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "hardhat": "^2.22.16", + "hardhat": "^2.22.17", "hardhat-deploy": "^0.12.4" }, "devDependencies": { @@ -5741,13 +5741,13 @@ } }, "node_modules/hardhat": { - "version": "2.22.16", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.16.tgz", - "integrity": "sha512-d52yQZ09u0roL6GlgJSvtknsBtIuj9JrJ/U8VMzr/wue+gO5v2tQayvOX6llerlR57Zw2EOTQjLAt6RpHvjwHA==", + "version": "2.22.17", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.17.tgz", + "integrity": "sha512-tDlI475ccz4d/dajnADUTRc1OJ3H8fpP9sWhXhBPpYsQOg8JHq5xrDimo53UhWPl7KJmAeDCm1bFG74xvpGRpg==", "dependencies": { "@ethersproject/abi": "^5.1.2", "@metamask/eth-sig-util": "^4.0.0", - "@nomicfoundation/edr": "^0.6.4", + "@nomicfoundation/edr": "^0.6.5", "@nomicfoundation/ethereumjs-common": "4.0.4", "@nomicfoundation/ethereumjs-tx": "5.0.4", "@nomicfoundation/ethereumjs-util": "9.0.4",