Update js2xmlparser to the latest version 🚀 (#11019)

* fix(package): update js2xmlparser to version 4.0.0

* chore(package): update lockfile package-lock.json

* fix package-lock

* fix js2xmlparser usage
This commit is contained in:
greenkeeper[bot]
2019-06-01 14:45:05 +02:00
committed by Matteo Pagliazzi
parent fd3f7e2b0e
commit 3c442318d8
3 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import {
import _ from 'lodash';
import csvStringify from '../../libs/csvStringify';
import moment from 'moment';
import js2xml from 'js2xmlparser';
import * as js2xml from 'js2xmlparser';
import Pageres from 'pageres';
import nconf from 'nconf';
import got from 'got';