Skip to content

Commit 1e86fec

Browse files
Bump dotenv from 16.4.1 to 16.4.5 (#488)
* Bump dotenv from 16.4.1 to 16.4.5 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.1 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.1...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * 3.4.11 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kemal Ahmed <[email protected]>
1 parent ae3e34d commit 1e86fec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dotenv",
3-
"version": "3.4.10",
3+
"version": "3.4.11",
44
"description": "Load environment variables using import statements.",
55
"repository": "github:goatandsheep/react-native-dotenv",
66
"homepage": "https://github.com/goatandsheep/react-native-dotenv",
@@ -23,7 +23,7 @@
2323
"12factor"
2424
],
2525
"dependencies": {
26-
"dotenv": "^16.4.1"
26+
"dotenv": "^16.4.5"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.23.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,10 +1538,10 @@ doctrine@^3.0.0:
15381538
dependencies:
15391539
esutils "^2.0.2"
15401540

1541-
dotenv@^16.4.1:
1542-
version "16.4.1"
1543-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.1.tgz#1d9931f1d3e5d2959350d1250efab299561f7f11"
1544-
integrity sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==
1541+
dotenv@^16.4.5:
1542+
version "16.4.5"
1543+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
1544+
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
15451545

15461546
electron-to-chromium@^1.4.601:
15471547
version "1.4.647"

0 commit comments

Comments
 (0)