diff --git a/_instructor/core-concepts/6-using-a-database/functions/airtable/package.json b/_instructor/core-concepts/6-using-a-database/functions/airtable/package.json index e5e2552..8b7e5df 100644 --- a/_instructor/core-concepts/6-using-a-database/functions/airtable/package.json +++ b/_instructor/core-concepts/6-using-a-database/functions/airtable/package.json @@ -5,6 +5,6 @@ "author": "David Wells", "license": "MIT", "dependencies": { - "airtable": "^0.5.8" + "airtable": "^0.9.0" } }