From 62ae914f445e8988a4934c8add039ba19609f9ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 10:58:49 +0000 Subject: [PATCH] Bump form-data from 3.0.1 to 4.0.0 in /packages/health-check Bumps [form-data](https://github.com/form-data/form-data) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/form-data/form-data/releases) - [Commits](https://github.com/form-data/form-data/compare/v3.0.1...v4.0.0) Signed-off-by: dependabot[bot] --- packages/health-check/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/health-check/package.json b/packages/health-check/package.json index 468860b9..a1fabf13 100644 --- a/packages/health-check/package.json +++ b/packages/health-check/package.json @@ -6,7 +6,7 @@ "dependencies": { "deep-object-diff": "^1.1.0", "express": "^4.17.1", - "form-data": "^3.0.1", + "form-data": "^4.0.0", "got": "^11.8.2", "graceful-fs": "^4.2.6", "hasha": "^5.2.2",