Skip to content

Commit 3d61d18

Browse files
committed
chore(developer): update multer dependency for server
Removes Keyman Developer Server's transitive dependency on dicer by updating multer to `1.4.5-lts.1`, which updates its dependency on busboy. See expressjs/multer#1097 (comment) for reasoning behind use of `-lts.1` rather than a full release version. At some point in the future, multer will publish a full release with this fix, at which point we can move back to a full release version.
1 parent 835f34c commit 3d61d18

File tree

2 files changed

+70
-183
lines changed

2 files changed

+70
-183
lines changed

developer/src/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@sentry/node": "^6.16.1",
1515
"chalk": "^4.1.2",
1616
"express": "^4.17.2",
17-
"multer": "^1.4.4",
17+
"multer": "^1.4.5-lts.1",
1818
"ngrok": "^4.2.2",
1919
"open": "^8.4.0",
2020
"ws": "^8.3.0"

package-lock.json

Lines changed: 69 additions & 182 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)