Skip to content

Commit

Permalink
build: replace async-busboy by @recuperateur/async-busboy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Sep 11, 2023
1 parent 374e977 commit 53ac32f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 33 deletions.
54 changes: 24 additions & 30 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
"@mui/icons-material": "5.11.0",
"@mui/material": "5.3.1",
"@mui/x-data-grid": "5.2.2",
"@recuperateur/async-busboy": "1.2.0",
"@uswitch/koa-access": "2.9.2",
"@uswitch/koa-prometheus": "0.7.0",
"@uswitch/koa-tracer": "1.7.2",
"ace-builds": "1.4.14",
"aphrodite": "^1.2.5",
"async-busboy": "^1.1.0",
"babel-loader": "^8.2.4",
"bull": "4.1.4",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion src/api/controller/api/field.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Koa from 'koa';
import route from 'koa-route';
import koaBodyParser from 'koa-bodyparser';
import asyncBusboy from 'async-busboy';
import asyncBusboy from '@recuperateur/async-busboy';
import restore from 'mongodb-restore';
import moment from 'moment';
import streamToString from 'stream-to-string';
Expand Down
2 changes: 1 addition & 1 deletion src/api/controller/api/upload.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Koa from 'koa';
import route from 'koa-route';
import asyncBusboy from 'async-busboy';
import asyncBusboy from '@recuperateur/async-busboy';
import config from 'config';
import koaBodyParser from 'koa-bodyparser';
import fs from 'fs';
Expand Down

0 comments on commit 53ac32f

Please sign in to comment.