From caf09e749881a2665051f2d339a286495b47e947 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 10 Oct 2019 13:37:30 +0200 Subject: [PATCH] Remove no longer needed xml2js Changelog-entry: Remove no longer needed xml2js Change-type: patch --- npm-shrinkwrap.json | 9 --------- package.json | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b0da2b78..dc676206 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -15540,15 +15540,6 @@ "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": { "version": "9.0.7", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", diff --git a/package.json b/package.json index a16b1c2b..7c95bc0a 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,7 @@ "styled-system": "^4.1.0", "sudo-prompt": "^9.0.0", "tmp": "^0.1.0", - "uuid": "^3.0.1", - "xml2js": "^0.4.17" + "uuid": "^3.0.1" }, "devDependencies": { "@babel/core": "^7.6.0",