Bump json2csv from 4.5.3 to 4.5.4

Bumps [json2csv](https://github.com/zemirco/json2csv) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/zemirco/json2csv/releases)
- [Changelog](https://github.com/zemirco/json2csv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zemirco/json2csv/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-13 01:16:19 +00:00 committed by GitHub
parent a37ae59ebb
commit 0b1ecf4670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5938,9 +5938,9 @@
"dev": true
},
"json2csv": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/json2csv/-/json2csv-4.5.3.tgz",
"integrity": "sha512-tg5sm25TOwgMsPUixPFmmuOUFtVCj4p57XipoE8gi/ejNftce/0d8LBgWnCkjF4HsLDsFzszdbIEV6mnK0WfNg==",
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/json2csv/-/json2csv-4.5.4.tgz",
"integrity": "sha512-YxBhY4Lmn8IvVZ36nqg5omxneLy9JlorkqW1j/EDCeqvmi+CQ4uM+wsvXlcIqvGDewIPXMC/O/oF8DX9EH5aoA==",
"requires": {
"commander": "^2.15.1",
"jsonparse": "^1.3.1",

View file

@ -69,7 +69,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"json2csv": "4.5.3",
"json2csv": "4.5.4",
"moment": "^2.23.0",
"nextcloud-axios": "^0.2.1",
"nextcloud-vue": "^0.12.3",