update underscore in azure-sb and azure-common (#5210)

This commit is contained in:
Wei Dong 2021-05-27 02:31:44 +08:00 коммит произвёл GitHub
Родитель 0c5dc956ca
Коммит dfe6d7b35f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -11,7 +11,7 @@
"Tavares, Chris <ctavares@microsoft.com>",
"Kulshrestha, Ankur <ankurkul@microsoft.com>"
],
"version": "0.9.25",
"version": "0.9.26",
"description": "Microsoft Azure Common Client Library for node",
"tags": [
"azure",
@ -30,7 +30,7 @@
"request": "^2.81.0",
"through": "~2.3.4",
"tunnel": "~0.0.2",
"underscore": "1.4.x",
"underscore": "^1.13.1",
"validator": "^9.4.1",
"xml2js": "^0.4.19",
"xmlbuilder": "15.1.1"

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

@ -27,7 +27,7 @@
"dependencies": {
"azure-common": "^0.9.19",
"mpns": "2.1.3",
"underscore": "^1.8.3",
"underscore": "^1.13.1",
"wns": "~0.5.3"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",