From 8f6eec9113ad6a01f274b7b20f8c268d0144ecb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:01:44 +0000 Subject: [PATCH] build(deps): bump react-native-dotenv from 3.4.8 to 3.4.9 Bumps [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) from 3.4.8 to 3.4.9. - [Release notes](https://github.com/goatandsheep/react-native-dotenv/releases) - [Commits](https://github.com/goatandsheep/react-native-dotenv/compare/v3.4.8...v3.4.9) --- updated-dependencies: - dependency-name: react-native-dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfa1ce1..3d641f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.71.3", - "react-native-dotenv": "^3.4.8", + "react-native-dotenv": "^3.4.9", "react-native-gesture-handler": "~2.12.0", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.6.0", @@ -13807,11 +13807,11 @@ } }, "node_modules/react-native-dotenv": { - "version": "3.4.8", - "resolved": "https://registry.npmjs.org/react-native-dotenv/-/react-native-dotenv-3.4.8.tgz", - "integrity": "sha512-fg9F8X/cG1kDTwRLgLz3t+AMbsULoFHbUVltdQarmrJ3kNllD1Zq7ZgY85bp8BnPwk0DnYQzKbooiLsUoKd10w==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/react-native-dotenv/-/react-native-dotenv-3.4.9.tgz", + "integrity": "sha512-dbyd+mcy7SUzxEgmt33TRf1FGcNe6swJhXmB0unKkI49F7+pidog9kPtjxMLTAfmKA8gcN2XHQSKltGfGbGCLQ==", "dependencies": { - "dotenv": "^16.0.3" + "dotenv": "^16.3.1" }, "peerDependencies": { "@babel/runtime": "^7.20.6" @@ -26710,11 +26710,11 @@ } }, "react-native-dotenv": { - "version": "3.4.8", - "resolved": "https://registry.npmjs.org/react-native-dotenv/-/react-native-dotenv-3.4.8.tgz", - "integrity": "sha512-fg9F8X/cG1kDTwRLgLz3t+AMbsULoFHbUVltdQarmrJ3kNllD1Zq7ZgY85bp8BnPwk0DnYQzKbooiLsUoKd10w==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/react-native-dotenv/-/react-native-dotenv-3.4.9.tgz", + "integrity": "sha512-dbyd+mcy7SUzxEgmt33TRf1FGcNe6swJhXmB0unKkI49F7+pidog9kPtjxMLTAfmKA8gcN2XHQSKltGfGbGCLQ==", "requires": { - "dotenv": "^16.0.3" + "dotenv": "^16.3.1" } }, "react-native-gesture-handler": { diff --git a/package.json b/package.json index d55caeb..0129fa6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.71.3", - "react-native-dotenv": "^3.4.8", + "react-native-dotenv": "^3.4.9", "react-native-gesture-handler": "~2.12.0", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.6.0",