Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(google-palm): Update @google-ai/generativelanguage module to 2.5.0 [CVE-2023-36665] #5523

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
"@faker-js/faker": "^7.6.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! 👋 I noticed that the "@google-ai/generativelanguage" dependency has been updated from a major version 0.2.1 to 2.5.0, which indicates a change in the hard dependency. I'm flagging this for the maintainers to review. Great work on the PR! 🚀

"@gomomento/sdk": "^1.51.1",
"@gomomento/sdk-core": "^1.51.1",
"@google-ai/generativelanguage": "^0.2.1",
"@google-ai/generativelanguage": "^2.5.0",
"@jest/globals": "^29.5.0",
"@langchain/cohere": "^0.0.8",
"@langchain/scripts": "~0.0.14",
Expand Down Expand Up @@ -682,7 +682,7 @@
"@gomomento/sdk": "^1.51.1",
"@gomomento/sdk-core": "^1.51.1",
"@gomomento/sdk-web": "^1.51.1",
"@google-ai/generativelanguage": "^0.2.1",
"@google-ai/generativelanguage": "^2.5.0",
"@mendable/firecrawl-js": "^0.0.13",
"@notionhq/client": "^2.2.10",
"@pinecone-database/pinecone": "*",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@getzep/zep-js": "^0.9.0",
"@gomomento/sdk": "^1.51.1",
"@gomomento/sdk-core": "^1.51.1",
"@google-ai/generativelanguage": "^0.2.1",
"@google-ai/generativelanguage": "^2.5.0",
"@google-cloud/storage": "^7.7.0",
"@gradientai/nodejs-sdk": "^1.2.0",
"@huggingface/inference": "^2.6.4",
Expand Down Expand Up @@ -233,7 +233,7 @@
"@getzep/zep-js": "^0.9.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! 👋 I noticed that the "@google-ai/generativelanguage" dependency has been updated to version "^2.5.0" in this PR. This change is flagged for maintainers to review, as it may impact peer/dev/hard dependencies. Keep up the great work! 🚀

"@gomomento/sdk": "^1.51.1",
"@gomomento/sdk-core": "^1.51.1",
"@google-ai/generativelanguage": "^0.2.1",
"@google-ai/generativelanguage": "^2.5.0",
"@google-cloud/storage": "^6.10.1 || ^7.7.0",
"@gradientai/nodejs-sdk": "^1.2.0",
"@huggingface/inference": "^2.6.4",
Expand Down
Loading
Loading