Override uuid to ^14.0.0 to resolve @n8n/node-cli conflicts

@n8n/node-cli pulls LangChain and n8n-workflow packages that require
incompatible uuid versions (^10, ^11, ^13). Force uuid 14.0.0 via npm
overrides and refresh the lockfile so audit can apply the security fix.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-06-02 12:06:35 +02:00
parent 1d36123ead
commit 21abcc619e
2 changed files with 21 additions and 89 deletions

View File

@@ -38,7 +38,8 @@
"@langchain/community": "^1.1.25",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"axios": "^1.16.0"
"axios": "^1.16.0",
"uuid": "^14.0.0"
},
"license": "MIT",
"packageManager": "npm@11.8.0",