From c7a059d18938d292f90f5560901ca098ad8ceeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:04:41 +0000 Subject: [PATCH] chore(deps): bump form-data from 4.0.4 to 4.0.6 Bumps [form-data](https://github.com/form-data/form-data) from 4.0.4 to 4.0.6. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.4...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71aace74a2f..d55fd865cb6 100644 --- a/package.json +++ b/package.json @@ -306,7 +306,7 @@ "axios": "^1.13.4", "bn.js": "^5.2.1", "css-minimizer-webpack-plugin": ">=4 <5", - "form-data": "^4.0.4", + "form-data": "^4.0.6", "gobbledygook": "https://github.com/mozilla-fxa/gobbledygook.git#354042684056e57ca77f036989e907707a36cff2", "minimist": "^1.2.6", "multer": "^2.1.1",