From 4c74d35dd2b50832354436afaa69843165e70905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:23:17 +0000 Subject: [PATCH] Bump googleapis Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 38.0.0 to 59.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/v38.0.0...v59.0.0) Signed-off-by: dependabot[bot] --- .../6-using-a-database/functions/googlesheets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }