From 5ffe5edb902364b68a706e7a21046a846fde1330 Mon Sep 17 00:00:00 2001 From: Ilia Choly Date: Fri, 18 Oct 2024 18:26:58 -0400 Subject: [PATCH] fix: 'hexoid is not a function' when using webpack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e5c25dc..73ffdff8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "debug": "^4.3.4", "fast-safe-stringify": "^2.1.1", "form-data": "^4.0.0", - "formidable": "^3.5.1", + "formidable": "^3.5.2", "methods": "^1.1.2", "mime": "2.6.0", "qs": "^6.11.0"