From 1b63b71740934c1ceefcec934fad39e0bed8cfa0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 04:41:01 +0000 Subject: [PATCH] fix: packages/cloud-workers/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13653476 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 --- packages/cloud-workers/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cloud-workers/package.json b/packages/cloud-workers/package.json index 9e0fcf83d0..319907d5d3 100644 --- a/packages/cloud-workers/package.json +++ b/packages/cloud-workers/package.json @@ -16,12 +16,12 @@ "bluebird": "3.4.x", "boom": "4.2.0", "cloud-core": "0.x.x", - "googleapis": "9.0.0", + "googleapis": "124.0.0", "handlebars": "4.0.6", "hapi": "16.1.0", "hapi-auth-basic": "4.2.0", "hapi-boom-decorators": "2.2.2", - "hapi-swagger": "7.6.0", + "hapi-swagger": "17.0.0", "isomorphic-core": "x.x.x", "joi": "8.4.2", "js-base64": "2.1.9",