From e984543f9bbade8b10b105720b8116367f827248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Nov 2025 09:57:38 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPREVAL-13508636 --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 061c71b..f76ec33 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@commitlint/core": "^19.8.0", "@inquirer/prompts": "3.3.0", "@langchain/anthropic": "^0.3.14", - "@langchain/community": "^0.3.32", + "@langchain/community": "^0.3.58", "@langchain/core": "^0.3.40", "@langchain/ollama": "^0.2.0", "@langchain/openai": "^0.6.7", diff --git a/yarn.lock b/yarn.lock index 2849729..6a4c7de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1387,19 +1387,19 @@ "@anthropic-ai/sdk" "^0.65.0" fast-xml-parser "^4.4.1" -"@langchain/community@^0.3.32": - version "0.3.57" - resolved "https://registry.yarnpkg.com/@langchain/community/-/community-0.3.57.tgz#7c5e7dfdf90d764df4314944eb6de3a8a2eaa86b" - integrity sha512-xUe5UIlh1yZjt/cMtdSVlCoC5xm/RMN/rp+KZGLbquvjQeONmQ2rvpCqWjAOgQ6SPLqKiXvoXaKSm20r+LHISw== +"@langchain/community@^0.3.58": + version "0.3.58" + resolved "https://registry.yarnpkg.com/@langchain/community/-/community-0.3.58.tgz#be0e72aa50e662840c77ce9d5f66e37b38ada22e" + integrity sha512-jrMbv1Xz2yqcWtlj+wnMmbagIK6J/fbQdP6R+Az+e+er5CeWy2eZHKBGFL5XYbAzYJdYhAbA4gt8kwVT6oaZfw== dependencies: "@langchain/openai" ">=0.2.0 <0.7.0" "@langchain/weaviate" "^0.2.0" binary-extensions "^2.2.0" - expr-eval "^2.0.2" flat "^5.0.2" js-yaml "^4.1.0" langchain ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0" langsmith "^0.3.67" + math-expression-evaluator "^2.0.0" uuid "^10.0.0" zod "^3.25.32" @@ -3193,11 +3193,6 @@ expect@^30.0.0: jest-mock "30.0.5" jest-util "30.0.5" -expr-eval@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/expr-eval/-/expr-eval-2.0.2.tgz" - integrity sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg== - exsolve@^1.0.7: version "1.0.7" resolved "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz" @@ -4685,6 +4680,11 @@ makeerror@1.0.12: dependencies: tmpl "1.0.5" +math-expression-evaluator@^2.0.0: + version "2.0.7" + resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-2.0.7.tgz#dc99a80ce2bf7f9b7df878126feb5c506c1fdf5f" + integrity sha512-uwliJZ6BPHRq4eiqNWxZBDzKUiS5RIynFFcgchqhBOloVLVBpZpNG8jRYkedLcBvhph8TnRyWEuxPqiQcwIdog== + meow@^12.0.1: version "12.1.1" resolved "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz"