From 0802db1a3b0652a7544a4b94303359088177bed6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 21:29:15 +0000 Subject: [PATCH] fix: infrastructure/hdm/deployment/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-LANGCHAINCORE-15268429 - https://snyk.io/vuln/SNYK-JS-LANGSMITH-15253025 --- infrastructure/hdm/deployment/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/hdm/deployment/package.json b/infrastructure/hdm/deployment/package.json index 5d85050..42343cf 100644 --- a/infrastructure/hdm/deployment/package.json +++ b/infrastructure/hdm/deployment/package.json @@ -14,7 +14,7 @@ "build:quick": "vite build --mode production --sourcemap false --minify esbuild" }, "dependencies": { - "@akashnetwork/akashjs": "^0.11.1", + "@akashnetwork/akashjs": "^1.0.0", "@alchemy/aa-accounts": "^3.19.0", "@alchemy/aa-alchemy": "^3.19.0", "@alchemy/aa-core": "^3.19.0", @@ -29,7 +29,7 @@ "@iota/sdk": "^1.1.6", "@jridgewell/trace-mapping": "^0.3.25", "@langchain/anthropic": "^0.3.20", - "@langchain/core": "^0.3.56", + "@langchain/core": "^1.1.14", "@langchain/langgraph": "^0.2.72", "@langchain/openai": "^0.5.10", "@maticnetwork/maticjs": "^3.9.2", @@ -131,7 +131,7 @@ "ipfs-http-client": "^60.0.1", "jsdom": "^26.1.0", "jsonwebtoken": "^9.0.2", - "langchain": "^0.3.26", + "langchain": "^1.0.1", "litellm": "^0.12.0", "lucide-react": "^0.453.0", "mailgun.js": "^12.0.2",