From 06f8a0b932bd6fd4636d5779def68254c5607e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 05:47:00 +0000 Subject: [PATCH] Bump airtable Bumps [airtable](https://github.com/airtable/airtable.js) from 0.5.10 to 0.9.0. - [Release notes](https://github.com/airtable/airtable.js/releases) - [Changelog](https://github.com/Airtable/airtable.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/airtable/airtable.js/compare/v0.5.10...v0.9.0) Signed-off-by: dependabot[bot] --- .../6-using-a-database/functions/airtable/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }