From 0a1f2f466113b64ed155379e8d1fab88a9bc9e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:09:06 +0000 Subject: [PATCH] deps(hardhat): bump fs-extra in /hardhat in the hardhat-utilities group Bumps the hardhat-utilities group in /hardhat with 1 update: [fs-extra](https://github.com/jprichardson/node-fs-extra). Updates `fs-extra` from 11.3.6 to 11.4.0 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.6...11.4.0) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hardhat-utilities ... Signed-off-by: dependabot[bot] --- hardhat/package-lock.json | 8 ++++---- hardhat/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hardhat/package-lock.json b/hardhat/package-lock.json index a8218d462..8b511aae1 100644 --- a/hardhat/package-lock.json +++ b/hardhat/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@openzeppelin/contracts": "~5.6.1", "dotenv": "~17.4.2", - "fs-extra": "~11.3.6" + "fs-extra": "~11.4.0" }, "devDependencies": { "@nomicfoundation/hardhat-toolbox-viem": "^5.0.7", @@ -1974,9 +1974,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.6", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.6.tgz", - "integrity": "sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", diff --git a/hardhat/package.json b/hardhat/package.json index f18d057cc..8e49c620d 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -26,7 +26,7 @@ "dependencies": { "@openzeppelin/contracts": "~5.6.1", "dotenv": "~17.4.2", - "fs-extra": "~11.3.6" + "fs-extra": "~11.4.0" }, "engines": { "node": ">=22.0.0"