diff --git a/package.json b/package.json index 8a9630b..b613b74 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-dom": "17.0.2", "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", "react-native-circular-progress": "^1.3.7", - "react-native-dotenv": "^3.0.0", + "react-native-dotenv": "^3.4.2", "react-native-gesture-handler": "~1.10.2", "react-native-keyboard-aware-scroll-view": "^0.9.4", "react-native-pager-view": "5.2.1", diff --git a/yarn.lock b/yarn.lock index 311b021..80816b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4988,10 +4988,10 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" - integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== +dotenv@^16.0.3: + version "16.0.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" + integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== duplexer@^0.1.1: version "0.1.2" @@ -9908,12 +9908,12 @@ react-native-circular-progress@^1.3.7: dependencies: prop-types "^15.7.2" -react-native-dotenv@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/react-native-dotenv/-/react-native-dotenv-3.0.0.tgz#9df00e5cf43746b8e3917961db8ace6c3cbe266d" - integrity sha512-qVw1Vjmg5HMHf8FK+9ta5NdQKcBi1PBnaqumBSYK+8TTbXtxhr8TEod2hLvEVCh4g8V5prjsk4yP4M3cy7Q1Rg== +react-native-dotenv@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/react-native-dotenv/-/react-native-dotenv-3.4.2.tgz#75b61ee8691af5e0897a4db21f4145080fca7da3" + integrity sha512-O3ta0vSUmOp2hRG1uSiSz+mpagTMKzQ9LAzBDKDO0Zbd0BCBsE+p3PLTkVBzl0XGqExdCGyh/VwQeSsxpTiITA== dependencies: - dotenv "^10.0.0" + dotenv "^16.0.3" react-native-eva-icons@^1.3.1: version "1.3.1"