From 113a147cfd58fc4522e5993db51ff65c43776d1b Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 19 Dec 2023 11:37:24 +0530 Subject: [PATCH] #1217 - use exact version of health modules --- packages/openchs-android/package-lock.json | 14 +++++++------- packages/openchs-android/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/openchs-android/package-lock.json b/packages/openchs-android/package-lock.json index 6d4b01f8e..0a96133d5 100644 --- a/packages/openchs-android/package-lock.json +++ b/packages/openchs-android/package-lock.json @@ -19,7 +19,7 @@ "@react-native-firebase/analytics": "15.2.0", "@react-native-firebase/app": "15.2.0", "amazon-cognito-identity-js": "6.3.1", - "avni-health-modules": "^0.0.19", + "avni-health-modules": "^0.0.24", "base-64": "^1.0.0", "bugsnag-react-native": "2.23.10", "color": "4.2.3", @@ -5756,9 +5756,9 @@ } }, "node_modules/avni-health-modules": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/avni-health-modules/-/avni-health-modules-0.0.19.tgz", - "integrity": "sha512-Q0JmKC/K5uIIWP9nmmKozF/EmoKG9bviVfUfYl2OFoh/zRqYZ4stRLwlGn70APBIOuyfiB1GGHsQpXmSxFXjPg==", + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/avni-health-modules/-/avni-health-modules-0.0.24.tgz", + "integrity": "sha512-2xwKWUyVymEuqBusErOqx/Lu9lP/PNZBflF3KkPuiukjh4gSM2t6uBEBSGTDZ7IQBe3NWt/5+6mFf52vjZ2tTQ==", "peerDependencies": { "lodash": "*", "moment": "*", @@ -26891,9 +26891,9 @@ "dev": true }, "avni-health-modules": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/avni-health-modules/-/avni-health-modules-0.0.19.tgz", - "integrity": "sha512-Q0JmKC/K5uIIWP9nmmKozF/EmoKG9bviVfUfYl2OFoh/zRqYZ4stRLwlGn70APBIOuyfiB1GGHsQpXmSxFXjPg==" + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/avni-health-modules/-/avni-health-modules-0.0.24.tgz", + "integrity": "sha512-2xwKWUyVymEuqBusErOqx/Lu9lP/PNZBflF3KkPuiukjh4gSM2t6uBEBSGTDZ7IQBe3NWt/5+6mFf52vjZ2tTQ==" }, "aws-sdk": { "version": "2.1258.0", diff --git a/packages/openchs-android/package.json b/packages/openchs-android/package.json index 6dfd9531c..57880cd11 100644 --- a/packages/openchs-android/package.json +++ b/packages/openchs-android/package.json @@ -43,7 +43,7 @@ "@react-native-firebase/analytics": "15.2.0", "@react-native-firebase/app": "15.2.0", "amazon-cognito-identity-js": "6.3.1", - "avni-health-modules": "^0.0.19", + "avni-health-modules": "^0.0.24", "base-64": "^1.0.0", "bugsnag-react-native": "2.23.10", "color": "4.2.3",