fix(core): Update xml2js to address CVE-2023-0842 (no-changelog) (#8881)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-13 17:50:18 +01:00
committed by GitHub
parent 054a4fce1a
commit 5201484d7a
7 changed files with 49 additions and 47 deletions

View File

@@ -41,7 +41,7 @@
"@types/lodash": "^4.14.195",
"@types/mime-types": "^2.1.0",
"@types/uuid": "^8.3.2",
"@types/xml2js": "^0.4.11"
"@types/xml2js": "^0.4.14"
},
"peerDependencies": {
"n8n-nodes-base": "workspace:*"
@@ -65,6 +65,6 @@
"qs": "6.11.0",
"typedi": "0.10.0",
"uuid": "8.3.2",
"xml2js": "0.5.0"
"xml2js": "0.6.2"
}
}