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

@@ -825,7 +825,7 @@
"@types/ssh2-sftp-client": "^5.1.0",
"@types/tmp": "^0.2.0",
"@types/uuid": "^8.3.2",
"@types/xml2js": "^0.4.11",
"@types/xml2js": "^0.4.14",
"eslint-plugin-n8n-nodes-base": "^1.16.0",
"gulp": "^4.0.0",
"n8n-core": "workspace:*"
@@ -883,7 +883,7 @@
"rfc2047": "4.0.1",
"rhea": "1.0.24",
"rrule": "^2.8.1",
"rss-parser": "3.12.0",
"rss-parser": "3.13.0",
"semver": "7.5.4",
"showdown": "2.1.0",
"simple-git": "3.17.0",
@@ -894,6 +894,6 @@
"typedi": "0.10.0",
"uuid": "8.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
"xml2js": "0.5.0"
"xml2js": "0.6.2"
}
}