Skip to content

Commit 2f8e191

Browse files
authored
Merge pull request #1817 from icholy/master
fix: 'hexoid is not a function' when using webpack
2 parents 630c375 + 5ffe5ed commit 2f8e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"debug": "^4.3.4",
2424
"fast-safe-stringify": "^2.1.1",
2525
"form-data": "^4.0.0",
26-
"formidable": "^3.5.1",
26+
"formidable": "^3.5.2",
2727
"methods": "^1.1.2",
2828
"mime": "2.6.0",
2929
"qs": "^6.11.0"

0 commit comments

Comments
 (0)