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

community[patch]: Bump package #5529

Merged
merged 1 commit into from
May 23, 2024
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 libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"eslint-plugin-prettier": "^4.2.1",
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 dependency change for "google-auth-library" from "^8.9.0" to "^9.10.0" is flagged for your review as it affects a hard dependency. Please take a look when you get a chance. Thanks!

"faiss-node": "^0.5.1",
"firebase-admin": "^11.9.0 || ^12.0.0",
"google-auth-library": "^8.9.0",
"google-auth-library": "^9.10.0",
"googleapis": "^126.0.1",
"graphql": "^16.6.0",
"hdb": "0.19.8",
Expand Down Expand Up @@ -288,7 +288,7 @@
"epub2": "^3.0.1",
"faiss-node": "^0.5.1",
"firebase-admin": "^11.9.0 || ^12.0.0",
"google-auth-library": "^8.9.0",
"google-auth-library": "^9.10.0",
"googleapis": "^126.0.1",
"hnswlib-node": "^3.0.0",
"html-to-text": "^9.0.5",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9130,7 +9130,7 @@ __metadata:
faiss-node: ^0.5.1
firebase-admin: ^11.9.0 || ^12.0.0
flat: ^5.0.2
google-auth-library: ^8.9.0
google-auth-library: ^9.10.0
googleapis: ^126.0.1
graphql: ^16.6.0
hdb: 0.19.8
Expand Down Expand Up @@ -9262,7 +9262,7 @@ __metadata:
epub2: ^3.0.1
faiss-node: ^0.5.1
firebase-admin: ^11.9.0 || ^12.0.0
google-auth-library: ^8.9.0
google-auth-library: ^9.10.0
googleapis: ^126.0.1
hnswlib-node: ^3.0.0
html-to-text: ^9.0.5
Expand Down Expand Up @@ -24094,7 +24094,7 @@ __metadata:
languageName: node
linkType: hard

"google-auth-library@npm:^9.3.0":
"google-auth-library@npm:^9.10.0, google-auth-library@npm:^9.3.0":
version: 9.10.0
resolution: "google-auth-library@npm:9.10.0"
dependencies:
Expand Down
Loading