diff --git a/Routine/package-lock.json b/Routine/package-lock.json index 3986cbcb..995e93a4 100644 --- a/Routine/package-lock.json +++ b/Routine/package-lock.json @@ -6876,9 +6876,9 @@ } }, "moment": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", - "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "ms": { "version": "2.1.1", diff --git a/Routine/package.json b/Routine/package.json index b063db37..6b6b84a5 100644 --- a/Routine/package.json +++ b/Routine/package.json @@ -14,7 +14,7 @@ "@react-native-community/masked-view": "^0.1.10", "@react-navigation/native": "^5.5.1", "@react-navigation/stack": "^5.5.1", - "moment": "^2.27.0", + "moment": "^2.29.4", "react": "16.11.0", "react-native": "0.62.2", "react-native-gesture-handler": "^1.6.1", diff --git a/Routine/yarn.lock b/Routine/yarn.lock index 2d2cca44..8c545eb7 100644 --- a/Routine/yarn.lock +++ b/Routine/yarn.lock @@ -4897,6 +4897,11 @@ mkdirp@^0.5.1: dependencies: minimist "^1.2.5" +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== + ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" @@ -5563,6 +5568,13 @@ react-native-screens@^2.8.0: resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-2.10.1.tgz#06d22fae87ef0ce51c616c34a199726db1403b95" integrity sha512-Z2kKSk4AwWRQNCBmTjViuBQK0/Lx0jc25TZptn/2gKYUCOuVRvCekoA26u0Tsb3BIQ8tWDsZW14OwDlFUXW1aw== +react-native-stopwatch-timer@0.0.21: + version "0.0.21" + resolved "https://registry.yarnpkg.com/react-native-stopwatch-timer/-/react-native-stopwatch-timer-0.0.21.tgz#52c39f603e36c538bed3466212b1bfb350ed452f" + integrity sha512-qFFsD85NkBT1nxo32HMGq3XAtQyMC09p9ZDIEuOED2BOxgs0UpWg/FSTA0MmEoIKMyXUwSE5VxEzBaGP3z1HFw== + dependencies: + prop-types "^15.7.2" + react-native@0.62.2: version "0.62.2" resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10"