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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user