From 6302051cc8b3846d0fa86286e4ea156fbe3dc606 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 10:35:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15155603 - https://snyk.io/vuln/SNYK-JS-N8NWORKFLOW-14723277 - https://snyk.io/vuln/SNYK-JS-N8NWORKFLOW-15118125 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b1c896..430e395 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@huggingface/inference": "^3.13.1", "@iota/sdk": "^1.1.6", "@jridgewell/trace-mapping": "^0.3.25", - "@langchain/anthropic": "^0.3.20", + "@langchain/anthropic": "^1.0.0", "@langchain/core": "^0.3.56", "@langchain/langgraph": "^0.2.72", "@langchain/openai": "^0.5.10", @@ -141,7 +141,7 @@ "memorystore": "^1.6.7", "moralis": "^2.27.2", "multer": "^2.0.1", - "n8n": "^1.117.3", + "n8n": "^2.0.0", "next-themes": "^0.4.6", "node-cron": "^4.2.1", "node-fetch": "^3.3.2",