fix(core): Update xml2js to address CVE-2023-0842 (#5948)

GH advisory: https://github.com/advisories/GHSA-776f-qx25-q3cc
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-04-11 15:05:56 +02:00
committed by GitHub
parent f0eba0a2f3
commit 3085ed9bee
4 changed files with 19 additions and 29 deletions

View File

@@ -48,7 +48,7 @@
"@types/lodash.merge": "^4.6.6",
"@types/lodash.set": "^4.3.6",
"@types/luxon": "^3.2.0",
"@types/xml2js": "^0.4.3"
"@types/xml2js": "^0.4.11"
},
"dependencies": {
"@n8n_io/riot-tmpl": "^3.0.0",
@@ -66,6 +66,6 @@
"recast": "^0.21.5",
"title-case": "^3.0.3",
"transliteration": "^2.3.5",
"xml2js": "^0.4.23"
"xml2js": "^0.5.0"
}
}