diff --git a/_instructor/core-concepts/6-using-a-database/functions/googlesheets/package.json b/_instructor/core-concepts/6-using-a-database/functions/googlesheets/package.json index ffbd6f5..67d2308 100644 --- a/_instructor/core-concepts/6-using-a-database/functions/googlesheets/package.json +++ b/_instructor/core-concepts/6-using-a-database/functions/googlesheets/package.json @@ -5,6 +5,6 @@ "author": "David Wells", "license": "MIT", "dependencies": { - "googleapis": "^38.0.0" + "googleapis": "^59.0.0" } }