Skip to content

Commit

Permalink
Merge pull request #14271 from nestjs/renovate/dotenv-16.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency dotenv to v16.4.7
  • Loading branch information
kamilmysliwiec authored Dec 5, 2024
2 parents 31c6fad + 15c04cd commit 563c088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/25-dynamic-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"dotenv": "16.4.6",
"dotenv": "16.4.7",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/26-queues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"bull": "4.10.4",
"dotenv": "16.4.6",
"dotenv": "16.4.7",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/27-scheduling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/schedule": "4.0.0",
"dotenv": "16.4.6",
"dotenv": "16.4.7",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
Expand Down

0 comments on commit 563c088

Please sign in to comment.