diff --git a/package-lock.json b/package-lock.json index cded9ce..9425e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27040,9 +27040,9 @@ "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" }, "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/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==" }, "xmlhttprequest-ssl": { "version": "1.5.5", diff --git a/package.json b/package.json index 8121af5..d974f7a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "vuex": "^2.4.0", "xlsx": "^0.11.16", "xml2js": "^0.4.22", - "xmldom": "^0.1.27" + "xmldom": "^0.6.0" }, "devDependencies": { "@babel/cli": "^7.14.8",