From fcf4f1d0710d4921cecb5165ecc2c807c6237d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:11:31 +0000 Subject: [PATCH] Bump react-native-dotenv from 2.6.2 to 3.4.2 Bumps [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) from 2.6.2 to 3.4.2. - [Release notes](https://github.com/goatandsheep/react-native-dotenv/releases) - [Commits](https://github.com/goatandsheep/react-native-dotenv/compare/v2.6.2...v3.4.2) --- updated-dependencies: - dependency-name: react-native-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6920a54..092a9b5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "redux": "^4.0.5", "react-redux": "^7.2.2", "@reduxjs/toolkit": "^1.5.0", - "react-native-dotenv": "^2.5.3", + "react-native-dotenv": "^3.4.2", "react-native-responsive-screen": "^1.4.2", "react-native-elements": "^3.3.1", "react-native-vector-icons": "^8.1.0" diff --git a/yarn.lock b/yarn.lock index 2be7550..32dc613 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2457,10 +2457,10 @@ domexception@^2.0.1: dependencies: webidl-conversions "^5.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== ee-first@1.1.1: version "1.1.1" @@ -5449,12 +5449,12 @@ react-native-codegen@^0.0.6: jscodeshift "^0.11.0" nullthrows "^1.1.1" -react-native-dotenv@^2.5.3: - version "2.6.2" - resolved "https://registry.yarnpkg.com/react-native-dotenv/-/react-native-dotenv-2.6.2.tgz#b63fc5f60d8dc86fcb4ba02e9626652e8f6c187f" - integrity sha512-yGVEYjhXTpHFEpeaJS6qdnI1TyFFHj3E2k9X3HgkIsOh7c86t+JkBRfHP7zeOOyquE5ewN7+OcLEARgkFhDuRA== +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-elements@^3.3.1: version "3.4.2"