Skip to content

Commit

Permalink
feat(dotenv): upgrade dotenv to v16.0.0 (#54)
Browse files Browse the repository at this point in the history
In particular, to support multiline values parsing that has been added in dotenv v15.0.0

› https://github.com/motdotla/dotenv#multiline-values
  • Loading branch information
aymericbouzy authored Sep 20, 2023
1 parent 8d5bbba commit 778938c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"config.js"
],
"dependencies": {
"dotenv": "^8.6.0"
"dotenv": "^16.0.0"
},
"devDependencies": {
"@types/node": "^20.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@ dot-prop@^5.1.0:
dependencies:
is-obj "^2.0.0"

dotenv@^8.6.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
dotenv@^16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 778938c

Please sign in to comment.