diff --git a/build/package.json b/build/package.json index 7b1131e894c41..8c6bc62deb541 100644 --- a/build/package.json +++ b/build/package.json @@ -40,7 +40,7 @@ "@types/tmp": "^0.2.1", "@types/underscore": "^1.8.9", "@types/webpack": "^4.41.25", - "@types/xml2js": "0.0.33", + "@types/xml2js": "0.4.9", "@typescript-eslint/experimental-utils": "~2.13.0", "@typescript-eslint/parser": "^3.3.0", "applicationinsights": "1.0.8", diff --git a/build/yarn.lock b/build/yarn.lock index bf575cab8d4ae..0faf1d8f5a296 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -649,10 +649,12 @@ anymatch "^3.0.0" source-map "^0.6.0" -"@types/xml2js@0.0.33": - version "0.0.33" - resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.0.33.tgz#20c5dd6460245284d64a55690015b95e409fb7de" - integrity sha1-IMXdZGAkUoTWSlVpABW5XkCft94= +"@types/xml2js@0.4.9": + version "0.4.9" + resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.9.tgz#a38267d8c2fe121c96922b12ee3bd89a58a6e20e" + integrity sha512-CHiCKIihl1pychwR2RNX5mAYmJDACgFVCMT5OArMaO3erzwXVcBqPcusr+Vl8yeeXukxZqtF8mZioqX+mpjjdw== + dependencies: + "@types/node" "*" "@types/yauzl@^2.9.1": version "2.9.2"