diff --git a/modules/ccc-calendar/package.json b/modules/ccc-calendar/package.json index b71d88d551..4987dbdcb6 100644 --- a/modules/ccc-calendar/package.json +++ b/modules/ccc-calendar/package.json @@ -11,7 +11,7 @@ "peerDependencies": { "react": "^18.0.0", "@react-navigation/native": "^6.1.18", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "delay": "^6.0.0" }, "dependencies": { diff --git a/modules/datepicker/package.json b/modules/datepicker/package.json index b038504941..65cc25292c 100644 --- a/modules/datepicker/package.json +++ b/modules/datepicker/package.json @@ -11,7 +11,7 @@ "peerDependencies": { "react": "^18.0.0", "react-native": "^0.72.9", - "moment-timezone": "^0.5.45" + "moment-timezone": "^0.6.0" }, "dependencies": { "@frogpond/app-theme": "^1.0.0", diff --git a/modules/event-list/package.json b/modules/event-list/package.json index 80c560d1dd..2c882d60b7 100644 --- a/modules/event-list/package.json +++ b/modules/event-list/package.json @@ -9,7 +9,7 @@ "test": "jest" }, "peerDependencies": { - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0", "react-native": "^0.72.9", "react-native-vector-icons": "^9.2.0", diff --git a/modules/food-menu/package.json b/modules/food-menu/package.json index 71c683a7ab..7c0c8a18e8 100644 --- a/modules/food-menu/package.json +++ b/modules/food-menu/package.json @@ -10,7 +10,7 @@ }, "peerDependencies": { "moment": "^2.30.1", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0", "react-native": "^0.72.9", "react-native-vector-icons": "^9.2.0", diff --git a/modules/timer/package.json b/modules/timer/package.json index 3845e35239..f26427225b 100644 --- a/modules/timer/package.json +++ b/modules/timer/package.json @@ -10,6 +10,6 @@ }, "peerDependencies": { "react": "^18.0.0", - "moment-timezone": "^0.5.45" + "moment-timezone": "^0.6.0" } } diff --git a/package-lock.json b/package-lock.json index 32cebd1c59..fe868c609b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "ky": "1.7.2", "lodash": "4.17.21", "moment": "2.30.1", - "moment-timezone": "0.5.45", + "moment-timezone": "0.6.0", "p-props": "6.0.0", "querystring": "0.2.1", "react": "18.2.0", @@ -204,7 +204,7 @@ "peerDependencies": { "@react-navigation/native": "^6.1.18", "delay": "^6.0.0", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0" } }, @@ -245,7 +245,7 @@ "@react-native-community/datetimepicker": "8.2.0" }, "peerDependencies": { - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0", "react-native": "^0.72.9" } @@ -269,7 +269,7 @@ }, "peerDependencies": { "@react-navigation/native": "^6.1.18", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0", "react-native": "^0.72.9", "react-native-vector-icons": "^9.2.0" @@ -325,7 +325,7 @@ "peerDependencies": { "@react-navigation/native": "^6.1.18", "moment": "^2.30.1", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0", "react-native": "^0.72.9", "react-native-vector-icons": "^9.2.0" @@ -538,7 +538,7 @@ "version": "1.0.0", "license": "ISC", "peerDependencies": { - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.6.0", "react": "^18.0.0" } }, @@ -15661,9 +15661,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.45", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz", - "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz", + "integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/package.json b/package.json index d582ada967..597a611154 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ky": "1.7.2", "lodash": "4.17.21", "moment": "2.30.1", - "moment-timezone": "0.5.45", + "moment-timezone": "0.6.0", "p-props": "6.0.0", "querystring": "0.2.1", "react": "18.2.0",