diff --git a/CurrencyConverter-react-native/package-lock.json b/CurrencyConverter-react-native/package-lock.json index 834f1e6..ba4de21 100644 --- a/CurrencyConverter-react-native/package-lock.json +++ b/CurrencyConverter-react-native/package-lock.json @@ -6073,9 +6073,9 @@ } }, "moment": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz", - "integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "moment-timezone": { "version": "0.5.25", diff --git a/CurrencyConverter-react-native/package.json b/CurrencyConverter-react-native/package.json index b03c7c7..3b0a46b 100644 --- a/CurrencyConverter-react-native/package.json +++ b/CurrencyConverter-react-native/package.json @@ -14,7 +14,7 @@ "color": "3.0.0", "expo": "^32.0.0", "hoist-non-react-statics": "3.0.1", - "moment": "2.18.1", + "moment": "2.29.2", "prop-types": "^15.7.2", "react": "16.5.0", "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",