Skip to content

Commit

Permalink
Merge pull request #14215 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.5
  • Loading branch information
kamilmysliwiec authored Nov 27, 2024
2 parents f97c8bc + 7854ceb commit f39cffe
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions sample/25-dynamic-modules/package-lock.json

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

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.9",
"@nestjs/core": "10.4.9",
"@nestjs/platform-express": "10.4.9",
"dotenv": "16.4.1",
"dotenv": "16.4.5",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down
16 changes: 8 additions & 8 deletions sample/26-queues/package-lock.json

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

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.9",
"@nestjs/platform-express": "10.4.9",
"bull": "4.10.4",
"dotenv": "16.4.1",
"dotenv": "16.4.5",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"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.9",
"@nestjs/platform-express": "10.4.9",
"@nestjs/schedule": "4.0.0",
"dotenv": "16.4.1",
"dotenv": "16.4.5",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down

0 comments on commit f39cffe

Please sign in to comment.