From 28abf6d39aea59b302c64f17b1f37fbee7055a29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Dec 2025 22:46:01 +0000 Subject: [PATCH] fix: packages/cloud-core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JWS-14188253 --- packages/cloud-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cloud-core/package.json b/packages/cloud-core/package.json index e316a5bb88..64384e91dd 100644 --- a/packages/cloud-core/package.json +++ b/packages/cloud-core/package.json @@ -7,7 +7,7 @@ "aws-sdk": "2.25.0", "bunyan": "1.8.0", "bunyan-prettystream": "github:emorikawa/node-bunyan-prettystream", - "googleapis": "9.0.0", + "googleapis": "16.0.0", "isomorphic-core": "0.x.x", "mysql": "2.12.0", "promise-props": "1.0.0",