diff --git a/package-lock.json b/package-lock.json index 0d76244b1ab9..90b8161c5317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5795,9 +5795,9 @@ } }, "azure-storage": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/azure-storage/-/azure-storage-2.10.3.tgz", - "integrity": "sha512-IGLs5Xj6kO8Ii90KerQrrwuJKexLgSwYC4oLWmc11mzKe7Jt2E5IVg+ZQ8K53YWZACtVTMBNO3iGuA+4ipjJxQ==", + "version": "2.10.4", + "resolved": "https://registry.npmjs.org/azure-storage/-/azure-storage-2.10.4.tgz", + "integrity": "sha512-zlfRPl4js92JC6+79C2EUmNGYjSknRl8pOiHQF78zy+pbOFOHtlBF6BU/OxPeHQX3gaa6NdEZnVydFxhhndkEw==", "requires": { "browserify-mime": "~1.2.9", "extend": "^3.0.2", @@ -5805,7 +5805,7 @@ "md5.js": "1.3.4", "readable-stream": "~2.0.0", "request": "^2.86.0", - "underscore": "~1.8.3", + "underscore": "^1.12.1", "uuid": "^3.0.0", "validator": "~9.4.1", "xml2js": "0.2.8", @@ -5830,6 +5830,11 @@ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" }, + "underscore": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" + }, "xml2js": { "version": "0.2.8", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.2.8.tgz", @@ -25874,7 +25879,8 @@ "underscore": { "version": "1.8.3", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" + "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=", + "dev": true }, "undertaker": { "version": "1.2.1", diff --git a/package.json b/package.json index f6397c5b32bc..a7a960368dd5 100644 --- a/package.json +++ b/package.json @@ -3480,7 +3480,7 @@ "@types/tcp-port-used": "^1.0.0", "ansi-regex": "^4.1.0", "arch": "^2.1.0", - "azure-storage": "^2.10.3", + "azure-storage": "^2.10.4", "detect-indent": "^6.0.0", "diff-match-patch": "^1.0.0", "fast-deep-equal": "^2.0.1",