Skip to content

Commit 41c18bd

Browse files
authored
Merge pull request #20 from brysgo/greenkeeper/dotenv-expand-5.0.0
Update dotenv-expand to the latest version 🚀
2 parents a6d0c86 + 006674e commit 41c18bd

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
@@ -31,7 +31,7 @@
3131
"babel-eslint": "^9.0.0",
3232
"babel-preset-es2015": "^6.1.18",
3333
"babel-register": "^6.2.0",
34-
"dotenv-expand": "^4.0.1",
34+
"dotenv-expand": "^5.0.0",
3535
"mocha": "^6.0.0"
3636
}
3737
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,10 +1002,10 @@ diff@3.5.0:
10021002
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
10031003
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
10041004

1005-
dotenv-expand@^4.0.1:
1006-
version "4.2.0"
1007-
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.2.0.tgz#def1f1ca5d6059d24a766e587942c21106ce1275"
1008-
integrity sha1-3vHxyl1gWdJKdm5YeULCEQbOEnU=
1005+
dotenv-expand@^5.0.0:
1006+
version "5.0.0"
1007+
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.0.0.tgz#3951d7ee2e35371fe6cb8e4bcdcc39db134d4a95"
1008+
integrity sha512-swgyWu5S0U4rhthRAp2QJrBASkmM0yHyVpVZiOxO7DKG7zxePqyZmdOcoLC8MLRcVZ3aq7Hneqkgo09nM/Az0Q==
10091009

10101010
dotenv@^7.0.0:
10111011
version "7.0.0"

0 commit comments

Comments
 (0)