From 95dbf62bea9d6dcd2e7b9413d9130f71422651d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 23:48:21 +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-13395830 --- packages/cloud-workers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cloud-workers/package.json b/packages/cloud-workers/package.json index 9e0fcf83d0..524f119396 100644 --- a/packages/cloud-workers/package.json +++ b/packages/cloud-workers/package.json @@ -21,7 +21,7 @@ "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",