Skip to content

Commit

Permalink
build(deps): bump dotenv-expand from 5.1.0 to 8.0.3 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Mar 21, 2022
1 parent 1f6c972 commit 00897e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function loadAndValidateEnvironment (_opts) {

if (opts.env) {
if (opts.expandEnv) {
require('dotenv-expand')({ parsed: process.env })
require('dotenv-expand').expand({ parsed: process.env })
}
data.unshift(process.env)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"ajv": "^8.0.0",
"dotenv": "^15.0.0",
"dotenv-expand": "^5.1.0"
"dotenv-expand": "^8.0.3"
},
"tsd": {
"directory": "test/types"
Expand Down

0 comments on commit 00897e6

Please sign in to comment.