diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index 9805f628b46..44af5eb6b08 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -12,11 +12,11 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", + "c8": "^12.0.0", "mocha": "^10.0.0", "uuid": "^11.1.1" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } }