From 4d841c8e7aeae31b8a3fe39afdec34a062c3a7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:51:31 +0000 Subject: [PATCH] Bump hardhat from 2.17.2 to 2.17.3 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.17.2 to 2.17.3. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.17.2...hardhat@2.17.3) --- 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 97c1ec4c..244e0ee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11324,9 +11324,9 @@ } }, "node_modules/hardhat": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.17.2.tgz", - "integrity": "sha512-oUv40jBeHw0dKpbyQ+iH9cmNMziweLoTW3MnkNxJ2Gc0KGLrQR/1n4vV4xY60zn2LdmRgnwPqy3CgtY0mfwIIA==", + "version": "2.17.3", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.17.3.tgz", + "integrity": "sha512-SFZoYVXW1bWJZrIIKXOA+IgcctfuKXDwENywiYNT2dM3YQc4fXNaTbuk/vpPzHIF50upByx4zW5EqczKYQubsA==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.1.2",