Update dependency mark to make it use more recent version automatically.

This commit is contained in:
Emma Zhu 2021-12-29 14:34:38 +08:00
Родитель 34aabd8866
Коммит 3eaa32a496
4 изменённых файлов: 1054 добавлений и 1303 удалений

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

@ -1,6 +1,10 @@
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node.
2021.12 Version 2.10.7
* Update to use more recent version of dependencies.
2021.12 Version 2.10.6
* Upgraded `validator` to 13.7.0.

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

@ -37,7 +37,7 @@ var Constants = {
* @const
* @type {string}
*/
USER_AGENT_PRODUCT_VERSION: '2.10.6',
USER_AGENT_PRODUCT_VERSION: '2.10.7',
/**
* The number of default concurrent requests for parallel operation.

2327
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,7 +1,7 @@
{
"name": "azure-storage",
"author": "Microsoft Corporation",
"version": "2.10.6",
"version": "2.10.7",
"description": "Microsoft Azure Storage Client Library for Node.js",
"typings": "typings/azure-storage/azure-storage.d.ts",
"tags": [
@ -23,18 +23,18 @@
},
"license": "Apache-2.0",
"dependencies": {
"browserify-mime": "~1.2.9",
"browserify-mime": "^1.2.9",
"extend": "^3.0.2",
"json-edm-parser": "0.1.2",
"md5.js": "1.3.4",
"readable-stream": "~2.0.0",
"json-edm-parser": "~0.1.2",
"md5.js": "^1.3.4",
"readable-stream": "^2.0.0",
"request": "^2.86.0",
"underscore": "^1.12.1",
"uuid": "^3.0.0",
"validator": "~13.7.0",
"xml2js": "0.2.8",
"validator": "^13.7.0",
"xml2js": "~0.2.8",
"xmlbuilder": "^9.0.7",
"json-schema": "^0.4.0"
"json-schema": "~0.4.0"
},
"devDependencies": {
"batchflow": "0.4.0",
@ -46,20 +46,20 @@
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jshint": ">= 2.1.4",
"karma": "^4.0.1",
"karma": "^6.3.9",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^6.2.0",
"mocha": "^9.1.3",
"mocha-lcov-reporter": "^1.0.0",
"nock": "0.16",
"should": "1.2.x",
"uglify-js": "~3.3.9",
"watchify": "^3.11.0"
"watchify": "^4.0.0"
},
"homepage": "http://github.com/Azure/azure-storage-node",
"repository": {