Skip to content

Commit 86393f9

Browse files
authored
Merge pull request #30 from brysgo/greenkeeper/dotenv-8.0.0
Update dotenv to the latest version 🚀
2 parents 03fb7b9 + 8733f95 commit 86393f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/brysgo/babel-plugin-inline-dotenv#readme",
2525
"dependencies": {
26-
"dotenv": "^7.0.0"
26+
"dotenv": "^8.0.0"
2727
},
2828
"devDependencies": {
2929
"babel-cli": "^6.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,10 @@ dotenv-expand@^5.1.0:
876876
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
877877
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
878878

879-
dotenv@^7.0.0:
880-
version "7.0.0"
881-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
882-
integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
879+
dotenv@^8.0.0:
880+
version "8.0.0"
881+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.0.0.tgz#ed310c165b4e8a97bb745b0a9d99c31bda566440"
882+
integrity sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg==
883883

884884
ecc-jsbn@~0.1.1:
885885
version "0.1.1"

0 commit comments

Comments
 (0)