Remove no longer needed xml2js

Changelog-entry: Remove no longer needed xml2js
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-10-10 13:37:30 +02:00
parent 9488468b67
commit caf09e7498
2 changed files with 1 additions and 11 deletions

9
npm-shrinkwrap.json generated
View File

@ -15540,15 +15540,6 @@
"sax": "^1.2.4" "sax": "^1.2.4"
} }
}, },
"xml2js": {
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz",
"integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==",
"requires": {
"sax": ">=0.6.0",
"xmlbuilder": "~9.0.1"
}
},
"xmlbuilder": { "xmlbuilder": {
"version": "9.0.7", "version": "9.0.7",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",

View File

@ -80,8 +80,7 @@
"styled-system": "^4.1.0", "styled-system": "^4.1.0",
"sudo-prompt": "^9.0.0", "sudo-prompt": "^9.0.0",
"tmp": "^0.1.0", "tmp": "^0.1.0",
"uuid": "^3.0.1", "uuid": "^3.0.1"
"xml2js": "^0.4.17"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.6.0", "@babel/core": "^7.6.0",