Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit cba48eb

Browse files
Bump flat and json2csv
Removes [flat](https://github.com/hughsk/flat). It's no longer used after updating ancestor dependency [json2csv](https://github.com/zemirco/json2csv). These dependencies need to be updated together. Removes `flat` Updates `json2csv` from 3.11.5 to 6.0.0-alpha.2 - [Release notes](https://github.com/zemirco/json2csv/releases) - [Changelog](https://github.com/zemirco/json2csv/blob/master/CHANGELOG.md) - [Commits](zemirco/json2csv@v3.11.5...v6.0.0-alpha.2) --- updated-dependencies: - dependency-name: flat dependency-type: indirect - dependency-name: json2csv dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af61bc7 commit cba48eb

File tree

2 files changed

+17
-69
lines changed

2 files changed

+17
-69
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"express-fileupload": "^0.4.0",
2424
"express-rate-limit": "^2.11.0",
2525
"fast-csv": "^2.4.0",
26-
"json2csv": "^3.11.1",
26+
"json2csv": "^6.0.0-alpha.2",
2727
"mongodb": "^3.0.3",
2828
"mongoose": "^5.13.20"
2929
},

0 commit comments

Comments
 (0)