diff --git a/package-lock.json b/package-lock.json index e3e54bd7..d8cc5c3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,6 +54,11 @@ "version": "3.3.2", "resolved": "http://registry.npm.taobao.org/uuid/download/uuid-3.3.2.tgz", "integrity": "sha1-G0r0lV6zB3xQHCOHL8ZROBFYcTE=" + }, + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha512-7WpJBYwyhvsddFJA51SOIU0Be9W44sbGGjc6Z3ly8Wx/Wl7nriMPZ5xf6Np9ASlJ6gACfXcTLukm4DtX372lFw==" } } }, @@ -1726,11 +1731,6 @@ "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", "dev": true }, - "jsonc-parser": { - "version": "1.0.3", - "resolved": "http://registry.npm.taobao.org/jsonc-parser/download/jsonc-parser-1.0.3.tgz", - "integrity": "sha1-HVPXFg5AGng9vOq6rYJHP4DmrX4=" - }, "jsonfile": { "version": "4.0.0", "resolved": "http://registry.npm.taobao.org/jsonfile/download/jsonfile-4.0.0.tgz", @@ -2949,6 +2949,7 @@ }, "tough-cookie-file-store-bugfix": { "version": "github:Huachao/tough-cookie-file-store-bugfix#c03ef8ba07f2217504b267fc5d793b1d2665ae1d", + "from": "github:Huachao/tough-cookie-file-store-bugfix#c03ef8ba07f2217504b267fc5d793b1d2665ae1d", "requires": { "tough-cookie": "2.4.3" } @@ -3316,9 +3317,9 @@ "dev": true }, "xmldom": { - "version": "0.1.27", - "resolved": "http://registry.npm.taobao.org/xmldom/download/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" }, "xpath": { "version": "0.0.27", diff --git a/package.json b/package.json index 40162b80..3d9d6f49 100644 --- a/package.json +++ b/package.json @@ -567,7 +567,7 @@ "request": "^2.81.0", "tmp": "^0.0.31", "tough-cookie-file-store-bugfix": "Huachao/tough-cookie-file-store-bugfix", - "xmldom": "^0.1.27", + "xmldom": "^0.6.0", "xpath": "0.0.27", "yargs": "^6.0.0" }