From ad2acac3d8d93083632d1c0183510c235558a610 Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Fri, 28 Aug 2026 17:54:21 +0000 Subject: [PATCH] chore(healthcare): update fhir dependencies --- healthcare/fhir/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index ce8e3039ca2..b8dc309b7f8 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -6,20 +6,20 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": ">=20.0.0" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", + "@google-cloud/pubsub": "^5.0.0", + "@google-cloud/storage": "^8.0.0", + "c8": "^12.0.0", + "google-auth-library": "^11.0.0", "mocha": "^10.0.0", "uuid": "^11.1.1" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } }