diff --git a/package-lock.json b/package-lock.json index 4817a2e..04df7b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6356,9 +6356,9 @@ } }, "moment": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", - "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "ms": { "version": "2.1.2", diff --git a/package.json b/package.json index 1b2f0cf..b89f8b6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@react-native-community/checkbox": "^0.3.0", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/google-signin": "^4.0.0", - "moment": "^2.26.0", + "moment": "^2.29.2", "react": "16.11.0", "react-native": "0.62.2", "react-native-date-picker": "^2.7.10", diff --git a/yarn.lock b/yarn.lock index 51e1516..aea4ec1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4425,10 +4425,10 @@ mkdirp@^0.5.1: dependencies: minimist "^1.2.5" -moment@^2.22.1, moment@^2.26.0: - version "2.27.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" - integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== +moment@^2.22.1, moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg== ms@2.0.0: version "2.0.0" @@ -5035,10 +5035,15 @@ react-native-date-picker@^2.7.10: dependencies: moment "^2.22.1" -react-native-notifications@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/react-native-notifications/-/react-native-notifications-3.1.4.tgz#0b78985bfe23801c05f57031f918a553853c70c4" - integrity sha512-aGYczr6yXACYnO5mdzWVAMars4llI9jwWPs4HVj+Pj/wnhX9rXR9dJP++HN5RG0LFh2RI6SYS4dpInKJjSgIew== +react-native-modal-filter-picker@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/react-native-modal-filter-picker/-/react-native-modal-filter-picker-2.1.0.tgz#4ec6e8582ab6185ff76f25f67719582ecda0d5be" + integrity sha512-uDYHSZf102dYSoI2v/hJLQrP5Q4hR3RBKtIwK/2/5bkRx/mRVduhd62azoa1cPtjCs8k7sYzwlbXVV+1NGFrng== + +react-native-notifications@^3.3.2: + version "3.5.0" + resolved "https://registry.yarnpkg.com/react-native-notifications/-/react-native-notifications-3.5.0.tgz#3a5bff5d2bb140ca09bef831b7d9bd805200fb1d" + integrity sha512-uoFvV0jhn+5TcFlGUYEk/nBNyy9I6lWbmjNYvUYrShWyxHl3peeULxuu/A1z2hwhAV9JtJEqEZQrahoX1aT+2g== react-native-pulse@^1.0.7: version "1.0.7"