From a8ce1efbf8accc37e37c771d2f68d639cb5fd516 Mon Sep 17 00:00:00 2001 From: WhatIfWeDigDeeper <1247548+WhatIfWeDigDeeper@users.noreply.github.com> Date: Fri, 9 Apr 2021 18:59:28 -0500 Subject: [PATCH] update googleapis to latest to fix issue #124 bump package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd2b641..968d48f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "psi", - "version": "4.1.0", + "version": "4.1.1", "description": "PageSpeed Insights with reporting", "license": "Apache-2.0", "repository": "GoogleChromeLabs/psi", @@ -34,7 +34,7 @@ ], "dependencies": { "chalk": "^3.0.0", - "googleapis": "^47.0.0", + "googleapis": "^71.0.0", "humanize-url": "^2.1.0", "meow": "^6.0.1", "pify": "^5.0.0",