Skip to content

Commit 778938c

Browse files
authored
feat(dotenv): upgrade dotenv to v16.0.0 (#54)
In particular, to support multiline values parsing that has been added in dotenv v15.0.0 › https://github.com/motdotla/dotenv#multiline-values
1 parent 8d5bbba commit 778938c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"config.js"
3434
],
3535
"dependencies": {
36-
"dotenv": "^8.6.0"
36+
"dotenv": "^16.0.0"
3737
},
3838
"devDependencies": {
3939
"@types/node": "^20.6.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,10 @@ dot-prop@^5.1.0:
515515
dependencies:
516516
is-obj "^2.0.0"
517517

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

523523
emoji-regex@^8.0.0:
524524
version "8.0.0"

0 commit comments

Comments
 (0)