Upgrade dependency `xml2js` version to `^0.5.0`.

to address https://nvd.nist.gov/vuln/detail/CVE-2023-0842
This commit is contained in:
Jeremy Meng 2023-04-10 22:05:48 +00:00
Родитель 6ddc431217
Коммит 0d5d03216c
3 изменённых файлов: 7 добавлений и 3 удалений

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

@ -1,5 +1,9 @@
# Changelog
## 2.6.6 - (2023-04-10)
- Update dependency `xml2js` version to `^0.5.0`.
## 2.6.5 - (2023-02-09)
- Add Microsoft SECURITY.md

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

@ -7,7 +7,7 @@ export const Constants = {
* @const
* @type {string}
*/
msRestVersion: "2.6.5",
msRestVersion: "2.6.6",
/**
* Specifies HTTP.

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

@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-js"
},
"version": "2.6.5",
"version": "2.6.6",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
@ -59,7 +59,7 @@
"tslib": "^1.10.0",
"tunnel": "0.0.6",
"uuid": "^8.3.2",
"xml2js": "^0.4.19"
"xml2js": "^0.5.0"
},
"devDependencies": {
"@azure/logger-js": "^1.1.0",