Skip to content

Commit

Permalink
Bump dotenv from 16.4.1 to 16.4.5 (#488)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and goatandsheep committed Feb 27, 2024
1 parent ae3e34d commit 1e86fec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dotenv",
"version": "3.4.10",
"version": "3.4.11",
"description": "Load environment variables using import statements.",
"repository": "github:goatandsheep/react-native-dotenv",
"homepage": "https://github.com/goatandsheep/react-native-dotenv",
Expand All @@ -23,7 +23,7 @@
"12factor"
],
"dependencies": {
"dotenv": "^16.4.1"
"dotenv": "^16.4.5"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1538,10 +1538,10 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

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

electron-to-chromium@^1.4.601:
version "1.4.647"
Expand Down

0 comments on commit 1e86fec

Please sign in to comment.