Skip to content

Commit

Permalink
fix(google-vertexai/web): Bump Google auth deps (#7269)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Nov 26, 2024
1 parent 0798ca0 commit 10e4cca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-google-vertexai-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/google-webauth": "~0.1.2"
"@langchain/google-webauth": "~0.1.3"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/google-gauth": "~0.1.2"
"@langchain/google-gauth": "~0.1.3"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
Expand Down
20 changes: 16 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12349,7 +12349,19 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.1.2":
"@langchain/google-gauth@npm:~0.1.3":
version: 0.1.3
resolution: "@langchain/google-gauth@npm:0.1.3"
dependencies:
"@langchain/google-common": ~0.1.3
google-auth-library: ^8.9.0
peerDependencies:
"@langchain/core": ">=0.2.21 <0.4.0"
checksum: ac83e180af492068de82284a396842eb9bb1e5eaa428b5270a192499da737bf192ad48a1c90eeca462e31238e37bd5698c8d071eb1d780a4f4c759270f8ab706
languageName: node
linkType: hard

"@langchain/google-gauth@workspace:libs/langchain-google-gauth":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
Expand Down Expand Up @@ -12428,7 +12440,7 @@ __metadata:
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/google-common": ^0.1.0
"@langchain/google-webauth": ~0.1.2
"@langchain/google-webauth": ~0.1.3
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -12464,7 +12476,7 @@ __metadata:
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/google-common": ^0.1.0
"@langchain/google-gauth": ~0.1.2
"@langchain/google-gauth": ~0.1.3
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -12493,7 +12505,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.1.2":
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.1.3":
version: 0.0.0-use.local
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
dependencies:
Expand Down

0 comments on commit 10e4cca

Please sign in to comment.