Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency dotenv to v9 #53

Merged
merged 1 commit into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"class-transformer": "~0.4.0",
"class-transformer-validator": "~0.9.1",
"class-validator": "~0.13.1",
"dotenv": "~8.2.0",
"dotenv": "~9.0.0",
"express": "~4.17.1",
"joi": "~17.4.0",
"jsonwebtoken": "~8.5.1",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3460,13 +3460,20 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:*, dotenv@npm:^8.2.0, dotenv@npm:~8.2.0":
"dotenv@npm:*, dotenv@npm:^8.2.0":
version: 8.2.0
resolution: "dotenv@npm:8.2.0"
checksum: 16cb89cbd7b98b053899b8aba8c5044c8fb61a2db8a81fe70360b75035fce5fed53bd7a34d772be717d0880c0321122a4c09423f518025e1b52d96791521b1a7
languageName: node
linkType: hard

"dotenv@npm:~9.0.0":
version: 9.0.0
resolution: "dotenv@npm:9.0.0"
checksum: 8111fb99a12a8da9fedc90d855d734bbf026f3257d67b611b2517d393b027ca5774c1f9dd5aa0887f339f4e7c711f99bdd8bc82fa076e572f3eb6000b2c09343
languageName: node
linkType: hard

"duplexer3@npm:^0.1.4":
version: 0.1.4
resolution: "duplexer3@npm:0.1.4"
Expand Down Expand Up @@ -7087,7 +7094,7 @@ __metadata:
class-validator: ~0.13.1
commitlint: ~12.1.1
concurrently: ~6.0.2
dotenv: ~8.2.0
dotenv: ~9.0.0
eslint: ~7.25.0
eslint-config-prettier: ~8.3.0
eslint-plugin-import: ~2.22.1
Expand Down