fix(core): Switch from lodash.set to lodash to address CVE-2020-8203 (no-changelog) (#12286)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-12-18 20:05:41 +01:00
committed by GitHub
parent dc7864a86d
commit 7ce4e8d169
3 changed files with 98 additions and 32 deletions

View File

@@ -38,7 +38,7 @@
"@sentry/node": "catalog:",
"acorn": "8.14.0",
"acorn-walk": "8.3.4",
"lodash.set": "4.3.2",
"lodash": "catalog:",
"n8n-core": "workspace:*",
"n8n-workflow": "workspace:*",
"nanoid": "catalog:",
@@ -46,7 +46,7 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@types/lodash.set": "4.3.9",
"@types/lodash": "catalog:",
"luxon": "catalog:"
}
}