From dcce8d62f782cd1b4f03d0e668db82ce63365bbb Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 19 Dec 2023 10:20:02 +0530 Subject: [PATCH] avniproject/avni-client#1217 - upgraded health modules --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25fddee..f910e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6257,9 +6257,9 @@ "dev": true }, "avni-health-modules": { - "version": "0.0.22", - "resolved": "https://registry.npmjs.org/avni-health-modules/-/avni-health-modules-0.0.22.tgz", - "integrity": "sha512-GzKDk8c22Eucx4gB9SdY8h4kSg/jV8T8tCOiVKnSbIyzcozJfWH7oEHNJ03p3O0kfasdKrsIZNOtQNwFG9wxcw==" + "version": "0.0.23", + "resolved": "https://registry.npmjs.org/avni-health-modules/-/avni-health-modules-0.0.23.tgz", + "integrity": "sha512-KwbnIJ6rlNuWyk7uyuB/RKn7XP/3mVwmx6wB/2SxX6iP9SiO/eTNtLNJvCzwGElEE72YVGXzDZFxiyKDK/Ldcw==" }, "aws-amplify": { "version": "4.3.14", diff --git a/package.json b/package.json index 0ab71dd..ca6e6de 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "express": "^4.14.0", "safe-eval": "^0.4.1", "uuid": "^7.0.2", - "avni-health-modules": "0.0.22", + "avni-health-modules": "0.0.23", "openchs-models": "1.30.87", "rules-config": "https://github.com/avniproject/rules-config.git#fe552da405368bfd138e2f38e605c1d307e3ebe4", "lodash": "^4.17.11",