diff --git a/modules/ccc-calendar/package.json b/modules/ccc-calendar/package.json index ab349f2020..ec535c139b 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.7", - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "delay": "^6.0.0" }, "dependencies": { diff --git a/modules/datepicker/package.json b/modules/datepicker/package.json index 9e8c9df7b5..40e467a079 100644 --- a/modules/datepicker/package.json +++ b/modules/datepicker/package.json @@ -11,7 +11,7 @@ "peerDependencies": { "react": "^18.0.0", "react-native": "^0.72.4", - "moment-timezone": "^0.5.41" + "moment-timezone": "^0.5.45" }, "dependencies": { "@frogpond/app-theme": "^1.0.0", diff --git a/modules/event-list/package.json b/modules/event-list/package.json index d8fe8f4399..fa42a77841 100644 --- a/modules/event-list/package.json +++ b/modules/event-list/package.json @@ -9,7 +9,7 @@ "test": "jest" }, "peerDependencies": { - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0", "react-native": "^0.72.4", "react-native-vector-icons": "^9.2.0", diff --git a/modules/food-menu/package.json b/modules/food-menu/package.json index 25d45108e0..8bf1485e4a 100644 --- a/modules/food-menu/package.json +++ b/modules/food-menu/package.json @@ -10,7 +10,7 @@ }, "peerDependencies": { "moment": "^2.29.4", - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0", "react-native": "^0.72.4", "react-native-vector-icons": "^9.2.0", diff --git a/modules/timer/package.json b/modules/timer/package.json index 637fcc04bf..3845e35239 100644 --- a/modules/timer/package.json +++ b/modules/timer/package.json @@ -10,6 +10,6 @@ }, "peerDependencies": { "react": "^18.0.0", - "moment-timezone": "^0.5.41" + "moment-timezone": "^0.5.45" } } diff --git a/package-lock.json b/package-lock.json index e6ed57b2ee..471bc522b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "ky": "0.33.3", "lodash": "4.17.21", "moment": "2.29.4", - "moment-timezone": "0.5.41", + "moment-timezone": "0.5.45", "p-props": "5.0.0", "querystring": "0.2.1", "react": "18.2.0", @@ -213,7 +213,7 @@ "peerDependencies": { "@react-navigation/native": "^6.1.7", "delay": "^6.0.0", - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0" } }, @@ -254,7 +254,7 @@ "@react-native-community/datetimepicker": "6.7.5" }, "peerDependencies": { - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0", "react-native": "^0.72.4" } @@ -278,7 +278,7 @@ }, "peerDependencies": { "@react-navigation/native": "^6.1.7", - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0", "react-native": "^0.72.4", "react-native-vector-icons": "^9.2.0" @@ -334,7 +334,7 @@ "peerDependencies": { "@react-navigation/native": "^6.1.7", "moment": "^2.29.4", - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0", "react-native": "^0.72.4", "react-native-vector-icons": "^9.2.0" @@ -547,7 +547,7 @@ "version": "1.0.0", "license": "ISC", "peerDependencies": { - "moment-timezone": "^0.5.41", + "moment-timezone": "^0.5.45", "react": "^18.0.0" } }, @@ -14927,9 +14927,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.41", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.41.tgz", - "integrity": "sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg==", + "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==", "dependencies": { "moment": "^2.29.4" }, diff --git a/package.json b/package.json index 72421b87ae..dc5252e4cd 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ky": "0.33.3", "lodash": "4.17.21", "moment": "2.29.4", - "moment-timezone": "0.5.41", + "moment-timezone": "0.5.45", "p-props": "5.0.0", "querystring": "0.2.1", "react": "18.2.0",