Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to v16.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent f5f226c commit 15c04cd
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 15c04cd

Please sign in to comment.