From 00b06df785d79c2bd2b249671b216fa8c8b22d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 16:31:11 +0000 Subject: [PATCH] Bump googleapis from 19.0.0 to 59.0.0 in /YouTubeBot Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 19.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/commits/v59.0.0) Signed-off-by: dependabot[bot] --- YouTubeBot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YouTubeBot/package.json b/YouTubeBot/package.json index f546c88..8c8a9cd 100644 --- a/YouTubeBot/package.json +++ b/YouTubeBot/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "google-auth-library": "^0.10.0", - "googleapis": "^19.0.0" + "googleapis": "^59.0.0" } }