diff --git a/package-lock.json b/package-lock.json index 51f447c..c314c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@langchain/community": "^0.2.17", - "@langchain/core": "^0.2.9", + "@langchain/core": "^0.2.14", "@langchain/openai": "^0.2.1", "cheerio": "^1.0.0-rc.12", "langchain": "^0.2.8", @@ -1835,9 +1835,9 @@ } }, "node_modules/@langchain/core": { - "version": "0.2.11", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.2.11.tgz", - "integrity": "sha512-d4SNL7WI0c3oHrV4WxCRH1/TNqdePXEzYjYwIb4aEH6lW1aM0utGhLbNthX+aYkOL4Ynx2FoG4h91ECIipiKWQ==", + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.2.14.tgz", + "integrity": "sha512-e+dB2Sra+5sY4fPCXrZh4w1fLR68yfX2XSWS97DzHpeJRRnMGbOzjaaks6gy3wPyWhfS1WGLisJCMfCmFvH9fw==", "dependencies": { "ansi-styles": "^5.0.0", "camelcase": "6", @@ -1848,7 +1848,7 @@ "mustache": "^4.2.0", "p-queue": "^6.6.2", "p-retry": "4", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, @@ -1867,6 +1867,18 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@langchain/core/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@langchain/openai": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.2.1.tgz", @@ -6647,9 +6659,9 @@ } }, "@langchain/core": { - "version": "0.2.11", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.2.11.tgz", - "integrity": "sha512-d4SNL7WI0c3oHrV4WxCRH1/TNqdePXEzYjYwIb4aEH6lW1aM0utGhLbNthX+aYkOL4Ynx2FoG4h91ECIipiKWQ==", + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.2.14.tgz", + "integrity": "sha512-e+dB2Sra+5sY4fPCXrZh4w1fLR68yfX2XSWS97DzHpeJRRnMGbOzjaaks6gy3wPyWhfS1WGLisJCMfCmFvH9fw==", "requires": { "ansi-styles": "^5.0.0", "camelcase": "6", @@ -6660,7 +6672,7 @@ "mustache": "^4.2.0", "p-queue": "^6.6.2", "p-retry": "4", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, @@ -6669,6 +6681,11 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + }, + "uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" } } }, diff --git a/package.json b/package.json index 01852ba..6dbed93 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@langchain/community": "^0.2.17", - "@langchain/core": "^0.2.9", + "@langchain/core": "^0.2.14", "@langchain/openai": "^0.2.1", "cheerio": "^1.0.0-rc.12", "langchain": "^0.2.8",