diff --git a/package-lock.json b/package-lock.json index feff515..04ac7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", - "@langchain/anthropic": "^1.3.24", + "@langchain/anthropic": "^1.3.25", "@langchain/aws": "^1.3.3", "@langchain/core": "^1.1.31", "@langchain/google-genai": "^2.1.26", - "@langchain/openai": "^1.3.0", + "@langchain/openai": "^1.3.1", "glob": "^13.0.6", - "langchain": "^1.2.34", + "langchain": "^1.2.37", "zod": "^4.3.6" }, "devDependencies": { @@ -2810,9 +2810,9 @@ } }, "node_modules/@langchain/anthropic": { - "version": "1.3.24", - "resolved": "https://registry.npmjs.org/@langchain/anthropic/-/anthropic-1.3.24.tgz", - "integrity": "sha512-tucVUm56swhru29MvWG/ONcFi9ZIA1qqaFA571g3F0wE2RG2J+SLLHD5pXj/e7AUwDMwPcvYuaBGY+TfHnZzCw==", + "version": "1.3.25", + "resolved": "https://registry.npmjs.org/@langchain/anthropic/-/anthropic-1.3.25.tgz", + "integrity": "sha512-iwhznHMFaU+MZyac4UJjppJmfNSINB1Joruh0obgCLSmJYxicRVWtWnUgnHXGYRstToWDYwfymvfftgo872EzQ==", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.74.0", @@ -2822,7 +2822,7 @@ "node": ">=20" }, "peerDependencies": { - "@langchain/core": "^1.1.33" + "@langchain/core": "^1.1.34" } }, "node_modules/@langchain/aws": { @@ -2844,9 +2844,9 @@ } }, "node_modules/@langchain/core": { - "version": "1.1.33", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.33.tgz", - "integrity": "sha512-At1ooBmPlHMkhTkG6NqeOVjNscuJwneBB8F88rFRvBvIfhTACVLzEwMiZFWNTM8DzUXUOcxxqS7xKRyr6JBbOQ==", + "version": "1.1.36", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.36.tgz", + "integrity": "sha512-9NWsdzU3uZD13lJwunXK0t6SIwew+UwcbHggW5yUdaiMmzKeNkDpp1lRD6p49N8+D0Vv4qmQBEKB4Ukh2jfnvw==", "license": "MIT", "dependencies": { "@cfworker/json-schema": "^4.0.2", @@ -3014,9 +3014,9 @@ } }, "node_modules/@langchain/openai": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-1.3.0.tgz", - "integrity": "sha512-FDsF6xKCvFduiZcX57fL2Md+DZ+fJubcUN1iwUaEwJOQnq7zFFYj3a/KuQ7EiOFR3hEsnhPilSfxO1VW85wMZw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-1.3.1.tgz", + "integrity": "sha512-6yN3XFRUKUsGREGk4VtCvnMp5NHh2gWujiuWdn/G7cCeHboYrdKLWnwGqopuFOm7Tivv423gtMN1GQ7EJ3kg+g==", "license": "MIT", "dependencies": { "js-tiktoken": "^1.0.12", @@ -3027,7 +3027,7 @@ "node": ">=20" }, "peerDependencies": { - "@langchain/core": "^1.1.33" + "@langchain/core": "^1.1.36" } }, "node_modules/@napi-rs/wasm-runtime": { @@ -8573,9 +8573,9 @@ } }, "node_modules/langchain": { - "version": "1.2.34", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.2.34.tgz", - "integrity": "sha512-7Ij3VK3P9phCUgGjV5ckkBqgR7tw+0n54sx4lb1aqZfpbzda9PWgt0hUeTKVEV51VSZ7eBVomYnG6qUQ4IlX2w==", + "version": "1.2.37", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.2.37.tgz", + "integrity": "sha512-zjd0TpMfX8V440XJVavRmzLSvojVv5WZ7M9LWNtgYo0MDFTiWlCdnFNdHo1sZlNoI+8aSdLsVl/WXKtucyhwEA==", "license": "MIT", "dependencies": { "@langchain/langgraph": "^1.1.2", @@ -8588,7 +8588,7 @@ "node": ">=20" }, "peerDependencies": { - "@langchain/core": "^1.1.33" + "@langchain/core": "^1.1.36" } }, "node_modules/langchain/node_modules/uuid": { diff --git a/package.json b/package.json index d60681e..1201f91 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", - "@langchain/anthropic": "^1.3.24", + "@langchain/anthropic": "^1.3.25", "@langchain/aws": "^1.3.3", "@langchain/core": "^1.1.31", "@langchain/google-genai": "^2.1.26", - "@langchain/openai": "^1.3.0", + "@langchain/openai": "^1.3.1", "glob": "^13.0.6", - "langchain": "^1.2.34", + "langchain": "^1.2.37", "zod": "^4.3.6" } }