Skip to content

Commit

Permalink
chore(developer): update multer dependency for server
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mcdurdin committed Sep 19, 2022
1 parent 835f34c commit 3d61d18
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 183 deletions.
2 changes: 1 addition & 1 deletion developer/src/server/package.json
Expand Up @@ -14,7 +14,7 @@
"@sentry/node": "^6.16.1",
"chalk": "^4.1.2",
"express": "^4.17.2",
"multer": "^1.4.4",
"multer": "^1.4.5-lts.1",
"ngrok": "^4.2.2",
"open": "^8.4.0",
"ws": "^8.3.0"
Expand Down
251 changes: 69 additions & 182 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d61d18

Please sign in to comment.