зеркало из https://github.com/Azure/BatchExplorer.git
Bumps azure-storage from 2.10.4 to 2.10.7
Fixes AB#766, AB#768: Addresses some security vulnerabilities in module dependencies (validator and json-schema).
This commit is contained in:
Родитель
6955642ff2
Коммит
43885851c5
|
@ -24,7 +24,7 @@
|
|||
"@azure/msal-node": "^1.9.0",
|
||||
"@azure/storage-blob": "^10.5.0",
|
||||
"applicationinsights": "^1.8.5",
|
||||
"azure-storage": "^2.10.4",
|
||||
"azure-storage": "^2.10.7",
|
||||
"chart.js": "^2.9.3",
|
||||
"chokidar": "^3.4.3",
|
||||
"commander": "^8.0.0",
|
||||
|
@ -4039,26 +4039,33 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/azure-storage": {
|
||||
"version": "2.10.4",
|
||||
"resolved": "https://registry.npmjs.org/azure-storage/-/azure-storage-2.10.4.tgz",
|
||||
"integrity": "sha512-zlfRPl4js92JC6+79C2EUmNGYjSknRl8pOiHQF78zy+pbOFOHtlBF6BU/OxPeHQX3gaa6NdEZnVydFxhhndkEw==",
|
||||
"version": "2.10.7",
|
||||
"resolved": "https://registry.npmjs.org/azure-storage/-/azure-storage-2.10.7.tgz",
|
||||
"integrity": "sha512-4oeFGtn3Ziw/fGs/zkoIpKKtygnCVIcZwzJ7UQzKTxhkGQqVCByOFbYqMGYR3L+wOsunX9lNfD0jc51SQuKSSA==",
|
||||
"deprecated": "Please note: newer packages @azure/storage-blob, @azure/storage-queue and @azure/storage-file are available as of November 2019 and @azure/data-tables is available as of June 2021. While the legacy azure-storage package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Migration guide can be found: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/MigrationGuide.md",
|
||||
"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",
|
||||
"json-schema": "~0.4.0",
|
||||
"md5.js": "^1.3.4",
|
||||
"readable-stream": "^2.0.0",
|
||||
"request": "^2.86.0",
|
||||
"underscore": "^1.12.1",
|
||||
"uuid": "^3.0.0",
|
||||
"validator": "~9.4.1",
|
||||
"xml2js": "0.2.8",
|
||||
"validator": "^13.7.0",
|
||||
"xml2js": "~0.2.8",
|
||||
"xmlbuilder": "^9.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.26"
|
||||
}
|
||||
},
|
||||
"node_modules/azure-storage/node_modules/json-schema": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
|
||||
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
|
||||
},
|
||||
"node_modules/azure-storage/node_modules/sax": {
|
||||
"version": "0.5.8",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-0.5.8.tgz",
|
||||
|
@ -22261,9 +22268,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/validator": {
|
||||
"version": "9.4.1",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-9.4.1.tgz",
|
||||
"integrity": "sha512-YV5KjzvRmSyJ1ee/Dm5UED0G+1L4GZnLN3w6/T+zZm8scVua4sOhYKWTUrKa0H/tMiJyO9QLHMPN+9mB/aMunA==",
|
||||
"version": "13.7.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
|
||||
"integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==",
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
}
|
||||
|
@ -26986,23 +26993,29 @@
|
|||
"dev": true
|
||||
},
|
||||
"azure-storage": {
|
||||
"version": "2.10.4",
|
||||
"resolved": "https://registry.npmjs.org/azure-storage/-/azure-storage-2.10.4.tgz",
|
||||
"integrity": "sha512-zlfRPl4js92JC6+79C2EUmNGYjSknRl8pOiHQF78zy+pbOFOHtlBF6BU/OxPeHQX3gaa6NdEZnVydFxhhndkEw==",
|
||||
"version": "2.10.7",
|
||||
"resolved": "https://registry.npmjs.org/azure-storage/-/azure-storage-2.10.7.tgz",
|
||||
"integrity": "sha512-4oeFGtn3Ziw/fGs/zkoIpKKtygnCVIcZwzJ7UQzKTxhkGQqVCByOFbYqMGYR3L+wOsunX9lNfD0jc51SQuKSSA==",
|
||||
"requires": {
|
||||
"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",
|
||||
"json-schema": "~0.4.0",
|
||||
"md5.js": "^1.3.4",
|
||||
"readable-stream": "^2.0.0",
|
||||
"request": "^2.86.0",
|
||||
"underscore": "^1.12.1",
|
||||
"uuid": "^3.0.0",
|
||||
"validator": "~9.4.1",
|
||||
"xml2js": "0.2.8",
|
||||
"validator": "^13.7.0",
|
||||
"xml2js": "~0.2.8",
|
||||
"xmlbuilder": "^9.0.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"json-schema": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
|
||||
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
|
||||
},
|
||||
"sax": {
|
||||
"version": "0.5.8",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-0.5.8.tgz",
|
||||
|
@ -41521,9 +41534,9 @@
|
|||
}
|
||||
},
|
||||
"validator": {
|
||||
"version": "9.4.1",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-9.4.1.tgz",
|
||||
"integrity": "sha512-YV5KjzvRmSyJ1ee/Dm5UED0G+1L4GZnLN3w6/T+zZm8scVua4sOhYKWTUrKa0H/tMiJyO9QLHMPN+9mB/aMunA=="
|
||||
"version": "13.7.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
|
||||
"integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw=="
|
||||
},
|
||||
"vary": {
|
||||
"version": "1.1.2",
|
||||
|
|
|
@ -176,7 +176,7 @@
|
|||
"@azure/msal-node": "^1.9.0",
|
||||
"@azure/storage-blob": "^10.5.0",
|
||||
"applicationinsights": "^1.8.5",
|
||||
"azure-storage": "^2.10.4",
|
||||
"azure-storage": "^2.10.7",
|
||||
"chart.js": "^2.9.3",
|
||||
"chokidar": "^3.4.3",
|
||||
"commander": "^8.0.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче