From 14aceafb172365367958679756310c36871570aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:26:16 +0000 Subject: [PATCH] Bump formidable from 1.2.6 to 3.5.1 Bumps [formidable](https://github.com/node-formidable/formidable) from 1.2.6 to 3.5.1. - [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.5.1) --- updated-dependencies: - dependency-name: formidable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a8650b..fc267fd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ejs": "^3.1.2", "eris": "^0.14.0", "express": "^4.16.4", - "formidable": "^1.2.1", + "formidable": "^3.5.1", "fs-extra": "^9.0.0", "helmet": "^4.0.0", "lowdb": "^1.0.0",