From 525590b65d6150e3d7f8a707a25225f789967592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:40:23 +0000 Subject: [PATCH] build(deps): Bump form-data in /packages/ethereum-storage Bumps [form-data](https://github.com/form-data/form-data) from 3.0.4 to 3.0.5. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: form-data dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/ethereum-storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ethereum-storage/package.json b/packages/ethereum-storage/package.json index 134ba9981..ab2b7ee38 100644 --- a/packages/ethereum-storage/package.json +++ b/packages/ethereum-storage/package.json @@ -45,7 +45,7 @@ "@requestnetwork/types": "0.59.0", "@requestnetwork/utils": "0.59.0", "ethers": "5.7.2", - "form-data": "3.0.4", + "form-data": "3.0.5", "qs": "6.15.2", "shelljs": "0.8.5", "tslib": "2.8.1",