diff --git a/package.json b/package.json index 090662c..8ae0d04 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Rune Halvorsen ", "license": "Apache License, Version 2.0", "dependencies": { - "xmldom": "^0.1.19", + "xmldom": "^0.5.0", "bluebird": "^2.3.4", "request": "^2.47.0", "ramda": "^0.7.0" diff --git a/yarn.lock b/yarn.lock index 37cab71..b56792d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -279,6 +279,6 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -xmldom@^0.1.19: - version "0.1.27" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" +xmldom@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e"