Updated the `request` package to version 2.74.0 to address the security vulnerability - https://nodesecurity.io/advisories/130

This commit is contained in:
Haibo Song 2016-07-28 11:28:09 +08:00
Родитель 5890ff3691
Коммит 1d81715189
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7,6 +7,7 @@ ALL
* Fixed the issue that metadata name will be converted to lower-case after retrieving back from the server. **Note** that this fix is only applicable for Node 0.12 or higher version.
* Added support for EndpointSuffix for all service constructors.
* Updated storage service version to 2015-12-11. Fore more information, please see - https://msdn.microsoft.com/en-us/library/azure/dd894041.aspx
* Updated the `request` package to version 2.74.0 to address the security vulnerability - https://nodesecurity.io/advisories/130
BLOB
* Fixed the issue that the service error message will be written to the destination stream if getting error when downloading the blob to a stream/file.

Просмотреть файл

@ -24,7 +24,7 @@
"json-edm-parser": "0.1.2",
"node-uuid": "~1.4.0",
"readable-stream": "~2.0.0",
"request": "~2.69.0",
"request": "~2.74.0",
"underscore": "~1.4.4",
"validator": "~3.22.2",
"xml2js": "0.2.7",