Skip to content

Commit

Permalink
chore: bump google search playwright dep (#446)
Browse files Browse the repository at this point in the history
Bump the playwright dependency for compatibility with newer
versions of chrome. This allows the google search tool to work with
local Obot deployments more reliably.

Signed-off-by: Nick Hale <[email protected]>
  • Loading branch information
njhale authored Feb 18, 2025
1 parent 591dedb commit 3ff041b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions google/search/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions google/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@gptscript-ai/gptscript": "^0.9.5",
"@isaacs/ttlcache": "^1.4.1",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.50.1",
"@types/async-lock": "^1.4.2",
"@types/turndown": "^5.0.4",
"async-lock": "^1.4.1",
Expand All @@ -30,7 +30,7 @@
"env-paths": "^3.0.0",
"express": "^4.18.2",
"global-cache-dir": "^6.0.0",
"playwright": "^1.46.0",
"playwright": "^1.50.1",
"ts-node-dev": "^2.0.0",
"turndown": "^7.1.3"
}
Expand Down

0 comments on commit 3ff041b

Please sign in to comment.