Skip to content

Commit

Permalink
fix: upgrade langchain from 0.0.195 to 0.0.196
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade langchain from 0.0.195 to 0.0.196.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/sly777/project/43a3ff43-5a76-48e9-a9af-35e9a252921e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 13, 2023
1 parent da57fce commit cf86b8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"handlebars": "4.7.8",
"inquirer": "9.2.12",
"js-beautify": "1.14.11",
"langchain": "0.0.195",
"langchain": "0.0.196",
"node-html-parser": "6.1.11",
"ora": "7.0.1"
},
Expand Down
31 changes: 21 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ debug@^3.2.7:
dependencies:
ms "^2.1.1"

decamelize@^1.2.0:
[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
Expand Down Expand Up @@ -2175,27 +2175,38 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==

langchain@0.0.195:
version "0.0.195"
resolved "https://registry.yarnpkg.com/langchain/-/langchain-0.0.195.tgz#25e8f9484f1eea523c1ab7308082a13a4d91450d"
integrity sha512-b3TOfhSUwxe2ZCr4yYlR5dciyy0qyqrDeqAfVFJKM0H7/ueFHFllr4uJydsbzC5+ahlqDFRbzUEK005sbHgdSQ==
langchain-core@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/langchain-core/-/langchain-core-0.0.1.tgz#e221b21574ae3a516d64652337810232287d2255"
integrity sha512-0WDRf3acbJ1zG+HeFUrs8H+mKzwjaPOgnAvbj+wmmSHYoszN6jq7978DWFRwL+ghy23s7RFewzlJCC6k9KsnoQ==
dependencies:
"@anthropic-ai/sdk" "^0.9.1"
ansi-styles "^5.0.0"
binary-extensions "^2.2.0"
camelcase "6"
decamelize "^1.2.0"
decamelize "1.2.0"
js-tiktoken "^1.0.7"
langsmith "^0.0.48"
p-queue "^6.6.2"
p-retry "4"
uuid "^9.0.0"

[email protected]:
version "0.0.196"
resolved "https://registry.yarnpkg.com/langchain/-/langchain-0.0.196.tgz#170189fae4f564855de93bda885ecec6d430ceb9"
integrity sha512-kt17GGTDFWHNv3jJOIXymsQxfa+h9UQ6hrHbhur+V2pV6RBKO5E+RRCvnCqBzbnOPtrlkENF6Wl3Ezmsfo21dg==
dependencies:
"@anthropic-ai/sdk" "^0.9.1"
binary-extensions "^2.2.0"
expr-eval "^2.0.2"
flat "^5.0.2"
js-tiktoken "^1.0.7"
js-yaml "^4.1.0"
jsonpointer "^5.0.1"
langchain-core "^0.0.1"
langchainhub "~0.0.6"
langsmith "~0.0.48"
ml-distance "^4.0.0"
openai "^4.19.0"
openapi-types "^12.1.3"
p-queue "^6.6.2"
p-retry "4"
uuid "^9.0.0"
yaml "^2.2.1"
Expand All @@ -2207,7 +2218,7 @@ langchainhub@~0.0.6:
resolved "https://registry.yarnpkg.com/langchainhub/-/langchainhub-0.0.6.tgz#9d2d06e4ce0807b4e8a31e19611f57aef990b54d"
integrity sha512-SW6105T+YP1cTe0yMf//7kyshCgvCTyFBMTgH2H3s9rTAR4e+78DA/BBrUL/Mt4Q5eMWui7iGuAYb3pgGsdQ9w==

langsmith@~0.0.48:
langsmith@^0.0.48, langsmith@~0.0.48:
version "0.0.48"
resolved "https://registry.yarnpkg.com/langsmith/-/langsmith-0.0.48.tgz#3a9a8ce257271ddb43d01ebf585c4370a3a3ba79"
integrity sha512-s0hW8iZ90Q9XLTnDK0Pgee245URV3b1cXQjPDj5OKm1+KN7iSK1pKx+4CO7RcFLz58Ixe7Mt+mVcomYqUuryxQ==
Expand Down

0 comments on commit cf86b8c

Please sign in to comment.