Skip to content

Commit

Permalink
Update dependency dotenv to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent a1cea41 commit 9a5be54
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions admin-scripts/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 admin-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.7.1",
"description": "Siros admin scripts (command line)",
"dependencies": {
"dotenv": "8.6.0",
"dotenv": "16.4.7",
"pdfmake": "0.2.4",
"pg": "8.7.1",
"pg-promise": "10.11.1",
Expand Down
6 changes: 3 additions & 3 deletions api-server/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 api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "[email protected]:salsita/siros-postgres.git",
"dependencies": {
"@koa/router": "10.1.1",
"dotenv": "8.6.0",
"dotenv": "16.4.7",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-compress": "5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions db-schema/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 db-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.7.1",
"description": "Siros DB schema",
"dependencies": {
"dotenv": "8.6.0",
"dotenv": "16.4.7",
"node-pg-migrate": "5.10.0",
"pg": "8.7.1"
},
Expand Down

0 comments on commit 9a5be54

Please sign in to comment.