From f8a4cb69569bb818a0b9381d88d945a82fc79f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 03:18:51 +0000 Subject: [PATCH] build(deps): bump formidable from 2.0.1 to 3.2.4 Bumps [formidable](https://github.com/node-formidable/formidable) from 2.0.1 to 3.2.4. - [Release notes](https://github.com/node-formidable/formidable/releases) - [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md) - [Commits](https://github.com/node-formidable/formidable/commits/v3.2.4) --- updated-dependencies: - dependency-name: formidable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7935a702..3d2479f3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "async": "3.2.0", "async-validator": "1.8.1", "editor-json-parser": "1.1.1", - "formidable": "2.0.1", + "formidable": "3.2.4", "formstream": "1.1.1", "hc-bee": "1.0.10", "hc-signature-auth": "1.0.7",