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" } }