From d4a56eca3be3d956b1fb21d4c9d5d71f66ca8940 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Oct 2022 11:16:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:base64url:20180511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c948eb..dee4ffd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-polyfill": "~6.16.0", "debug": "^2.2.0", "extend": "^3.0.0", - "google-auth-library": "^0.9.8", + "google-auth-library": "^0.10.0", "googleapis": "~16.1", "highlight.js": "^9.7.0", "inline-styles-parse": "^1.2.0",